blob: d518f37bddd8587100da06552554c0d9d20444c3 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
|
# 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
- [ ] Password Hashing
- [x] 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
|