Skip to content

Commit bf580ae

Browse files
committed
docs: updates
1 parent 1fb42cd commit bf580ae

File tree

7 files changed

+63
-45
lines changed

7 files changed

+63
-45
lines changed

README.md

Lines changed: 47 additions & 45 deletions
Original file line numberDiff line numberDiff line change
@@ -28,46 +28,46 @@
2828
5. Develop with better AI workflow.
2929
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.
3030

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
7171

7272
## Tech Stack
7373

@@ -106,10 +106,12 @@ Things that are the primary default.
106106
### Development Tools
107107

108108
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)
113115

114116
### Deployment: PaaS and Services
115117

@@ -226,13 +228,13 @@ Things that are the primary default.
226228

227229
Templates:
228230

231+
- [Built At Lightspeed](https://builtatlightspeed.com)
229232
- [Better-T Stack](https://better-t-stack.amanv.dev)
230233
- [T3 Stack](https://create.t3.gg)
231234
- [Next-Forge](https://next-forge.com)
232235
- [LaunchFast](https://launchfa.st)
233236
- [Indiflow](https://indiflow.app)
234237
- [Zero To Shipped](https://zerotoshipped.com)
235-
- [Built At Lightspeed](https://builtatlightspeed.com)
236238
- [`midday-ai/v1`](https://github.com/midday-ai/v1)
237239
- [`ixahmedxi/orbitkit`](https://github.com/ixahmedxi/orbitkit)
238240

docs/augment-code.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# Augment Code
2+
3+
AI coding platform for real software.
4+
5+
- https://augmentcode.com

docs/cline.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
# Cline

docs/codegen.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# Codegen
2+
3+
- https://codegen.com

docs/coderabbit.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# CodeRabbit
2+
3+
AI Code Reviews
4+
5+
- https://coderabbit.ai

docs/kilo-code.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
# Kilo Code

docs/roocode.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
# Roo Code

0 commit comments

Comments
 (0)