Blog
Sharing insights about front-end and full-stack development with TypeScript, Node.js, React, and friends.
Moving PreVibe from Vercel to a DigitalOcean VPS
Why I moved PreVibe's dashboard and MCP server to a VPS, how I handled the cutover, and the deployment problems I worked through along the way.
AI Image Generation Cost Analysis
Picking the wrong image generation model can cost you 100x more and take 27x longer. I ran the same prompt through 33 models from 8 providers to find out.
AI Framework Comparison: Vercel AI SDK, Mastra, Langchain and Genkit
I've created a few code examples to compare Vercel AI SDK, Mastra, Langchain.js and Google's Genkit, and here are my impressions...
Which AI Video Model Is Cheapest? I Tested 18
This time, I ran the same prompt through 18 video generation models from 5 providers to compare cost and generation time.
A Thin API Layer for React Apps on Vercel
Not every React app needs Next.js. A single rewrite rule and Hono give you auth, rate limiting, and AI integration without changing your frontend stack.
Themeable Web Components with Solid.js and CSS lite-dark()
This tutorial demonstrates how to build a custom HTML element with solid-element and theme it with the light-dark() CSS function.
Build Your Own AI-Powered API with Ollama, Hono and Vercel AI SDK
In this post, I'll explain my tech choice and show you three approaches for building AI-powered APIs.