aboutsummaryrefslogtreecommitdiff
path: root/README.md
blob: ba7e4d57429297bc3e0d49c4796c7b095b53c30b (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
# 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