Products
Courses
Blog
Documentation
Changelog
FAQ
Pricing
Demo
Blog
The blog of Makerkit. Discover the latest about Makerkit, Next.js, Supabase, and more.
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.
Sep 19, 2022
v0.4.0: Phone Authentication
The version 0.4.0 adds the ability to sign-in using a Phone number, and adds design and usability improvements to the authentication pages
Sep 15, 2022
v0.3.0: Multi-Factor Authentication and Multi-Provider accounts
The version 0.3.0 adds the ability to enable Multi-Factor Authentication and for users to link their account to multiple providers
Sep 5, 2022
v0.2.0: Transferring Ownership of an organization
The version 0.2.0 adds the ability to transfer the ownership of an organization to another member
Sep 2, 2022
Email Link Authentication with Firebase and Next.js
Learn how to add Email Link authentication to your SaaS application with Firebase Auth and Next.js
Aug 29, 2022
Adding a new MDX content source
Add a new MDX content source to your website
Previous Page
Page 7 of 9
Next Page