DrawBoard docs ← Back to the app

Contributing / Open Source

DrawBoard is open source under the MIT License — free to use, modify, and redistribute, including commercially, as long as the license notice is kept.

Repository

github.com/krishundre/draw

Self-hosting your own copy

git clone https://github.com/krishundre/draw.git
cd draw
npm install
npm run dev

That runs a fully working local copy — no configuration required. See the repo's README for build and deployment instructions if you want to host it somewhere yourself.

Contributing changes

Bug reports, feature requests, and pull requests are all welcome. Before opening a PR, please read CONTRIBUTING.md in the repo and the Code of Conduct.

Not comfortable with GitHub? The in-app feedback form reaches the maintainer directly too.