
router
TanStack Router is a type-safe, data-driven React router with built-in caching, prefetching, and nested layouts, while TanStack Start extends it into a full-stack SSR framework.
It provides a complete pre-built foundation (React/TypeScript, canvas, controls, layers, export) that AI agents can extend on demand, enabling rapid creation of tailored creative tools without starting from scratch.
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 create
Choose 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
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:
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 testsThis 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 in
A starter kit and UI library for building custom design apps with AI.
Similar projects matched by category, topics, and programming language.

TanStack Router is a type-safe, data-driven React router with built-in caching, prefetching, and nested layouts, while TanStack Start extends it into a full-stack SSR framework.
scriptc compiles ordinary TypeScript into small, fast native executables without needing Node.js, V8, or any JavaScript runtime in the binary.
A React component library that renders six hand-tuned animated thought orb loading indicators on a plain 2D canvas, with two purpose-tuned sizes and automatic theme detection for AI and agent UIs.