Notes on building.
Guides on mobile apps, web platforms and AI products. Cost breakdowns, stack comparisons and how we ship.
How to Build and Deploy Custom MCP Servers for AI Products
MCP servers are the connective tissue between AI agents and the real world. This guide walks through building, testing, and deploying custom MCP servers from scratch.
Technology · Apr 10, 2026 · 14 min read
Nitro vs Hono vs H3: TypeScript Server Frameworks for 2026
Nitro powers Nuxt and Analog. H3 is the minimal HTTP layer underneath it. Hono is the standalone runtime-agnostic alternative. Here is how to choose the right TypeScript server framework for your next project.
Technology · Apr 10, 2026 · 14 min read
Offline-First AI Apps: On-Device Models for Mobile in 2026
On-device AI lets your app run inference without a network connection, slashing latency and keeping user data private. Here is how to actually ship it.
Technology · Apr 10, 2026 · 14 min read
Expo React Server Components: Build Universal Apps in 2026
Expo now supports React Server Components, bringing server-driven rendering to native mobile and web from a single codebase. This guide covers the practical patterns you need to build universal apps with RSC in Expo.
Technology · Apr 9, 2026 · 14 min read
Angular vs React vs Vue: Enterprise Frontend Choice in 2026
Choosing a frontend framework for enterprise software is not a popularity contest. Angular, React, and Vue each solve enterprise problems differently, and picking the wrong one costs you years of refactoring and hiring headaches.
Technology · Apr 9, 2026 · 14 min read
gRPC vs REST vs GraphQL: API Architecture Guide for 2026
You do not have to pick just one. The best API architectures in 2026 combine gRPC, REST, and GraphQL for different layers. Here is how to decide what goes where.
Technology · Apr 9, 2026 · 14 min read
Payload CMS vs Directus vs Strapi: Self-Hosted CMS for 2026
Self-hosted headless CMS adoption grew 45% in 2026 as teams demand full data ownership. Payload, Directus, and Strapi each take a fundamentally different approach to solving the same problem.
Technology · Apr 8, 2026 · 13 min read
React Router v7 vs TanStack Start vs Next.js: Full-Stack 2026
The React full-stack framework landscape has fractured into three real contenders. Here is an honest, benchmark-backed breakdown of where each one shines and where it falls short.
Technology · Apr 7, 2026 · 14 min read
Coolify vs Dokku vs CapRover: Self-Hosted PaaS for Startups
Cloud costs are the second biggest startup expense after payroll. Self-hosted PaaS tools like Coolify, Dokku, and CapRover can cut your hosting bill by 60 to 80% without sacrificing developer experience.
Technology · Apr 7, 2026 · 13 min read
Hono vs Elysia vs Express: Backend Frameworks for Bun in 2026
Bun adoption grew 300% in 2026, and three backend frameworks are competing for the ecosystem. Elysia is the fastest, Hono is the most portable, and Express just works. Here is how to pick the right one for your project.
Technology · Apr 6, 2026 · 13 min read
Convex vs Supabase vs Neon: Real-Time Backends for AI Apps
AI apps need backends that handle real-time updates, streaming LLM responses, and vector search without duct-taping services together. Here is how Convex, Supabase, and Neon compare for building AI-native products.
Technology · Apr 6, 2026 · 13 min read
Anthropic Claude Agent SDK vs OpenAI Agents SDK: Building AI
Model providers now ship their own agent frameworks, and choosing between the Claude Agent SDK and OpenAI Agents SDK shapes your entire AI architecture. Here is a deep, opinionated comparison based on building production agents with both.
Technology · Apr 6, 2026 · 14 min read