Toolcraft is an open-source starter kit and UI library for building custom design apps with AI. Use it to create small creative products, internal utilities, interactive experiments, and tools tailored to your workflow.
It works with any AI agent (Codex, Claude, Cursor).
Built by Pixel Point.
Run the CLI:
npx @pixel-point/toolcraft createChoose a project name and your AI agent. Then open the generated folder in that agent and describe the tool you want to build:
Build an app that applies an ASCII effect to an uploaded image.
Once the app is ready, start it locally:
npm run dev- A React and TypeScript starter app
- A canvas with upload, pan, zoom, radar, and history support
- Built-in controls for common creative-tool settings
- Optional layers, animation timelines, and keyframes
- Image and video export workflows
- Local instructions for AI coding agents
- Unit, browser, acceptance, and performance checks
- Editable runtime and UI source inside each generated project
The checked-in app is intentionally neutral. It starts with the Toolcraft canvas, upload flow, controls panel, and toolbar. Product-specific controls, renderers, layers, timelines, and exports are added only when the tool needs them.
Toolcraft works best for apps that combine a visual canvas with a focused set of controls, such as:
- Procedural graphics and gradient generators
- Image stylization, ASCII, pixel, halftone, and glitch effects
- Shader and Three.js experiments
- Animation and video-effect tools
- Blog cover and branded asset generators
src/app— product schema, acceptance coverage, and performance configurationsrc/routes— application routes and Toolcraft compositionsrc/toolcraft/runtime— state, commands, canvas, panels, timeline, and export runtimesrc/toolcraft/ui— Toolcraft controls and interface componentsdocs/toolcraft— local rules and reference docs for AI agentse2e— browser acceptance and performance tests
This repository contains the standalone starter produced by the Toolcraft CLI. The runtime and UI source are included directly instead of being hidden behind a package, so generated projects can be inspected and changed when needed.
npm install # Install dependencies
npm run dev # Start the local app
npm run test # Run unit and contract checks
npm run verify:quick # Run the normal development checks
npm run verify:final # Run the complete functional gate
npm run build # Create a production buildRead Build personal design tools with AI using Toolcraft for the background, workflow, and example projects.