Skip to content

Commit 19554ba

Browse files
committedSep 30, 2024··
docs: refine intro
1 parent f5e5384 commit 19554ba

File tree

1 file changed

+6
-8
lines changed

1 file changed

+6
-8
lines changed
 

‎README.md

+6-8
Original file line numberDiff line numberDiff line change
@@ -14,19 +14,17 @@
1414

1515
🐶Dogokit Akita is a highly opiniated full stack application development kit, with ecosystem from JavaScript, TypeScript, Node.js, Bun, etc. That also can be a versatile reference for building robust web-based applications, scaling from zero to millions of users.
1616

17-
- Primary frontend web with Vite, React, Remix/Next.js, Tailwind CSS, shadcn/ui.
17+
- Primary frontend web with Vite, React, Tailwind CSS.
1818
- Optional backend API with GraphQL or REST API.
1919
- Interchangeable ORM with Prisma+ZenStack or Drizzle.
2020

2121
## Benefits
2222

2323
1. Build website or web app quickly with pre-built modules.
24-
2. Leverage React on Remix/Next.js with Tailwind CSS & shadcn UI.
25-
3. Manage database migrations, auth & RBAC, single source of truth with Prisma & ZenStack.
26-
4. Optionaly scale API complexity with GraphQL/REST/tRPC.
27-
5. Customize architecture flexibly, with the defaults should not use any 3rd party services.
28-
6. Deploy anywhere from a single VPS to any cloud provider, no vendor lock-in.
29-
7. Demonstrate the JavaScript developer experience ecosystem capability, as alternative to existing one like RedwoodJS, and the others such as PHP with Laravel, Ruby with Rails, Python with Django, etc.
24+
2. Optionally scale API complexity with GraphQL/REST/tRPC.
25+
3. Customize architecture flexibly, with the defaults should not use any 3rd party services.
26+
4. Deploy anywhere from a single VPS to any cloud provider, no vendor lock-in.
27+
5. Demonstrate the JavaScript developer experience ecosystem capability, as alternative to existing one like RedwoodJS, and the others such as PHP with Laravel, Ruby with Rails, Python with Django, etc.
3028

3129
## Tech Stack
3230

@@ -43,7 +41,7 @@
4341
4. Frontend: [React](docs/react.md) with [Remix](docs/remix.md)
4442
5. UI: [Tailwind CSS](docs/tailwind.md)
4543
- Icons: [unplugin-icons](docs/unplugin-icons.md)
46-
- [shadcn UI](docs/shadcn-ui.md)
44+
- [shadcn/ui](docs/shadcn-ui.md)
4745
- [Storybook](docs/storybook.md)
4846
- [React Email](docs/react-email.md)
4947
6. Auth: [Remix Auth](docs/remix-auth.md) with [Oslo](docs/oslo.md)

0 commit comments

Comments
 (0)
Please sign in to comment.