Generate a UI design from a text prompt without manually clicking through the website
Hand a generated design directly to a coding agent like Claude Code for implementation
Produce multiple design variations from a single prompt in one run
Design new screens that match an existing Claude Design project's style
| pejmanjohn/auteur | chinaran0/wujing_dic | codeteacher330/string-similarity | |
|---|---|---|---|
| Stars | 18 | 18 | 18 |
| Language | JavaScript | JavaScript | JavaScript |
| Setup difficulty | easy | easy | easy |
| Complexity | 2/5 | 2/5 | 1/5 |
| Audience | vibe coder | ops devops | developer |
Figures from each repo's GitHub metadata at analysis time.
Requires Node 20 or newer, Google Chrome, and a one-time sign-in to your claude.ai account.
Auteur is a command-line tool that automates the process of generating a design from claude.ai/design and handing the result directly to a coding agent. Without this tool, the workflow is manual: open the website, start a project, type a prompt, wait for the design to generate, click a Share button, copy the output, and paste it into your agent. Auteur collapses all of those steps into a single command. It works by controlling a real Chrome browser window behind the scenes, using your existing claude.ai login. You run the tool once to sign in, and from then on it keeps a browser profile running in the background so each design request starts instantly. Because it uses your actual browser session, no API keys are needed and no credentials are stored by the tool. To use it, you pass a text prompt describing what you want designed. For example, you might ask for a pricing page with three tiers, or a mobile onboarding screen. Auteur sends the prompt to Claude Design, watches for the generation to finish (which typically takes between 30 seconds and two minutes), then prints a handoff block. That handoff block is the same output the website's Share button produces. A coding agent like Claude Code can fetch the URL in the handoff and read the design files, then implement them without any human copying or clicking. The tool has a handful of options worth knowing about. You can request multiple design variations in a single run, save the generated files to a local folder, or design into an existing Claude Design project so the new screen matches an established style. There is also a JSON output mode for use in scripts. Auteur can be installed as a skill inside Claude Code or the Codex agent, which lets you trigger it by typing a slash command. The skill and the CLI are separate installs: the skill tells the agent how to call auteur, while the CLI does the actual browser automation. Requirements are Node 20 or newer and Google Chrome. It runs on macOS, Linux, and Windows. The project is released under the MIT license.
A command-line tool that automates generating designs on claude.ai/design and hands the output straight to a coding agent.
Mainly JavaScript. The stack also includes JavaScript, Node.js, Chrome.
Free to use, modify, and distribute under the MIT license, including for commercial purposes, 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
Verify against the repo before relying on details.