Skip to content
/ undb Public
forked from undb-xyz/undb

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

License

Notifications You must be signed in to change notification settings

vsposato/undb

ย 
ย 

Repository files navigation

undb

undb

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

Live Demo ยท Documentation ยท Website ยท Roadmap

use email [email protected] and password 123456 to login

undb

Discord

Open in Gitpod

โœ… Features

  • ๐Ÿ” Private first
  • ๐ŸŽˆ Light weight, requires just one file storage by default
  • ๐Ÿ’ป Self hosted in seconds
  • ๐Ÿ“ Customizable
  • ๐Ÿ”ง 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, tree, calendar and more

๐Ÿ“š 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:https://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

Contribution

Checkout development documentation

Contact

email

[email protected]

wechat

image

License

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

About

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

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

No packages published

Languages

  • TypeScript 81.9%
  • Svelte 17.4%
  • JavaScript 0.4%
  • CSS 0.1%
  • Dockerfile 0.1%
  • HTML 0.1%