Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions docs/features.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,22 +6,22 @@ Here are a few things you get today:
- [Fly app deployment](https://fly.io/) with [Docker](https://www.docker.com/)
- Multi-region, distributed, production-ready
[SQLite Database](https://sqlite.org/) with
[LiteFS](https://fly.io/docs/litefs/).
[LiteFS](https://fly.io/docs/litefs/)
- Healthcheck endpoint for
[Fly backups region fallbacks](https://fly.io/docs/reference/configuration/#services-http_checks)
- [Grafana](https://grafana.com/) Dashboards of the running app
- [GitHub Actions](https://github.com/features/actions) with testing and deploy
on merge for both production and staging environments
- Email/Password Authentication with
[cookie-based sessions](https://remix.run/utils/sessions#md-createcookiesessionstorage)
- Two-Factor Authentication (2fa) with support for authenticator apps.
- Two-Factor Authentication (2fa) with support for authenticator apps
- Transactional email with [Resend](https://resend.com/) and forgot
password/password reset support.
password/password reset support
- Progressively Enhanced and fully type safe forms with
[Conform](https://conform.guide/)
- Database ORM with [Prisma](https://prisma.io/)
- Role-based User Permissions.
- Custom built image hosting
- Role-based User Permissions
- Image storage and serving with [Tigris](https://www.tigrisdata.com/)
- Caching via [cachified](https://npm.im/@epic-web/cachified): Both in-memory
and SQLite-based (with
[better-sqlite3](https://github.com/WiseLibs/better-sqlite3))
Expand Down