Skip to content
Launch note · draft

Show HN: Ashlr Stack — one command for the 45-minute service-wiring problem

Every time I create-next-app, I spend the next hour tab-hopping: log into Supabase, create a project, copy URL + anon key + service role key, drop them into .env.local, log into Vercel, create the project, copy the deploy hook, log into Sentry, create a project, copy the DSN, log into PostHog, then remember to also wire the MCP servers into .mcp.json so Claude can reach into all of this from chat. An hour, every time.

Ashlr Stack collapses that into one command:

stack add supabase

It opens the OAuth dance (where we have an app registered), provisions the upstream resource, writes the secrets into Phantom (encrypted local vault), patches .env.local + .mcp.json + .stack.toml, installs the SDK. 4 seconds end-to-end.

Honest caveats:

Free, MIT. Ships as a CLI, an MCP server, and a Claude Code plugin.

Would love your feedback — especially the providers you’d want wired next.