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.

StackRender open source database schema editor repo

Get Started

Head to the StackRender Github Repo and clone the project to your local machine.

git clone https://github.com/stackrender/stackrender.git

How to Use

Install dependencies and start the development server:

npm install
npm run dev

How to Build

Install dependencies and start the production build:

npm install
npm run start

Community

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

Every contribution helps make StackRender better, thank you for being part of the journey!