Undb

screenshot of Undb
nestjs
svelte

Private first self-hosted no code database & BaaS.

Overview:

undb🚀 is a private first, unified, self-hosted no code database. It offers a lightweight and customizable solution for database management, with features like record level security, multiple field types and views, and a light/dark theme. undb🚀 is built using SvelteKit as the frontend framework, Vite + SWC for fast compilation of TypeScript code, Tailwind for styling, and Nestjs for organizing backend logic. It can be deployed using various adapters and platforms like Docker, Render.com, and Railway. undb🚀 is an open-source project released under the GNU Affero General Public License Version 3 (AGPLv3).

Features:

  • Private first: prioritize data privacy and security.
  • Light weight: requires just one file storage by default.
  • Self-hosted in seconds: quick and easy deployment.
  • Customizable: tailor the database to fit specific needs.
  • Record Level Security: provides Power BI-like security for data records.
  • Deploy with variant adapters: supports deployment using various adapters.
  • Developer friendly: offers openapi, webhooks, realtime subscriptions, SDK (coming soon), and ERD preview.
  • Multiple built-in field types and variants: provides a range of field options for data input.
  • Different types of views: includes grid, kanban, gantt, tree, calendar, and more.
  • Light/Dark theme: customizable visual theme options.
  • Records trash/restore: ability to delete and restore records.
  • Templates: pre-defined templates to speed up database creation.
nestjs
Nest

A progressive Node.js framework for building efficient, scalable, and enterprise-grade server-side applications with TypeScript/JavaScript.

svelte
Svelte

Svelte is a modern front-end framework that compiles your code at build time, resulting in smaller and faster applications. It uses a reactive approach to update the DOM, allowing for high performance and a smoother user experience.

docker
Docker

A website that uses Docker for containerization to streamline development, testing, and deployment workflows. This includes features such as containerization of dependencies, automated builds and deployments, and container orchestration to ensure scalability and availability.

typescript
Typescript

TypeScript is a superset of JavaScript, providing optional static typing, classes, interfaces, and other features that help developers write more maintainable and scalable code. TypeScript's static typing system can catch errors at compile-time, making it easier to build and maintain large applications.