|
28 | 28 | 5. Develop with better AI workflow.
|
29 | 29 | 6. Demonstrate the JavaScript developer experience (DX) ecosystem capability. As an alternative to existing one such as PHP with Laravel, Ruby with Rails, Python with Django, etc.
|
30 | 30 |
|
31 |
| -## Features |
32 |
| - |
33 |
| -- [x] Landing Page That Converts |
34 |
| -- [x] Responsive UI Design and Components |
35 |
| - - [x] WYSIWYG Editor |
36 |
| - - [x] Theme and Dark Mode |
37 |
| - - [ ] Optimistic UI/UX |
38 |
| - - [ ] Lightweight Animation |
39 |
| - - [ ] Command Palette/Bar |
40 |
| - - [ ] Keyboard Shortcuts |
41 |
| -- [x] Web Analytics |
42 |
| -- [x] AI Workflow Rules |
43 |
| -- [ ] AI Management & Agent Configuration |
44 |
| -- [x] SEO (Search Engine Optimization) and Meta Tags |
45 |
| -- [x] SSR (Server-Side Rendering) |
46 |
| -- [x] Type-Safe CRUD (Create, Read, Update, Delete) |
47 |
| -- [x] Database and ORM |
48 |
| -- [x] Environment Variables for Local, Staging, Production |
49 |
| -- [x] Deployment with Docker and Docker Compose |
50 |
| -- [x] Authentication (AuthN) and Authorization (AuthZ) |
51 |
| -- [ ] Auth with OAuth or Social Login |
52 |
| -- [x] User Management, Register, Login, Onboarding, Profile, Invite Users, Logout |
53 |
| -- [ ] Organization and Team Management |
54 |
| -- [ ] Role and Permission with Role-Based Access Control (RBAC) |
55 |
| -- [x] Assets Management with File/Image Upload on Cloudflare R2 |
56 |
| -- [x] User and Admin Dashboard/Panel |
57 |
| -- [x] Form Handling on Client and Server |
58 |
| -- [ ] Pagination on Client and Server |
59 |
| -- [x] Email Templates, Notification, Marketing, Verification |
60 |
| -- [x] Payment Gateway Integration with Billing, Subscription, Invoice |
61 |
| -- [ ] Blog, Release Notes |
62 |
| -- [ ] Scheduled/Cron Jobs |
63 |
| -- [ ] Background Jobs/Workers |
64 |
| -- [ ] Error Monitoring with Sentry |
65 |
| -- [ ] Timezone and Date/Time Picker |
66 |
| -- [ ] Internationalization (i18n) and Localization (l10n) |
67 |
| -- [ ] Accessibility (a11y) |
68 |
| -- [ ] Code Generator/Scaffolder |
69 |
| -- [ ] Webhooks |
70 |
| -- [ ] Community |
| 31 | +## Primary Features |
| 32 | + |
| 33 | +- Landing Page That Converts |
| 34 | +- Responsive UI Design and Components |
| 35 | + - WYSIWYG Editor |
| 36 | + - Theme and Dark Mode |
| 37 | + - Optimistic UI/UX |
| 38 | + - Lightweight Animation |
| 39 | + - Command Palette/Bar |
| 40 | + - Keyboard Shortcuts |
| 41 | +- Web Analytics |
| 42 | +- AI Workflow Rules |
| 43 | +- AI Management & Agent Configuration |
| 44 | +- SEO (Search Engine Optimization) and Meta Tags |
| 45 | +- SSR (Server-Side Rendering) |
| 46 | +- Type-Safe CRUD (Create, Read, Update, Delete) |
| 47 | +- Database and ORM |
| 48 | +- Environment Variables for Local, Staging, Production |
| 49 | +- Deployment with Docker and Docker Compose |
| 50 | +- Authentication (AuthN) and Authorization (AuthZ) |
| 51 | +- Auth with OAuth or Social Login |
| 52 | +- User Management, Register, Login, Onboarding, Profile, Invite Users, Logout |
| 53 | +- Organization and Team Management |
| 54 | +- Role and Permission with Role-Based Access Control (RBAC) |
| 55 | +- Assets Management with File/Image Upload on Cloudflare R2 |
| 56 | +- User and Admin Dashboard/Panel |
| 57 | +- Form Handling on Client and Server |
| 58 | +- Pagination on Client and Server |
| 59 | +- Email Templates, Notification, Marketing, Verification |
| 60 | +- Payment Gateway Integration with Billing, Subscription, Invoice |
| 61 | +- Blog, Release Notes |
| 62 | +- Scheduled/Cron Jobs |
| 63 | +- Background Jobs/Workers |
| 64 | +- Error Monitoring with Sentry |
| 65 | +- Timezone and Date/Time Picker |
| 66 | +- Internationalization (i18n) and Localization (l10n) |
| 67 | +- Accessibility (a11y) |
| 68 | +- Code Generator/Scaffolder |
| 69 | +- Webhooks |
| 70 | +- Community |
71 | 71 |
|
72 | 72 | ## Tech Stack
|
73 | 73 |
|
@@ -106,10 +106,12 @@ Things that are the primary default.
|
106 | 106 | ### Development Tools
|
107 | 107 |
|
108 | 108 | 1. Code Editor: [VS Code](docs/vscode.md) / [NeoVim](docs/neovim.md)
|
109 |
| -2. AI Code Editor: [GitHub Copilot](docs/github-copilot.md) / [Cursor](docs/cursor.md) / [Windsurf](docs/windsurf.md) |
110 |
| -3. AI Model: [GPT by OpenAI](docs/gpt.md) / [Claude by Anthropic](docs/claude.md) / [Gemini by Google](docs/gemini.md) / [Perplexity](docs/perplexity.md) |
111 |
| -4. AI Code Generator: [v0 by Vercel](docs/v0.md) / [Stitch by Google](docs/stitch-google.md) |
112 |
| -5. AI Docs: [Context7](docs/context7.md) |
| 109 | +2. Code Review: [CodeRabbit](docs/coderabbit.md) |
| 110 | +3. AI Code Editor: [Cursor](docs/cursor.md) / [Windsurf](docs/windsurf.md) |
| 111 | +4. AI Model: [GPT by OpenAI](docs/gpt.md) / [Claude by Anthropic](docs/claude.md) / [Gemini by Google](docs/gemini.md) / [Perplexity](docs/perplexity.md) |
| 112 | +5. AI Agent: [GitHub Copilot](docs/github-copilot.md) / [Augment Code](docs/augment-code.md) / [Kilo Code](docs/kilo-code.md) / [Roo Code](docs/roocode.md) / [Cline](docs/cline.md) / [Codegen](docs/codegen.md) |
| 113 | +6. AI Code Generator: [v0 by Vercel](docs/v0.md) / [Stitch by Google](docs/stitch-google.md) |
| 114 | +7. AI Docs: [Context7](docs/context7.md) |
113 | 115 |
|
114 | 116 | ### Deployment: PaaS and Services
|
115 | 117 |
|
@@ -226,13 +228,13 @@ Things that are the primary default.
|
226 | 228 |
|
227 | 229 | Templates:
|
228 | 230 |
|
| 231 | +- [Built At Lightspeed](https://builtatlightspeed.com) |
229 | 232 | - [Better-T Stack](https://better-t-stack.amanv.dev)
|
230 | 233 | - [T3 Stack](https://create.t3.gg)
|
231 | 234 | - [Next-Forge](https://next-forge.com)
|
232 | 235 | - [LaunchFast](https://launchfa.st)
|
233 | 236 | - [Indiflow](https://indiflow.app)
|
234 | 237 | - [Zero To Shipped](https://zerotoshipped.com)
|
235 |
| -- [Built At Lightspeed](https://builtatlightspeed.com) |
236 | 238 | - [`midday-ai/v1`](https://github.com/midday-ai/v1)
|
237 | 239 | - [`ixahmedxi/orbitkit`](https://github.com/ixahmedxi/orbitkit)
|
238 | 240 |
|
|
0 commit comments