Skip to content

undb-xyz/undb

Repository files navigation

undb

undb

๐Ÿš€ Private first, unified, self-hosted no code database.

Documentation ยท Website ยท Roadmap

undb

๐Ÿš€ Quick Start

Open in Gitpod

  • Join our discord to keep in touch.

Discord

โœ… Features

  • ๐Ÿ” Private first
  • ๐ŸŽˆ Light weight, requires just one file storage by default
  • ๐Ÿ’ป Self hosted in seconds
  • ๐Ÿ“ Customizable
  • ๐Ÿ”‘ Power BI like Record Level Security
  • ๐Ÿ”ง Deploy with variant adapters
  • ๐ŸŽฎ Developer friendly. Provide openapi / webhooks / realtime subscriptions / sdk(soon) / erd preview and more
  • โœจ Multiple built-in field types and variants
  • ๐ŸŒ† Different types of views, including grid, kanban, gantt, tree, calendar and more
  • ๐Ÿ’ก Light / Dark theme
  • ๐Ÿ—‘๏ธ records trash / restore
  • ๐Ÿ“œ Templates

๐Ÿ“š Tech Stack

  • ๐Ÿ”ฅ SvelteKit - Simple and performant frontend framework.
  • โšก Vite + SWC - Fast compile ts code.
  • ๐ŸŒŠ Tailwind - Composable styles.
  • ๐Ÿ”ง Nestjs Organize backend logic.
  • โš–๏ธ Domain Driven Design Make code easy to maintain.

Screen Shot

Create table

Create table

Create new record

Create table

generated open api

image

erd

image

Deploy

Deploy with docker

docker run -d --name undb -p 4000:4000 --platform linux/x86_64 -v ~/.undb/:/var/opt/.undb ghcr.io/undb-xyz/undb:latest

And then you can visit http://localhost:4000 and get started

Deploy with Render.com

Deploy to Render

You'll need a render account to deploy your own undb instance

Deploy with Railway

Deploy on Railway

Alt

License

undb is open-source under the GNU Affero General Public License Version 3 (AGPLv3). You can find it here.