← back to blog

Frequently Asked Questions

... or frequently given answers


3/13/2025

what tech stack does cleansaas use?

  • frontend: svelte 5, typescript, shadcn-svelte
  • backend: django, python
  • database: sqlite

how is authentication handled?

we use a token-based authentication system with support for:

  • email/password login
  • social login (google)
  • magic link authentication
  • session management and refresh tokens

what payment providers are supported?

out of the box, we support:

  • stripe (primary)
  • paypal (coming soon)
  • custom payment integrations can be added

is it production ready?

yes! the kit includes:

  • rate limiting
  • error handling
  • docker deployment with built-in proxy or your own

can i customize the design?

yes, you have access to the full source code

what kind of support do you provide?

you get:

  • setup guides
  • code comments
  • email support
  • regular updates and improvements

how do i get started?

check out the welcome post for initial setup instructions. detailed documentation is provided with your purchase.

can i use a different backend?

yes, but you shouldn’t.

can i see a demo?

yes! I’ll add one soon