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
doctorslimm•1h ago