Building Flutter apps
just got easier

A simple and fast framework needs a simple and fast backend and content management system. You can now spend your time building a product instead of messing with a server

Built with BagelDB and Flutter

Code Example

Flutter Library

With this library you can build a back-end in a matter of minutes, make REST API requests and manage your content easily. Add your product to the many Flutter apps already built with the bagelDB.

db.collection("books").perPage(1).pageNumber(2).get();

db.collection("books").item("5e89a0a573c14625b8850a05")
.collection(“chapters”)
.query(“chapterTitle”,”regex”,”the man”)
.get();