Show HN: Sourcewizard – AI installs SDKs in your codebase (sourcewizard.ai)

15 points by mifydev ↗ HN
Hi HN! I’m Ivan, one of the founders of Sourcewizard.

It’s a CLI tool that works with AI coding agents (like Cursor and Claude) to install and set up SDKs correctly including middleware, pages, env vars, everything.

Similar to the PostHog Install AI Wizard: https://posthog.com/docs/ai-engineering/ai-wizard But for more packages.

Run this to try it:

npx ai-setup clerk

We built it after watching agents fail basic installs. Wrong packages, deprecated methods, half-finished setups.

Sourcewizard uses package-specific prompts that complete clean installs ~90% of the time on Next.js apps.

Currently we support:

A Few Auth Providers: Clerk and WorkOS

Search APIs, Emails and Notifications: Firecrawl, Resend, Knock

Quickstart: https://docs.sourcewizard.ai/quickstart

More context: https://sourcewizard.ai/blog/why-your-sdk-breaks-in-cursor

Notes: - The client code is open source: https://github.com/sourcewizard-ai/sourcewizard - We explicitly ignore existing Env Files: https://github.com/sourcewizard-ai/sourcewizard/blob/main/in...

Would love feedback!

— Lukas & Ivan

5 comments

[ 3.0 ms ] story [ 26.9 ms ] thread
Lukas here, would love to answer any questions there :)
I got excited reading this thinking this can help me with the SDK for a stereodepth camera I'm working with only but read then reading it's for the Next.js stack :sob: On a separate note I like the retro DOS feel. Will probably look at this again properly when I build out the web side of my RaaS offering.
(comment deleted)
I thought adding SDKS is something AI IDE's would be really good at it, but past the install's it usually fumbles to get the middleware/integration layer right so I think this actually makes sense. Only thing will this work for all codebases in the future? For example if I build like a CLI?