A visual schema explorer and diagram generator for Drizzle ORM. Drismalizer helps you instantly visualize your schema using an interactive drag-and-drop canvas, making schema design and debugging easier than ever.
- Next.js
- TypeScript
- React Flow for the diagram
- ts-morph for schema parsing
- Tailwind CSS for styling
Got ideas? Found a bug? Wanna add new features?
Pull requests and issues are always welcome.
To get started here is what you have to do:
git clone https://github.com/Honey2339/Drismalizer.git
cd Drismalizer
pnpm installThis project requires a .env file in the root directory.
Copy the example environment file:
cp example.env .envMake sure your .env file looks like this:
NEXT_PUBLIC_CANVAS_URL=http://localhost:3000/canvaspnpm devThen head over to http://localhost:3000.
Made with 💚 by Honey
Landing page design inspired by Legion.dev
Project idea inspired by Prismalizer

