diff --git a/README.md b/README.md index 0f68ee0e5..c4e4b2afc 100644 --- a/README.md +++ b/README.md @@ -1,47 +1,40 @@ -

- drawdb logo -

+

+ drawdb logo +
drawDB +

-

Free, simple, and intuitive database design tool and SQL generator.

+

✨ Visual Database Designer • SQL Generator • No Account Required ✨

- drawDB - · - Discord + Live Demo • + Discord Community • + Features

-

demo

+

+ drawDB in action +

-## drawDB +--- -DrawDB is a robust and user-friendly database entity relationship (DBER) editor right in your browser. Build diagrams with a few clicks, export sql scripts, customize your editor, and more without creating an account. See the full set of features [here](https://drawdb.vercel.app/). +## 🚀 Features That Make You Productive -## Getting Started +- **Visual ERD Designer** - Create database diagrams with drag-and-drop simplicity +- **Instant SQL Generation** - Export PostgreSQL, MySQL, and SQLite scripts +- **Zero Configuration** - Works directly in your browser - no signup required +- **Custom Themes** - Light/dark mode with customizable canvas colors +- **Keyboard Friendly** - Quick navigation with keyboard shortcuts +- **Shareable Projects** - Export/import your database designs as JSON -### Local Development +[Explore all features →](https://drawdb.vercel.app/) -```bash -git clone https://github.com/drawdb-io/drawdb -cd drawdb -npm install -npm run dev -``` +--- -### Build +## ⚡ Quick Start +### Local Development ```bash git clone https://github.com/drawdb-io/drawdb cd drawdb npm install -npm run build -``` - -### Docker Build -```bash -docker build -t drawdb . -docker run -p 3000:80 drawdb -``` - - -Set up the [server](https://github.com/drawdb-io/drawdb-server) and environment variables according to `.env.sample` for the survey and bug report forms. - +npm run dev