Inkboard is a shared drawing app made for quick live collaboration. It is inspired by simple sketching tools like MS Paint and by party-style group rooms, so it stays easy to use while still feeling social.
- Lets multiple people draw on the same canvas at the same time.
- Shows updates in real time.
- Keeps drawing simple, fast, and easy to follow.
- Shared live canvas for group drawing.
- Simple room-based sessions for friends or teammates.
- Fast feedback while you draw.
- Clean browser-based experience.
inkboard_demo.mp4
This diagram shows the database schema used by the app.
- Go to
client/. - Run
pnpm install. - Run
pnpm run dev.
- Go to
server/. - Run
dotnet restore. - Run
dotnet run --project Inkboard.API.
If you want more detail, start with ARCHITECTURE.md.
The project is still growing, so small changes may happen over time.
If you're interested in making contributions, check TODO.md
