Self Hosted
StackRender is a free and open-source database schema editor built with the vision of automating database development workflows. You can self-host StackRender on your own infrastructure to run and manage it within your environment.

Get Started
Head to the StackRender Github Repo and clone the project to your local machine.
git clone https://github.com/stackrender/stackrender.gitHow to Use
Install dependencies and start the development server:
npm install
npm run devHow to Build
Install dependencies and start the production build:
npm install
npm run startCommunity
- Discord – Live discussions about upcoming releases and the future of StackRender.
- GitHub Issues – Report bugs and errors to help us improve your experience.
Contributing
We welcome all contributions, whether small bug fixes or major feature additions.
- Discuss your ideas and contributions in our Discord community.
- Follow the Contributing Guide to get started.
- Agree to the Code of Conduct to ensure a positive and respectful environment.
Every contribution helps make StackRender better, thank you for being part of the journey!