https://github.com/elixpo/lixsketch
WYSIWYG type canvas for advance sketching and smart editing with AI support in Beta
https://github.com/elixpo/lixsketch
canvas drawing editor roughjs wysiwyg
Last synced: 2 months ago
JSON representation
WYSIWYG type canvas for advance sketching and smart editing with AI support in Beta
- Host: GitHub
- URL: https://github.com/elixpo/lixsketch
- Owner: elixpo
- License: mit
- Created: 2026-02-06T16:02:42.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2026-03-21T15:55:02.000Z (3 months ago)
- Last Synced: 2026-03-22T04:05:13.054Z (3 months ago)
- Topics: canvas, drawing, editor, roughjs, wysiwyg
- Language: JavaScript
- Homepage: https://sketch.elixpo.com
- Size: 13.1 MB
- Stars: 2
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# LixSketch - Built by a Genz 🚀

> It was one of the most favourite projects of mine while development. It took me 11 months to come to the stage where I can write the README and product my mvp - [LixSketch](https://sketch.elixpo.com)

An open-source freemium platform for collaborative canvas — technical presentations, modelling, wireframes, and more.
[](https://github.com/elixpo/lixsketch/stargazers)
[](https://github.com/elixpo/lixsketch/network/members)
[](https://github.com/elixpo/lixsketch/issues)
[](./LICENSE)
[](https://sketch.elixpo.com)
[](https://sketch.elixpo.com/docs)
[](https://www.npmjs.com/package/@elixpo/lixsketch)
[](https://marketplace.visualstudio.com/items?itemName=elixpo.lixsketch)
### LixSketch is an open source freemium platfor for collaborative canvas for technical presentation / modelling on web + IDE + pwa (under development)

## Why LixSketch?
LixSketch offers technical / professional proficiency in quick canvases used for any technical interview, presentation, workshop, or classroom in a collaborative fashion — sharable with anyone at any time in a matter of a click.

## What Makes LixSketch Stand Out
| | Feature |
|---|---|
| 🔓 | **No login required** — start drawing instantly as a guest |
| 🎁 | **Generous freemium model** — powerful tools at zero cost |
| 📜 | **LixScript** — our own [diagram scripting language](https://sketch.elixpo.com/docs) |
| 🧩 | **All-in-one workspace** — combines Excalidraw + TLDraw + Eraser.io |
| 🛡️ | **E2E encrypted sharing** — your data stays yours |
| 📂 | **Open Source** — MIT licensed, built in public |
| ⚡ | **Fast & free** — generous guest mode, no paywall |

## Use LixSketch Everywhere
| | Platform | Description |
|---|---|---|
| 🌐 | **[Web App](https://sketch.elixpo.com)** | Full collaborative canvas in the browser |
| 🖥️ | **[VS Code Extension](https://marketplace.visualstudio.com/items?itemName=elixpo.lixsketch)** | Draw diagrams right inside your editor — open any `.lixsketch` file |
| 📦 | **[NPM Package](https://www.npmjs.com/package/@elixpo/lixsketch)** | Embed the engine in your own app with `npm install @elixpo/lixsketch` |
### VS Code Extension
Draw diagrams, sketch ideas, and build visual documents — without leaving your editor. Just create a `.lixsketch` file and start drawing.
```
ext install elixpo.lixsketch
```

### NPM Package
Build your own whiteboard, diagramming tool, or collaborative canvas with a few lines of code.
```bash
npm install @elixpo/lixsketch
```
```javascript
import { createSketchEngine, TOOLS } from '@elixpo/lixsketch';
const engine = createSketchEngine(svgElement);
await engine.init();
engine.setActiveTool(TOOLS.RECTANGLE);
```
Full API docs and examples in the [engine README](./packages/lixsketch/README.md).
## Tech Stack






## Documentation
We have a dedicated section for our [LixSketch Docs](https://sketch.elixpo.com/docs) with a rich definition on how we implemented our architecture and product in the open source with security and transparency.

## Contributing
This is an open source project! If you find bugs on the platform, please let us know from the [Issues Tab](https://github.com/elixpo/lixsketch/issues). We'd love to solve them for a smooth user experience.

## Star History
---

### Made with ❤️ by [Elixpo](https://elixpo.com) | [GitHub](https://github.com/elixpo/lixsketch)