https://github.com/sirkorgo/korgosketch
a quick little multiplayer canvas i made
https://github.com/sirkorgo/korgosketch
html javascript partykit webapp
Last synced: 2 days ago
JSON representation
a quick little multiplayer canvas i made
- Host: GitHub
- URL: https://github.com/sirkorgo/korgosketch
- Owner: sirkorgo
- Created: 2025-12-27T08:06:57.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2025-12-27T23:06:31.000Z (6 months ago)
- Last Synced: 2025-12-29T00:52:18.711Z (6 months ago)
- Topics: html, javascript, partykit, webapp
- Homepage: https://korgosketch.sirkorgo.partykit.dev/
- Size: 29.3 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## 🎈 korgosketch
A multiplayer art canvas powered by PartyKit.
### Dependencies
- Node.js
- PartyKit
### Demos
**PartyKit**: https://korgosketch.sirkorgo.partykit.dev
**sirkorgo.com**: [https://www.sirkorgo.com](https://www.sirkorgo.com/chat)
### Setup Instructions
**Option 1: Using only PartyKit Domain**
```bash
git clone https://github.com/sirkorgo/korgosketch.git
cd korgosketch
npx partykit deploy
```
From here, visit the project at your PartyKit domain (eg: korgosketch.your-username.partykit.dev)
---
**Option 2: Embed on your own site**
1. Setup PartyKit:
```bash
git clone https://github.com/sirkorgo/korgosketch.git
cd korgosketch
npx partykit deploy
```
2. Copy `client/client.html` to your preferred directory on your site
3. Replace `korgosketch.your-username.partykit.dev` on line 150 with the PartyKit domain you deployed to.
4. Create an iframe that links the client.html
Example:
```html
```
> I recommend using 720x750 or bigger for the iframe size to prevent any issues.
### Planned Features
- Undo Button
- Eraser Tool
- Mobile support
- Infinite Canvas
... and more!