frequently asked questions
... or frequently given answers
5/11/2025
can I see a demo? is it production ready?
yes:
- demo: https://kwm.cleansaas.dev (this is what you get with minimal css changes)
- real product: https://doc2exam.com (yep, here I also kept the vanilla css)
the kit also includes:
- rate limiting
- error handling
- docker deployment with built-in proxy or your own
- monitoring with sentry
what tech stack does cleansaas use?
- frontend: svelte 5, typescript, shadcn-svelte
- backend: django, python
- database: sqlite by default, can set to anything django supports
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
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