Skip to content

saif-shines/hacksmith

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

198 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

 _                _                     _ _   _
| |__   __ _  ___| | _____ _ __ ___  (_) |_| |__
| '_ \ / _` |/ __| |/ / __| '_ ` _ \ | | __| '_ \
| | | | (_| | (__|   <\__ \ | | | | || | |_| | | |
|_| |_|\__,_|\___|_|\_\___/_| |_| |_|/ |\__|_| |_|
                                   |__/

From browsing to building. One command.

npm version npm downloads CI Status License Node.js TypeScript GitHub Stars Contributions Welcome


⚠️ Alpha Stage Notice: Hacksmith is currently in closed alpha with a restrictive license that prevents commercial use and redistribution. Contributions are welcome! This will transition to a permissive open-source license (MIT/Apache 2.0) upon stable release. Read the license →


You know that moment when you find a great new service, read the docs, and think "I'll integrate this later"? Later never comes. The setup is tedious. The docs are scattered. You forget the steps.

Hacksmith fixes that.

It's a CLI that turns integration docs into executable workflows. Someone writes a blueprint once, you run it, answer a few questions, and you're live. No more copy-pasting code snippets, hunting for API keys, or wondering if you missed a step.

Try it now

npx hacksmith saif-shines/hacksmith-blueprints

That's it. Hacksmith will fetch the blueprint from GitHub and walk you through it. Want to run your own? Use any owner/repo combo where you've published blueprints.

Installation options

Want it installed permanently?

# Via npm
npm install -g hacksmith

# One-line binary install (no Node.js needed)
curl -fsSL https://raw.githubusercontent.com/saif-shines/hacksmith/main/scripts/install.sh | bash

Full installation guide →

What can you do with it?

  • Onboard faster: New team members run a blueprint and get their entire dev environment configured
  • Integrate in minutes: Add Stripe, Auth0, or any service without reading 47 tabs of documentation
  • Standardize setup: Your whole team follows the same steps, every time
  • Resume anywhere: Started on your laptop, interrupted? Pick up where you left off on your desktop

How it works

  1. Someone writes a blueprint (a TOML file defining the workflow)
  2. You run it: npx hacksmith owner/repo
  3. Hacksmith guides you through prompts, runs commands, generates code
  4. You're done. Integration live.

Blueprints can live in any GitHub repo. Point Hacksmith at it and go.

Learn more

Contributing

This is a monorepo with the CLI (packages/hacksmith) and docs site (apps/website).

Quick start for contributors:

# Install dependencies
pnpm install

# Run CLI in dev mode
pnpm dev

# Run the docs site
pnpm site:dev

# Run tests
pnpm test

See CLAUDE.md for detailed development guidelines.


Built by developers who got tired of spending hours on setup that should take minutes.

About

From browsing to buliding. One Command.

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors