A Golang based Firebase alternative


This project offers a simple backend that handles user management, database, file storage, forms, real-time experiences via channel/topic-based communication, and server-side functions for mobile and web applications.

We can think of it as a lightweight Firebase replacement you may self-host. No vendor lock-in and your data stay in your control.

Details about the Golang SaaS Framework

What you can build with this Go Framework

The author built this firebase alternative open source project in Golang with the mindset of someone tired of writing the same code over and over on the backend. If your application needs one or all of user management, database, file storage, and real-time interactions, it should be a good fit.

He is personally using it to build SaaS:

It can be used from the client-side and/or server-side.