Overview:
UNDB is an open-source no-code database and Backend as a Service (BaaS). It is built on SQLite and can be packaged into a single binary using Bun or deployed as a service via Docker. The platform provides a user interface for table management and includes a built-in playground mode for testing without installation. UNDB is designed for users who want a local-first, privacy-oriented database tool with RESTful API support and the ability to start from a single file and scale to more complex cloud infrastructure.
Core Features:
No-code platform: Users can manage data through a UI without writing code.
SQLite-based backend: Uses SQLite as the underlying lightweight database engine.
Binary packaging with Bun: Can be compiled into a single executable binary for easy distribution and deployment.
Docker deployment: Supports running as a service via Docker containers.
OpenAPI RESTful API: Provides a programmable interface for data access and integration.
Formula field support: Includes formula fields similar to Excel or Airtable for computed data.
Use Cases:
Developers prototyping a backend: Quickly set up a data layer with an API without writing backend code.
Self-hosters deploying lightweight data services: Run a database and API endpoint from a single binary or Docker container.
Teams needing a local-first data tool: Manage tables and data without relying on cloud services, prioritizing privacy and local control.
Users evaluating no-code tools: Test the platform instantly using the built-in playground mode without any setup.
Why It Matters:
As an open-source alternative to hosted no-code databases or BaaS platforms, UNDB offers a local-first, privacy-oriented approach by basing its storage on SQLite. Its ability to be packaged as a single binary or run in Docker provides flexible deployment options, from a simple local file to a more complex cloud stack. The built-in RESTful API and formula field support make it a practical tool for developers and users who want to avoid vendor lock-in while maintaining programmatic access to their data.




