Newsletter
Join the Community
Subscribe to our newsletter for the latest news and updates
Firebase application toolkit with esbuild dev server and framework presets for Next.js, Remix, Astro, CRA, and Vite.
Firemyna is an open-source Firebase application toolkit that accelerates development by providing a solid foundation without locking you into a particular framework.
Firemyna is a toolkit designed to speed up Firebase application development. It takes a Firebase project as input and produces a structured foundation with a fast development server, shared code between web and backend, and framework presets. The project is authored by Sasha Koss and released under the MIT license. It works with Firebase Functions and supports multiple front-end frameworks through either built-in presets or your own setup.
To start, follow the framework-specific guides in the repository — for example, the Next.js, Remix, Astro, Create React App, or Vite examples. These guides walk you through setting up the toolkit with your chosen framework. Once configured, Firemyna provides the development server and build tooling that integrates with Firebase.
Yes. Firemyna is released under the MIT license, which means it's free to use, modify, and distribute, including in commercial projects. No payment or account is required to use the toolkit.
Firemyna includes example guides for Next.js, Remix, Astro, Create React App, and Vite. It's also designed to be "bring your own framework," so you can use it with other setups even if there isn't a dedicated example.
It uses esbuild for a fast development server and provides sane defaults out of the box. By sharing code between the web application and Firebase backend, you avoid duplicating logic. These factors reduce setup time and improve iteration speed.
The repository includes a changelog file listing all updates. You can find it in the project root as CHANGELOG.md.