Build a small custom creative tool, like an image effect app, by describing it to an AI agent.
Prototype an internal utility with a visual canvas and controls panel already set up.
Create a procedural graphics or gradient generator without starting from scratch.
Build a shader or Three.js experiment on top of a ready made canvas and export workflow.
| pixel-point/toolcraft | binghe1980/ai-canvas | locoremind/locoagent | |
|---|---|---|---|
| Stars | 182 | 182 | 181 |
| Language | TypeScript | TypeScript | TypeScript |
| Setup difficulty | easy | moderate | hard |
| Complexity | 2/5 | 2/5 | 4/5 |
| Audience | vibe coder | designer | developer |
Figures from each repo's GitHub metadata at analysis time.
Requires Node.js and an AI coding agent like Claude, Codex, or Cursor to build the actual tool.
Toolcraft is an open source starter kit and set of ready made interface pieces for building small custom design and creative tools with the help of an AI coding assistant. It is meant for making things like little creative apps, internal utilities, interactive experiments, or one off tools tailored to a specific task, rather than large production software. It works with any AI coding agent, including Codex, Claude, and Cursor. You start a new project with a command line tool, which asks for a project name and which AI agent you plan to use, then generates a folder with a working starter app already in place. From there you open that folder in your chosen AI agent and simply describe the tool you want, for example an app that applies an ASCII art effect to an uploaded image, and the agent builds on top of the starter to create it. Once ready, you run the app locally with a single command. The starter itself is built with React and TypeScript and comes with a visual canvas that already supports image upload, panning, zooming, a radar style overview, and undo history, along with a panel of common controls used in creative tools. Optional pieces like image and video layers, animation timelines, and keyframes, as well as export workflows for images and video, can be added as needed. The generated project also includes local instruction files that guide the AI agent, plus a set of unit, browser, acceptance, and performance tests. Rather than hiding this runtime and interface code inside an installed package, Toolcraft includes the actual source files directly in each generated project, so they can be inspected and edited freely. It fits best for things like procedural graphics generators, image stylization effects, shader or Three.js experiments, and small animation tools. The project was built by Pixel Point and is released under the MIT license.
An open source starter kit and UI library for building small custom design and creative tools together with an AI coding agent.
Mainly TypeScript. The stack also includes TypeScript, React.
Use freely for any purpose, including commercial use, as long as you keep the copyright notice.
Setup difficulty is rated easy, with roughly 5min to a first successful run.
Mainly vibe coder.
This repo across BitVibe Labs
Don't trust strangers blindly. Verify against the repo.