{"id":51920561,"url":"https://github.com/pixel-point/toolcraft","last_synced_at":"2026-07-27T17:30:37.854Z","repository":{"id":371363395,"uuid":"1300555995","full_name":"pixel-point/toolcraft","owner":"pixel-point","description":"A starter kit and UI library for building custom design apps with AI.","archived":false,"fork":false,"pushed_at":"2026-07-14T17:10:27.000Z","size":611,"stargazers_count":32,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-07-14T18:15:39.086Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://toolcraft.sh","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/pixel-point.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":"NOTICE.md","maintainers":null,"copyright":null,"agents":"AGENTS.md","dco":null,"cla":null}},"created_at":"2026-07-14T13:55:33.000Z","updated_at":"2026-07-14T18:14:20.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/pixel-point/toolcraft","commit_stats":null,"previous_names":["pixel-point/toolcraft"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/pixel-point/toolcraft","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pixel-point%2Ftoolcraft","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pixel-point%2Ftoolcraft/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pixel-point%2Ftoolcraft/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pixel-point%2Ftoolcraft/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/pixel-point","download_url":"https://codeload.github.com/pixel-point/toolcraft/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pixel-point%2Ftoolcraft/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":35960005,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-07-20T02:08:10.276Z","status":"online","status_checked_at":"2026-07-27T02:00:06.776Z","response_time":101,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2026-07-27T17:30:37.286Z","updated_at":"2026-07-27T17:30:37.844Z","avatar_url":"https://github.com/pixel-point.png","language":"TypeScript","funding_links":[],"categories":["TypeScript"],"sub_categories":[],"readme":"# Toolcraft\n\n\u003cimg width=\"1200\" height=\"630\" alt=\"og-toolcraft-v2\" src=\"https://github.com/user-attachments/assets/5a5da97c-2ab4-416e-af24-7cee0e82dffb\" /\u003e\n\nToolcraft 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.\n\nIt works with any AI agent (Codex, Claude, Cursor).\n\nBuilt by [Pixel Point](https://pixelpoint.io/).\n\n## Create a project\n\nRun the CLI:\n\n```bash\nnpx @pixel-point/toolcraft create\n```\n\nChoose a project name and your AI agent. Then open the generated folder in that\nagent and describe the tool you want to build:\n\n```text\nBuild an app that applies an ASCII effect to an uploaded image.\n```\n\nOnce the app is ready, start it locally:\n\n```bash\nnpm run dev\n```\n\n## What Toolcraft includes\n\n- A React and TypeScript starter app\n- A canvas with upload, pan, zoom, radar, and history support\n- Built-in controls for common creative-tool settings\n- Optional layers, animation timelines, and keyframes\n- Image and video export workflows\n- Local instructions for AI coding agents\n- Unit, browser, acceptance, and performance checks\n- Editable runtime and UI source inside each generated project\n\nThe checked-in app is intentionally neutral. It starts with the Toolcraft\ncanvas, upload flow, controls panel, and toolbar. Product-specific controls,\nrenderers, layers, timelines, and exports are added only when the tool needs\nthem.\n\n## What to build\n\nToolcraft works best for apps that combine a visual canvas with a focused set of\ncontrols, such as:\n\n- Procedural graphics and gradient generators\n- Image stylization, ASCII, pixel, halftone, and glitch effects\n- Shader and Three.js experiments\n- Animation and video-effect tools\n- Blog cover and branded asset generators\n\n## Repository structure\n\n- `src/app` — product schema, acceptance coverage, and performance configuration\n- `src/routes` — application routes and Toolcraft composition\n- `src/toolcraft/runtime` — state, commands, canvas, panels, timeline, and export runtime\n- `src/toolcraft/ui` — Toolcraft controls and interface components\n- `docs/toolcraft` — local rules and reference docs for AI agents\n- `e2e` — browser acceptance and performance tests\n\nThis repository contains the standalone starter produced by the Toolcraft CLI.\nThe runtime and UI source are included directly instead of being hidden behind\na package, so generated projects can be inspected and changed when needed.\n\n## Commands\n\n```bash\nnpm install          # Install dependencies\nnpm run dev          # Start the local app\nnpm run test         # Run unit and contract checks\nnpm run verify:quick # Run the normal development checks\nnpm run verify:final # Run the complete functional gate\nnpm run build        # Create a production build\n```\n\n## Learn more\n\nRead [Build personal design tools with AI using Toolcraft](https://pixelpoint.io/blog/how-to-craft-personal-design-tools-with-toolcraft/)\nfor the background, workflow, and example projects.\n\n## License\n\n[MIT](LICENSE.md)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpixel-point%2Ftoolcraft","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpixel-point%2Ftoolcraft","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpixel-point%2Ftoolcraft/lists"}