Newsletter
Join the Community
Subscribe to our newsletter for the latest news and updates
A production-ready boilerplate for hosting a Next.js app with server-side rendering on Firebase Cloud Functions.

A full-stack Next.js TypeScript template focused on functionality over UI, featuring Zustand, TanStack Query, and ESLint 9 support.
Nextjs in Firebase with Bootstrap is an open-source boilerplate that deploys a Next.js app with server-side rendering to Firebase Hosting through Cloud Functions.
This boilerplate takes a React-based Next.js application and wires it to run on Firebase Cloud Functions and Firebase Hosting, so pages render server-side before reaching the browser. It is built for developers who want production-ready server-side rendering without manually configuring the Firebase Functions-to-Next.js bridge. The template is MIT licensed, hosts a live preview at https://nextjs-in-firebase-functions.firebaseapp.com, and accepts community contributions.
Yes, the repository is released under the MIT license, so you can use, modify, and distribute it without license fees.
Not yet. Firebase Auth is listed as a to-do item in the README, along with Firestore data display and Redux support, so the current version focuses on the Next.js-to-Cloud Functions deployment.
You need a Firebase project and the Firebase CLI to deploy Cloud Functions and Hosting. The README points to the live preview for more setup details, but the repository itself does not include installation steps.
Yes, the README states that contributions are welcome. The project is on GitHub with an MIT license, so you can submit issues or pull requests.