Products
Courses
Blog
Documentation
Changelog
FAQ
Pricing
Demo
Blog
The blog of Makerkit. Discover the latest about Makerkit, Next.js, Supabase, and more.
Dec 17, 2022
Reset the Supabase Database in Cypress
Resetting your database during E2E tests is important to prevent flakiness. In this tutorial, we'll show you how to reset the Supabase database in Cypress E2E tests.
Dec 12, 2022
Firebase vs Supabase in 2026: Why Postgres Won the BaaS Battle
Firebase vs Supabase compared for 2026. Learn why Postgres-based backends won, what Firebase got right, and which one fits your project.
Dec 10, 2022
Introducing the Makerkit UI Storybook
Announcing the Makerkit UI Storybook: a collection of all the components that make up the Makerkit kits. You can use this to see how the components work and to get inspiration for your own projects.
Dec 6, 2022
Authenticating users with Remix and Supabase
Learn how to use Remix and Supabase to authenticate users in your application.
Dec 2, 2022
How Makerkit helps boost your SaaS SEO
Learn how Makerkit can help boost your SaaS SEO thanks to its optimized codebase and SEO-friendly features.
Oct 30, 2022
How to sell code with Gumroad and Github
Sell and monetize your code by giving private access to your Github repositories using Gumroad
Oct 29, 2022
Collecting payments upfront
If you're selling a one-off service, you may want to get paid upfront. Let's add a payment step to the onboarding flow in your Makerkit app.
Oct 29, 2022
Removing Organizations from your Project
If your project does not need Organizations, follow this tutorial to remove them from your project
Oct 27, 2022
Migrating to Next.js Server Components Layouts
A simple guide to migrating your _app.tsx component to the new Server Components released with Next.js 13
Oct 27, 2022
Getting Started with Next.js Server Components
A simple introduction to using Server Components and the new Layouts Folder Structure with Next.js 13
Oct 21, 2022
Counting a collection's documents with Firebase Firestore
In this article, we learn how to count the number of documents in a Firestore collection using a custom React.js hook.
Oct 21, 2022
Pagination with React.js and Firebase Firestore
In this article, we learn how to paginate data fetched from Firebase Firestore with React.js
Oct 12, 2022
Building a Language Switcher for Next.js
In this article, we create a Language dropdown to switch to another language using Next.js and next-i18n.
Oct 8, 2022
Testing emails with a local SMTP Server
In this recipe, we extend and configure Makerkit to have a fully local email server to test our application's outgoing emails
Oct 6, 2022
Limiting the Firebase Storage space used by each customer
Limiting the amount of Storage space used by your customers can be tricky. In this article, we show how to set a quota for each of your customers.
Oct 6, 2022
Creating a Waitlist with Firebase Auth
Implement a waitlist sign-up with Firebase Auth and allow sign-ins in batches to your SaaS
Oct 5, 2022
Using ElasticSearch with Next.js
In this article, we share how to use ElasticSearch with Next.js to index your Firestore documents and make them searchable.
Sep 30, 2022
v0.5.0: Design Improvements and code-cleanup
The version 0.5.0 adds improvements to the overall design, and adds Firebase Storage security rules backed by Firestore
Sep 29, 2022
Using Firestore in Firebase Storage Rules
Firebase Storage now allows you to use Firestore queries to in your security rules. Here is all you need to know!
Sep 22, 2022
Turn your Next.js application into a PWA
PWA can make your app look native, faster, updatable and offline-ready. In this post, we learn how to make a PWA with a Next.js application.
Previous Page
Page 7 of 9
Next Page