@@ -30,26 +30,23 @@ The [Cloudflare Workers SaaS template](https://github.com/LubomirGeorgiev/cloudf
3030Here is a list of some of the features it includes:
3131
3232- Custom authentication with password and Google SSO
33- - Session storage in Cloudflare KV
34- - Drizzle ORM and Cloudflare D1
35- - Forgot password
36- - Change password
37- - Change user settings
38- - Shadcn for the UI
39- - Light/Dark Theme
40- - Loading states and animations
41- - Toast alerts and notifications
42- - Landing page
43- - SEO optimization
44- - Protection with Cloudflare Turnstile Captcha
33+ - Session storage in Cloudflare KV
34+ - Forgot password
35+ - Change password
36+ - Change user settings
37+ - Security
38+ - Protection with Cloudflare Turnstile Captcha
39+ - Rate Limiting with Cloudflare KV to prevent abuse
40+ - Validation for all user actions with react-zsa and zod
41+ - Database: Drizzle ORM and Cloudflare D1
42+ - UI: Shadcn, Tailwind CSS and Hero UI (formely NextUI)
4543- Transactional email templates with react-email and integration with Resend and Brevo
46- - Rate Limiting with Cloudflare KV to prevent abuse
47- - Validation for all user actions with react-zsa and zod
48- - Completely type safe
49- - Comprehensive eslint config
50- - Integrated with Cursor AI
51- - .cursorrules
52- - A markdown project documentation that Cursor can refer to for more context and better responses
53- - Detailed documentation for local development and production deployment
54- - Automatic deployment using Github Actions and the Wrangler CLI
44+ - Dev Experience
45+ - Completely type safe
46+ - Comprehensive eslint config
47+ - Integrated with Cursor AI
48+ - .cursorrules
49+ - A markdown project documentation that Cursor can refer to for more context and better responses
50+ - Detailed documentation for local development and production deployment
51+ - Automatic deployment using Github Actions and the Wrangler CLI
5552- And more...
0 commit comments