@@ -31,28 +31,30 @@ Dogokit Akita is a full stack development kit featuring frontend with React, Rem
31
31
- Frontend Web: React, Remix/Next.js, Tailwind CSS
32
32
- Backend API: Apollo/Hono, Prisma, PostgreSQL, Docker
33
33
34
- ### Recommended Setup
35
-
36
- 1 . Code Editor: [ Cursor] ( docs/cursor.md ) / [ VS Code] ( docs/vscode.md )
37
- 2 . Core: [ HTML] ( docs/html.md ) , [ CSS] ( docs/css.md ) , [ JavaScript] ( docs/javascript.md )
38
- 3 . Runtime: [ TypeScript] ( docs/typescript.md ) v5 with [ Bun] ( docs/bun.md )
39
- 4 . Tooling: [ Biome] ( docs/biome.md ) & [ Prettier] ( docs/prettier.md )
40
- 5 . Frontend: [ React] ( docs/react.md ) v18 with [ Remix] ( docs/remix.md ) v2 ([ Vite] ( docs/vite.md ) & [ React Router] ( docs/react-router.md ) )
41
- 6 . UI: [ Tailwind CSS] ( docs/tailwind.md ) v3 with [ shadcn UI] ( docs/shadcn-ui.md ) and [ Storybook] ( docs/storybook.md ) v8
42
- 7 . Auth: [ Remix Auth] ( docs/remix-auth.md ) with [ Oslo] ( docs/oslo.md )
43
- 8 . ORM: [ Prisma] ( docs/prisma.md ) with [ ZenStack] ( docs/zenstack.md )
44
- 9 . Database: [ PostgreSQL] ( docs/postgresql.md ) v16
45
- 10 . Container: [ Docker] ( docs/docker.md )
46
- 11 . Secrets: ` .env ` file
47
- 12 . Backend:
48
- - [ REST API] ( docs/rest-api.md ) with [ Hono] ( docs/hono.md ) & [ OpenAPI Swagger] ( docs/swagger.md ) that can be generated by [ ZenStack] ( docs/zenstack.md )
49
- - [ GraphQL] ( docs/graphql.md ) with [ Apollo] ( docs/apollo.md ) & [ Pothos] ( docs/graphql-pothos.md )
34
+ ### Main Setup
35
+
36
+ 1 . Core: [ HTML] ( docs/html.md ) , [ CSS] ( docs/css.md ) , [ JavaScript] ( docs/javascript.md )
37
+ 2 . Runtime: [ TypeScript] ( docs/typescript.md ) with [ Bun] ( docs/bun.md )
38
+ 3 . Tooling: [ Biome] ( docs/biome.md ) & [ Prettier] ( docs/prettier.md )
39
+ 4 . Frontend: [ React] ( docs/react.md ) with [ Remix] ( docs/remix.md ) ([ Vite] ( docs/vite.md ) + [ React Router] ( docs/react-router.md ) )
40
+ 5 . UI: [ Tailwind CSS] ( docs/tailwind.md ) with [ shadcn UI] ( docs/shadcn-ui.md ) and [ Storybook] ( docs/storybook.md )
41
+ 6 . ORM: [ Prisma] ( docs/prisma.md ) with [ ZenStack] ( docs/zenstack.md )
42
+ 7 . Database: [ PostgreSQL] ( docs/postgresql.md )
43
+ 8 . Auth: [ Remix Auth] ( docs/remix-auth.md ) with [ Oslo] ( docs/oslo.md )
44
+ 9 . Container: [ Docker] ( docs/docker.md )
50
45
51
46
### Optional Setup
52
47
53
- 1 . Monorepo: [ moonrepo] ( docs/moonrepo.md ) with [ Changesets] ( docs/changesets.md )
54
- 2 . Testing: [ Vitest] ( docs/vitest.md ) with [ Testing Library] ( docs/testing-library.md ) , [ Playwright] ( docs/playwright.md ) , [ MSW] ( docs/msw.md )
55
- 3 . Mobile: [ React Native] ( docs/react-native.md ) with [ Expo] ( docs/expo.md )
48
+ 1 . Backend:
49
+ - [ REST API] ( docs/rest-api.md ) with [ Hono] ( docs/hono.md ) & [ OpenAPI Swagger] ( docs/swagger.md ) that can be generated by [ ZenStack] ( docs/zenstack.md )
50
+ - [ GraphQL] ( docs/graphql.md ) with [ Apollo] ( docs/apollo.md ) & [ Pothos] ( docs/graphql-pothos.md )
51
+ 2 . Monorepo: [ moonrepo] ( docs/moonrepo.md ) with [ Changesets] ( docs/changesets.md )
52
+ 3 . Testing: [ Vitest] ( docs/vitest.md ) with [ Testing Library] ( docs/testing-library.md ) , [ Playwright] ( docs/playwright.md ) , [ MSW] ( docs/msw.md )
53
+ 4 . Mobile: [ React Native] ( docs/react-native.md ) with [ Expo] ( docs/expo.md )
54
+
55
+ ### Optional Tools
56
+
57
+ 1 . Code Editor: [ Cursor] ( docs/cursor.md ) / [ VS Code] ( docs/vscode.md ) + [ Supermaven] ( docs/supermaven.md ) / [ GitHub CoPilot] ( docs/github-copilot.md )
56
58
57
59
### Optional 3rd Party Services
58
60
@@ -69,7 +71,7 @@ Dogokit Akita is a full stack development kit featuring frontend with React, Rem
69
71
11 . Monitoring: [ OpenStatus] ( docs/openstatus.md )
70
72
12 . File Upload: [ Uploadcare] ( docs/uploadcare.md )
71
73
13 . Internationalization (i18n): [ Lingui] ( docs/lingui.md )
72
- 14 . Background Jobs: [ Trigger.dev] ( docs/trigger-dev.md )
74
+ 14 . Background Jobs: [ Quirrel.dev ] ( docs/quirrel-dev.md ) / [ Trigger.dev] ( docs/trigger-dev.md )
73
75
15 . Link Shortener: [ Dub.co] ( docs/dub-co.md )
74
76
16 . Search: [ Meilisearch] ( docs/meilisearch.md )
75
77
17 . Notification: [ Novu] ( docs/novu.md )
@@ -88,6 +90,7 @@ Dogokit Akita is a full stack development kit featuring frontend with React, Rem
88
90
## Inspirations
89
91
90
92
- [ RedwoodJS] ( https://redwoodjs.com )
93
+ - [ AdonisJS] ( https://adonisjs.com )
91
94
- [ T3 Stack] ( https://create.t3.gg )
92
95
- [ Built At Lightspeed] ( https://builtatlightspeed.com )
93
96
- [ ` midday-ai/v1 ` ] ( https://github.com/midday-ai/v1 )
0 commit comments