Tech Stack
Frontend
| Technology | Version | Purpose |
|---|---|---|
| Next.js | 16.1.6 | React framework (static export) |
| React | 19.2.4 | UI library |
| Tailwind CSS | 4.2.2 | Utility-first CSS |
| TypeScript | 5.8.3 | Type safety |
| MDX | 3.1.0 | Blog posts with JSX |
| Motion | 12.38.0 | Animations |
| Lenis | 1.3.21 | Smooth scrolling |
| Lucide React | 1.7.0 | Icons |
| PostHog | 1.364.4 | Analytics |
| React Flow | 12.10.2 | Flow diagrams |
Chat Worker
| Technology | Version | Purpose |
|---|---|---|
| Hono | - | HTTP router for Workers |
| Cloudflare Workers | - | Serverless runtime |
| Durable Objects | - | Stateful session management |
| KV | - | Rate limit counters, thread mappings |
| Vitest | - | Unit/integration testing (Workers pool) |
Development Tools
| Tool | Version | Purpose |
|---|---|---|
| ESLint | 9.32.0 | Linting (flat config) |
| Playwright | 1.58.2 | E2E testing |
| Prettier | 3.6.2 | Code formatting |
| Sharp | 0.34.3 | Image optimization |
Infrastructure
| Service | Purpose |
|---|---|
| Cloudflare Pages | Static site hosting |
| Cloudflare Workers | Chat backend |
| Cloudflare KV | Key-value storage |
| Cloudflare Durable Objects | Stateful chat sessions |
| Cloudflare Turnstile | Bot protection on chat |
| Cloudflare Access | Docs site authentication |
| GitHub Actions | CI/CD pipelines |
| Release Please | Automated versioning |
| Slack API | Live chat relay |
| Google Gemini | AI chatbot |
| PostHog | Product analytics |