38
38
- [ ] Lightweight Animation
39
39
- [ ] Command Palette/Bar
40
40
- [ ] Keyboard Shortcuts
41
+ - [x] AI Workflow Rules
41
42
- [x] Web Analytics
42
43
- [x] SEO (Search Engine Optimization) and Meta Tags
43
44
- [x] SSR (Server-Side Rendering)
44
45
- [x] Type-Safe CRUD (Create, Read, Update, Delete)
45
46
- [x] Database and ORM
46
47
- [x] Environment Variables for Local, Staging, Production
47
- - [x] Deployment with Docker & Docker Compose
48
+ - [x] Deployment with Docker and Docker Compose
48
49
- [x] Authentication (AuthN) and Authorization (AuthZ)
49
- - [ ] Auth with Social Login
50
+ - [ ] Auth with OAuth or Social Login
50
51
- [x] User Management, Register, Login, Onboarding, Profile, Invite Users, Logout
51
52
- [ ] Organization and Team Management
52
53
- [ ] Role and Permission with Role-Based Access Control (RBAC)
53
- - [x] Assets Management with File/Image Upload
54
+ - [x] Assets Management with File/Image Upload on Cloudflare R2
54
55
- [x] User and Admin Dashboard/Panel
55
56
- [x] Form Handling on Client and Server
56
57
- [ ] Pagination on Client and Server
57
- - [x] Email Notification, Marketing, Verification
58
- - [x] Payment Integration
59
- - [ ] AI Integration
58
+ - [x] Email Templates, Notification, Marketing, Verification
59
+ - [x] Payment Gateway Integration with Billing, Subscription, Invoice
60
+ - [ ] Webhooks
60
61
- [ ] Blog, Release Notes
61
62
- [ ] Scheduled/Cron Jobs
62
63
- [ ] Background Jobs/Workers
65
66
- [ ] Internationalization (i18n) and Localization (l10n)
66
67
- [ ] Accessibility (a11y)
67
68
- [ ] Code Generator/Scaffolder
69
+ - [ ] AI Integration
70
+ - [ ] Community
68
71
69
72
## Tech Stack
70
73
@@ -95,8 +98,6 @@ Things that are the primary default.
95
98
- Component: [ shadcn/ui] ( docs/shadcn-ui.md )
96
99
- Icon: [ unplugin-icons] ( docs/unplugin-icons.md )
97
100
- WYSIWYG: [ Tiptap] ( docs/tiptap.md )
98
- - Email: [ React Email] ( docs/react-email.md )
99
- - Test: [ Storybook] ( docs/storybook.md )
100
101
7 . Bundler: [ Vite] ( docs/vite.md )
101
102
8 . Data Validation: [ Zod] ( docs/zod.md )
102
103
9 . Form Validation: [ Conform] ( docs/conform.md )
@@ -107,7 +108,8 @@ Things that are the primary default.
107
108
14 . Database GUI: [ TablePlus] ( docs/tableplus.md )
108
109
15 . Container: [ Docker] ( docs/docker.md ) + [ Docker Compose] ( docs/docker-compose.md )
109
110
16 . Container Management: [ OrbStack] ( docs/orbstack.md ) / [ Docker Desktop] ( docs/docker-desktop.md )
110
- 17 . Testing: [ Vitest] ( docs/vitest.md ) , [ Testing Library] ( docs/testing-library.md ) , [ Playwright] ( docs/playwright.md ) , [ MSW] ( docs/msw.md )
111
+ 17 . Email: [ Resend] ( docs/resend.md ) + [ React Email] ( docs/react-email.md )
112
+ 18 . Testing: [ Vitest] ( docs/vitest.md ) + [ Testing Library] ( docs/testing-library.md ) + [ Playwright] ( docs/playwright.md ) + [ Storybook] ( docs/storybook.md ) + [ MSW] ( docs/msw.md )
111
113
112
114
Deployment:
113
115
0 commit comments