diff options
-rw-r--r-- | README.md | 32 |
1 files changed, 32 insertions, 0 deletions
@@ -1 +1,33 @@ # SaaS-in-a-Flask + +In the wise words of @alectrocute: + +> I've noticed SaaS bootstraps/boilerplates being sold upwards of $1,000 per year and I think that's fucking ridiculous. + +## Features + +- [ ] Landing Page +- [ ] Database Management +- Authentication + - [ ] Sign Up + - [ ] Sign In + - [ ] OAuth2 + - [ ] LDAP + - [ ] Forgot Password +- [ ] Form Handling +- [ ] Dashboard +- [ ] Admin Pages +- [ ] Role Support +- [ ] Team Management +- Error Handling + - [ ] Sentry Support + - [ ] Error Code Handling + - [ ] Custom Exceptions +- [ ] Async AJAX Calls +- [ ] Tests +- [ ] Delayed Jobs +- [ ] Logging +- [ ] FastAPI Support +- Billing Handling + - [ ] Stripe +- [ ] GDPR Compliance / Data Export
\ No newline at end of file |