Skip to content

Commit f33dfed

Browse files
committed
docs: update default stack
1 parent 6444075 commit f33dfed

File tree

1 file changed

+11
-9
lines changed

1 file changed

+11
-9
lines changed

README.md

Lines changed: 11 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -38,25 +38,26 @@
3838
- [ ] Lightweight Animation
3939
- [ ] Command Palette/Bar
4040
- [ ] Keyboard Shortcuts
41+
- [x] AI Workflow Rules
4142
- [x] Web Analytics
4243
- [x] SEO (Search Engine Optimization) and Meta Tags
4344
- [x] SSR (Server-Side Rendering)
4445
- [x] Type-Safe CRUD (Create, Read, Update, Delete)
4546
- [x] Database and ORM
4647
- [x] Environment Variables for Local, Staging, Production
47-
- [x] Deployment with Docker & Docker Compose
48+
- [x] Deployment with Docker and Docker Compose
4849
- [x] Authentication (AuthN) and Authorization (AuthZ)
49-
- [ ] Auth with Social Login
50+
- [ ] Auth with OAuth or Social Login
5051
- [x] User Management, Register, Login, Onboarding, Profile, Invite Users, Logout
5152
- [ ] Organization and Team Management
5253
- [ ] 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
5455
- [x] User and Admin Dashboard/Panel
5556
- [x] Form Handling on Client and Server
5657
- [ ] 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
6061
- [ ] Blog, Release Notes
6162
- [ ] Scheduled/Cron Jobs
6263
- [ ] Background Jobs/Workers
@@ -65,6 +66,8 @@
6566
- [ ] Internationalization (i18n) and Localization (l10n)
6667
- [ ] Accessibility (a11y)
6768
- [ ] Code Generator/Scaffolder
69+
- [ ] AI Integration
70+
- [ ] Community
6871

6972
## Tech Stack
7073

@@ -95,8 +98,6 @@ Things that are the primary default.
9598
- Component: [shadcn/ui](docs/shadcn-ui.md)
9699
- Icon: [unplugin-icons](docs/unplugin-icons.md)
97100
- WYSIWYG: [Tiptap](docs/tiptap.md)
98-
- Email: [React Email](docs/react-email.md)
99-
- Test: [Storybook](docs/storybook.md)
100101
7. Bundler: [Vite](docs/vite.md)
101102
8. Data Validation: [Zod](docs/zod.md)
102103
9. Form Validation: [Conform](docs/conform.md)
@@ -107,7 +108,8 @@ Things that are the primary default.
107108
14. Database GUI: [TablePlus](docs/tableplus.md)
108109
15. Container: [Docker](docs/docker.md) + [Docker Compose](docs/docker-compose.md)
109110
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)
111113

112114
Deployment:
113115

0 commit comments

Comments
 (0)