Products
Courses
Blog
Documentation
Changelog
FAQ
Pricing
Demo
typescript
Everything you need to know about "typescript" in the Makerkit blog
Jan 30, 2026
Build an AI Content Agent with Mastra, Next.js & MakerKit (2026)
Learn how to build an AI Content Agent with Mastra, Next.js, and MakerKit. Complete 2026 tutorial covering tools, workflows, memory, and production deployment.
Jan 26, 2026
Unit Testing Prisma ORM with pgLite and Vitest
Test Prisma database services using pgLite for fast, isolated tests without Docker. Covers setup, migrations, test factories, and real service testing patterns.
Jan 24, 2026
Drizzle vs Prisma ORM in 2026: A Practical Comparison for TypeScript Developers
Compare Drizzle ORM and Prisma 7 with real production examples. Learn the key differences in schema design, performance, migrations, and when to choose the best TypeScript ORM for your Next.js or Node.js project.
Dec 23, 2024
Building Embeddable React Widgets: Production-Ready Guide
Learn to build production-ready embeddable React widgets. Bundle with Rollup, isolate styles with Shadow DOM, and deploy a single script that works on any website.
Dec 18, 2024
Next.js 16 App Router Project Structure: The Definitive Guide
Learn how to structure a production-grade Next.js 16 App Router project using Turborepo, route groups, feature packages, and battle-tested patterns from shipping real SaaS applications.
Nov 18, 2024
Generate Dynamic OG Images with Next.js 16
Learn to generate dynamic Open Graph images in Next.js 16 using ImageResponse and Sharp. Covers the opengraph-image.tsx convention, custom fonts, and Vercel deployment.