Official Documentation & Resources
Links to the official documentation for every technology used in ScaleRocket Web.
Official Documentation & Resources
Bookmark these links. When you need to go deeper on any technology, these are your primary sources.
Core Framework
| Technology | Documentation | What it's used for |
|---|---|---|
| Next.js 16 | nextjs.org/docs | Marketing site (apps/web) |
| React 19 | react.dev | UI library across all apps |
| TypeScript | typescriptlang.org/docs | Type safety |
| Tailwind CSS | tailwindcss.com/docs | Styling |
Backend
| Technology | Documentation | What it's used for |
|---|---|---|
| Supabase | supabase.com/docs | Auth, database, edge functions, storage |
| Supabase Auth | supabase.com/docs/guides/auth | Authentication & OAuth |
| Supabase Edge Functions | supabase.com/docs/guides/functions | Backend logic (Deno) |
| PostgreSQL | postgresql.org/docs | Database queries & RLS |
| Technology | Documentation | What it's used for |
|---|---|---|
| Convex | docs.convex.dev | Database, functions, real-time |
| Convex Auth | labs.convex.dev/auth | Authentication & OAuth |
| Convex Functions | docs.convex.dev/functions | Backend logic (TypeScript) |
Services
| Technology | Documentation | What it's used for |
|---|---|---|
| Stripe | docs.stripe.com | Payments, subscriptions, webhooks |
| Resend | resend.com/docs | Transactional emails |
| Vercel | vercel.com/docs | Deployment, hosting, analytics |
Libraries
| Technology | Documentation | What it's used for |
|---|---|---|
| TanStack Router | tanstack.com/router/latest/docs | Dashboard routing (apps/app) |
| TanStack Query | tanstack.com/query/latest/docs | Data fetching (Supabase stack) |
| Radix UI | radix-ui.com/primitives/docs | Accessible UI primitives |
| React Email | react.email/docs | Email templates |
| Refine | refine.dev/docs | Admin panel (apps/ops) |
Tooling
| Technology | Documentation | What it's used for |
|---|---|---|
| Turborepo | turbo.build/repo/docs | Monorepo management |
| Vitest | vitest.dev/guide | Testing |
| pnpm | pnpm.io | Package manager |
| ESLint | eslint.org/docs | Linting |
Done reading? Mark this page as complete.