Blog
Documentation
Courses
Changelog
AI Starters
UI Kit
FAQ
Pricing
Live Demo
next
All the articles about next in the Makerkit blog
Jan 17, 2025
Best Practices for Building a SaaS with Windsurf and Makerkit
Windsurf is a new AI-powered editor taking the developer experience to the next level. With the new optimized rules for Makerkit, building a SaaS just got a lot easier!
Jan 16, 2025
Best Practices for Building a SaaS with Cursor and Makerkit
Cursor is the hottest AI editor in the market. With the new optimized rules for Makerkit, building a SaaS just got a lot easier!
Dec 27, 2024
Introducing a free and open source Next.js Supabase SaaS Starter Kit
Looking for a free Next.js SaaS Template? Announcing a lite version of our Next.js Supabase SaaS Boilerplate, now open source!
Dec 26, 2024
Choosing the best hosting provider for your Next.js application
In this post, we'll show you how to choose the best hosting provider for your Next.js application.
Dec 24, 2024
Next.js API Routes: The Ultimate Guide
Learn how to build robust, secure, and efficient API endpoints in Next.js. This comprehensive guide will walk you through the critical best practices for creating robust, secure, and efficient API endpoints in Next.js.
Dec 24, 2024
Building a Real-time Notification System with Supabase and Next.js
Learn how to build a complete real-time notification system using Supabase and Next.js. Includes live updates, dismissible notifications, and Row Level Security.
Dec 23, 2024
How to Write Secure and Type-Safe Server Actions in Next.js
A comprehensive guide to using enhanceAction in Next.js applications. Learn to implement authentication, Zod validation, and error handling in your Server Actions
Dec 22, 2024
Next.js Version Control: Implementing Auto-Updates in Your Application
Learn how to implement automatic version updates in your Next.js application to prevent stale clients and API conflicts. Includes ready-to-use code examples and best practices
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?