Try Hacksmith
Get hands-on with Hacksmith in a few minutes.
Install
Section titled “Install”# Recommended (no Node.js required)curl -fsSL https://raw.githubusercontent.com/saif-shines/hacksmith/main/scripts/install.sh | bash
# Or via npm (Node.js >=18)npm i -g hacksmithQuick Start
Section titled “Quick Start”-
Open any project folder in your terminal.
-
Configure AI assistant and analyze your tech stack:
Terminal window hacksmith preferences setup -
Run your first blueprint (local file or URL):
Terminal window hacksmith plan --blueprint ./example.toml --executeYou can also use a GitHub shorthand:
Terminal window hacksmith saif-shines/hacksmith-blueprints -
Check session status and resume later if needed:
Terminal window hacksmith session status
What to expect
Section titled “What to expect”- Guided, interactive steps with clear instructions
- Secure handling of sensitive values
- Optional mission brief for your AI assistant after execution
- Project-aware storage under
.hacksmith/