@@ -91,14 +91,15 @@ Things that are the primary default.
91
91
7 . Styling: [ Tailwind CSS] ( docs/tailwind.md ) + [ shadcn/ui] ( docs/shadcn-ui.md ) + [ unplugin-icons] ( docs/unplugin-icons.md ) + [ Tiptap] ( docs/tiptap.md )
92
92
8 . Data Validation: [ Zod] ( docs/zod.md )
93
93
9 . Form Handling: [ Conform] ( docs/conform.md )
94
- 10 . Backend API Framework: [ Hono] ( docs/hono.md ) + [ tRPC] ( docs/trpc.md )
94
+ 10 . Backend API Framework: [ Hono] ( docs/hono.md ) + [ tRPC] ( docs/trpc.md ) or [ oRPC ] ( docs/orpc.md )
95
95
11 . Auth Library: [ Better Auth] ( docs/better-auth.md )
96
96
12 . Database ORM & RBAC: [ Prisma] ( docs/prisma.md ) + [ Permit.io] ( docs/permit-io.md )
97
97
13 . Database/DBMS & GUI: [ PostgreSQL] ( docs/postgresql.md ) + [ TablePlus] ( docs/tableplus.md )
98
98
14 . Container: [ Docker] ( docs/docker.md ) + [ Docker Compose] ( docs/docker-compose.md ) with [ OrbStack] ( docs/orbstack.md ) / [ Docker Desktop] ( docs/docker-desktop.md )
99
99
15 . Email: [ Resend] ( docs/resend.md ) + [ React Email] ( docs/react-email.md )
100
100
16 . Testing: [ Vitest] ( docs/vitest.md ) + [ Testing Library] ( docs/testing-library.md ) + [ Playwright] ( docs/playwright.md ) + [ Storybook] ( docs/storybook.md ) + [ MSW] ( docs/msw.md )
101
101
17 . Payment: [ Polar] ( docs/polar.md ) + [ Xendit] ( docs/xendit.md )
102
+ 18 . Documentation: [ Fumadocs] ( docs/fumadocs.md )
102
103
103
104
### Development Tools
104
105
@@ -143,31 +144,32 @@ Things that are the primary default.
143
144
144
145
### Alternative: Workflow and Features
145
146
146
- 1 . Runtime: [ Node.js] ( docs/nodejs.md ) / [ Deno] ( docs/deno.md )
147
- 2 . Format and Lint: [ Biome] ( docs/biome.md ) + [ Ultracite] ( docs/ultracite.md ) / [ Prettier] ( docs/prettier.md ) / [ ESLint] ( docs/eslint.md ) / [ Oxc] ( docs/oxc.md )
148
- 3 . Bundler: [ Turbopack] ( docs/turbopack.md )
149
- 4 . Monorepo: [ moonrepo] ( docs/moonrepo.md ) with [ Changesets] ( docs/changesets.md )
150
- 5 . Release: [ autorc] ( docs/autorc.md )
151
- 6 . Secrets and Environment Variables: [ .env] ( docs/env.md ) / [ t3-env] ( docs/t3-env.md ) / [ unplugin-environment] ( docs/unplugin-environment.md )
152
- 7 . Utility: [ es-toolkit] ( docs/es-toolkit.md )
153
- 8 . CLI and Prompt: [ Term.Ink] ( docs/term-ink.md ) / [ Clack] ( docs/clack.md ) / [ Commander.js] ( docs/commanderjs.md ) / [ oclif] ( docs/oclif.md ) / [ Inquirer] ( docs/inquirer.md )
154
- 9 . Performance: [ Million.js] ( docs/millionjs.md )
155
- 10 . Search: [ Meilisearch] ( docs/meilisearch.md ) / [ Typesense] ( docs/typesense.md )
156
- 11 . Process: [ Effect] ( docs/effect.md )
157
- 12 . Dependency: [ Knip] ( docs/knip.md )
158
- 13 . Logging: [ pino] ( docs/pino.md )
159
- 14 . Internationalization (i18n): [ Lingui] ( docs/lingui.md )
160
- 15 . Accessibility (a11y): [ Lighthouse] ( docs/lighthouse.md )
161
- 16 . Realtime: [ SSE] ( docs/sse.md ) / [ Socket.IO] ( docs/socket-io.md ) / [ Liveblocks] ( docs/liveblocks.md ) / [ InstantDB] ( docs/instantdb.md ) / [ Electric] ( docs/electric.md )
162
- 17 . Cache and Message Queues: [ Redis] ( docs/redis.md ) / [ BullMQ] ( docs/bullmq.md ) / In-Memory
163
- 18 . Mobile: [ React Native] ( docs/react-native.md ) with [ Expo] ( docs/expo.md )
164
- 19 . Storage: Unix File System
165
- 20 . Mailers: SMTP
166
- 21 . Documentation: [ Nextra] ( docs/nextra.md )
147
+ 1 . VCS/SCM: [ Git] ( docs/git.md )
148
+ 2 . Runtime: [ Node.js] ( docs/nodejs.md ) / [ Deno] ( docs/deno.md )
149
+ 3 . Format and Lint: [ Biome] ( docs/biome.md ) + [ Ultracite] ( docs/ultracite.md ) / [ Prettier] ( docs/prettier.md ) / [ ESLint] ( docs/eslint.md ) / [ Oxc] ( docs/oxc.md )
150
+ 4 . Bundler: [ Turbopack] ( docs/turbopack.md )
151
+ 5 . Monorepo: [ moonrepo] ( docs/moonrepo.md ) with [ Changesets] ( docs/changesets.md )
152
+ 6 . Release: [ autorc] ( docs/autorc.md )
153
+ 7 . Secrets and Environment Variables: [ .env] ( docs/env.md ) / [ t3-env] ( docs/t3-env.md ) / [ unplugin-environment] ( docs/unplugin-environment.md )
154
+ 8 . Utility: [ es-toolkit] ( docs/es-toolkit.md )
155
+ 9 . CLI and Prompt: [ Term.Ink] ( docs/term-ink.md ) / [ Clack] ( docs/clack.md ) / [ Commander.js] ( docs/commanderjs.md ) / [ oclif] ( docs/oclif.md ) / [ Inquirer] ( docs/inquirer.md )
156
+ 10 . Performance: [ Million.js] ( docs/millionjs.md )
157
+ 11 . Search: [ Meilisearch] ( docs/meilisearch.md ) / [ Typesense] ( docs/typesense.md )
158
+ 12 . Process: [ Effect] ( docs/effect.md )
159
+ 13 . Dependency: [ Knip] ( docs/knip.md )
160
+ 14 . Logging: [ pino] ( docs/pino.md )
161
+ 15 . Internationalization (i18n): [ Lingui] ( docs/lingui.md )
162
+ 16 . Accessibility (a11y): [ Lighthouse] ( docs/lighthouse.md )
163
+ 17 . Realtime: [ SSE] ( docs/sse.md ) / [ Socket.IO] ( docs/socket-io.md ) / [ Liveblocks] ( docs/liveblocks.md ) / [ InstantDB] ( docs/instantdb.md ) / [ Electric] ( docs/electric.md )
164
+ 18 . Cache and Message Queues: [ Redis] ( docs/redis.md ) / [ BullMQ] ( docs/bullmq.md ) / In-Memory
165
+ 19 . Mobile: [ React Native] ( docs/react-native.md ) with [ Expo] ( docs/expo.md )
166
+ 20 . Storage: Unix File System
167
+ 21 . Mailers: SMTP
168
+ 22 . Documentation: [ Nextra] ( docs/nextra.md )
167
169
168
170
### Alternative: 3rd Party Services
169
171
170
- 1 . Repo: [ Git ] ( docs/git.md ) on [ GitHub] ( docs/github.md ) / [ GitLab] ( docs/gitlab.md ) / [ Bitbucket] ( docs/bitbucket.md )
172
+ 1 . Repo: [ GitHub] ( docs/github.md ) / [ GitLab] ( docs/gitlab.md ) / [ Bitbucket] ( docs/bitbucket.md )
171
173
2 . Analytics: [ PostHog] ( docs/posthog.md ) / [ Openpanel.dev] ( docs/openpanel.md ) / [ Simple Analytics] ( docs/simpleanalytics.md ) / [ Plausible] ( docs/plausible.md )
172
174
3 . Payment:
173
175
- International: [ Polar] ( docs/polar.md ) / [ Lemon Squeezy] ( docs/lemonsqueezy.md ) / [ Stripe] ( docs/stripe.md )
@@ -190,6 +192,7 @@ Things that are the primary default.
190
192
19 . Documentation: [ Mintlify] ( docs/mintlify.md )
191
193
20 . Automation: [ n8n] ( docs/n8n.md )
192
194
21 . API Key Management: [ Unkey] ( docs/unkey.md )
195
+ 22 . WhatsApp: [ Qontak] ( docs/qontak.md ) / [ Twilio] ( docs/twilio.md )
193
196
194
197
### Alternative: Communication Tools
195
198
0 commit comments