Sourcewizard – AI installs SDKs in your codebaseCLI Tool35/100 via “ast-aware sdk dependency injection into existing codebases”
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/
Unique: Uses AST-based code analysis to surgically inject SDK boilerplate at semantically correct locations rather than naive text-based insertion, preserving code structure and style while avoiding syntax errors that regex-based approaches would introduce
vs others: Eliminates manual SDK setup boilerplate that developers typically copy-paste from documentation, reducing integration time and human error compared to manual installation or basic scaffolding tools