Blog
Documentation
Course
Changelog
AI Starters
UI Kit
FAQ
Pricing
Live Demo
tutorials
All the articles about tutorials in the Makerkit blog
Dec 21, 2024
Using Drizzle ORM with Supabase in Next.js: A Complete Guide
In this comprehensive guide, we'll walk through integrating Drizzle ORM with your Next.js Supabase project, offering you the best of both worlds: Supabase's powerful features and Drizzle's type-safe query builder.
Dec 21, 2024
Smoke Testing Your SaaS: A Practical Guide for Founders
Learn how to implement effective smoke testing for your SaaS application. This guide covers essential test scenarios, implementation strategies, and best practices to quickly verify core functionality.
Dec 21, 2024
SaaS Error Monitoring with Telegram
Telegram bots are super fun and easy to set up. In this post, we'll show you how to use Telegram to monitor your SaaS and get notified when errors occur in Makerkit
Dec 20, 2024
End-to-End Testing Your SaaS with Playwright: A Comprehensive Guide
This comprehensive article teaches end-to-end testing using Playwright, based on real-world examples from a Next.js SaaS application. You'll learn industry best practices, test architecture patterns, and practical implementation strategies.
Dec 18, 2024
Next.js App Router: Project Structure
This guide will help you with the architecture and structure of a production-grade Next.js App Router project.
Dec 16, 2024
Server Actions vs Route Handlers in Next.js
Next.js allows you to use Server Actions or API Route Handlers to execute code server side and call it from the client. Which one should you use?
Dec 10, 2024
Server-only Code in Next.js 15
Ensure your Next.js code is only executed on the server-side using these lesser known Next.js features
Dec 7, 2024
The True Cost of Building a SaaS Starter Kit From Scratch
Want to buy a SaaS Starer Kit, but you don't know if it's worth it? This guide will help you make the right decision.
Nov 18, 2024
How to dynamically generate Open Graph images with Next.js and Makerkit
In this tutorial, we'll learn how to dynamically generate Open Graph images with Next.js and Makerkit