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

Private first, unified, self-hosted no code database.

License

Notifications You must be signed in to change notification settings

wingkwong/undb

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

undb

undb

🚀 Private first, unified, self-hosted no code database.

Live Demo · 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

📚 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.

About

Private first, unified, self-hosted no code database.

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Sponsor this project

 

Packages

No packages published

Languages

  • TypeScript 81.3%
  • Svelte 18.2%
  • JavaScript 0.3%
  • CSS 0.1%
  • Dockerfile 0.1%
  • HTML 0.0%