Skip to content

Commit 2c23f3d

Browse files
committed
docs: updates
1 parent 9532111 commit 2c23f3d

File tree

5 files changed

+30
-23
lines changed

5 files changed

+30
-23
lines changed

README.md

Lines changed: 26 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -91,14 +91,15 @@ Things that are the primary default.
9191
7. Styling: [Tailwind CSS](docs/tailwind.md) + [shadcn/ui](docs/shadcn-ui.md) + [unplugin-icons](docs/unplugin-icons.md) + [Tiptap](docs/tiptap.md)
9292
8. Data Validation: [Zod](docs/zod.md)
9393
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)
9595
11. Auth Library: [Better Auth](docs/better-auth.md)
9696
12. Database ORM & RBAC: [Prisma](docs/prisma.md) + [Permit.io](docs/permit-io.md)
9797
13. Database/DBMS & GUI: [PostgreSQL](docs/postgresql.md) + [TablePlus](docs/tableplus.md)
9898
14. Container: [Docker](docs/docker.md) + [Docker Compose](docs/docker-compose.md) with [OrbStack](docs/orbstack.md) / [Docker Desktop](docs/docker-desktop.md)
9999
15. Email: [Resend](docs/resend.md) + [React Email](docs/react-email.md)
100100
16. Testing: [Vitest](docs/vitest.md) + [Testing Library](docs/testing-library.md) + [Playwright](docs/playwright.md) + [Storybook](docs/storybook.md) + [MSW](docs/msw.md)
101101
17. Payment: [Polar](docs/polar.md) + [Xendit](docs/xendit.md)
102+
18. Documentation: [Fumadocs](docs/fumadocs.md)
102103

103104
### Development Tools
104105

@@ -143,31 +144,32 @@ Things that are the primary default.
143144

144145
### Alternative: Workflow and Features
145146

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)
167169

168170
### Alternative: 3rd Party Services
169171

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)
171173
2. Analytics: [PostHog](docs/posthog.md) / [Openpanel.dev](docs/openpanel.md) / [Simple Analytics](docs/simpleanalytics.md) / [Plausible](docs/plausible.md)
172174
3. Payment:
173175
- International: [Polar](docs/polar.md) / [Lemon Squeezy](docs/lemonsqueezy.md) / [Stripe](docs/stripe.md)
@@ -190,6 +192,7 @@ Things that are the primary default.
190192
19. Documentation: [Mintlify](docs/mintlify.md)
191193
20. Automation: [n8n](docs/n8n.md)
192194
21. API Key Management: [Unkey](docs/unkey.md)
195+
22. WhatsApp: [Qontak](docs/qontak.md) / [Twilio](docs/twilio.md)
193196

194197
### Alternative: Communication Tools
195198

docs/fumadocs.md

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

docs/orpc.md

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

docs/qontak.md

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

docs/twilio.md

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

0 commit comments

Comments
 (0)