|
14 | 14 |
|
15 | 15 | 🐶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.
|
16 | 16 |
|
17 |
| -- Primary frontend web with Vite, React, Remix/Next.js, Tailwind CSS, shadcn/ui. |
| 17 | +- Primary frontend web with Vite, React, Tailwind CSS. |
18 | 18 | - Optional backend API with GraphQL or REST API.
|
19 | 19 | - Interchangeable ORM with Prisma+ZenStack or Drizzle.
|
20 | 20 |
|
21 | 21 | ## Benefits
|
22 | 22 |
|
23 | 23 | 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. |
30 | 28 |
|
31 | 29 | ## Tech Stack
|
32 | 30 |
|
|
43 | 41 | 4. Frontend: [React](docs/react.md) with [Remix](docs/remix.md)
|
44 | 42 | 5. UI: [Tailwind CSS](docs/tailwind.md)
|
45 | 43 | - Icons: [unplugin-icons](docs/unplugin-icons.md)
|
46 |
| - - [shadcn UI](docs/shadcn-ui.md) |
| 44 | + - [shadcn/ui](docs/shadcn-ui.md) |
47 | 45 | - [Storybook](docs/storybook.md)
|
48 | 46 | - [React Email](docs/react-email.md)
|
49 | 47 | 6. Auth: [Remix Auth](docs/remix-auth.md) with [Oslo](docs/oslo.md)
|
|
0 commit comments