@@ -6,22 +6,22 @@ Here are a few things you get today:
6
6
- [ Fly app deployment] ( https://fly.io/ ) with [ Docker] ( https://www.docker.com/ )
7
7
- Multi-region, distributed, production-ready
8
8
[ SQLite Database] ( https://sqlite.org/ ) with
9
- [ LiteFS] ( https://fly.io/docs/litefs/ ) .
9
+ [ LiteFS] ( https://fly.io/docs/litefs/ )
10
10
- Healthcheck endpoint for
11
11
[ Fly backups region fallbacks] ( https://fly.io/docs/reference/configuration/#services-http_checks )
12
12
- [ Grafana] ( https://grafana.com/ ) Dashboards of the running app
13
13
- [ GitHub Actions] ( https://github.com/features/actions ) with testing and deploy
14
14
on merge for both production and staging environments
15
15
- Email/Password Authentication with
16
16
[ cookie-based sessions] ( https://remix.run/utils/sessions#md-createcookiesessionstorage )
17
- - Two-Factor Authentication (2fa) with support for authenticator apps.
17
+ - Two-Factor Authentication (2fa) with support for authenticator apps
18
18
- Transactional email with [ Resend] ( https://resend.com/ ) and forgot
19
- password/password reset support.
19
+ password/password reset support
20
20
- Progressively Enhanced and fully type safe forms with
21
21
[ Conform] ( https://conform.guide/ )
22
22
- Database ORM with [ Prisma] ( https://prisma.io/ )
23
- - Role-based User Permissions.
24
- - Custom built image hosting
23
+ - Role-based User Permissions
24
+ - Image storage and serving with [ Tigris ] ( https://www.tigrisdata.com/ )
25
25
- Caching via [ cachified] ( https://npm.im/@epic-web/cachified ) : Both in-memory
26
26
and SQLite-based (with
27
27
[ better-sqlite3] ( https://github.com/WiseLibs/better-sqlite3 ) )
0 commit comments