5 ms·
Show HN: Sourcewizard – A wizard for generating integration specs
Hey HN, Ivan here
We just shipped the new web version of Sourcewizard — this time it’s not installing code,
planning instead the entire integration so it works on the first try.
Here's how it works:
- Connect your repo
- Pick any service eg: Sentry, Statsig, PostHog, Resend, Clerk
- Sourcewizard deep-scans your codebase, figures out your architecture + workflows
- Asks 3-6 questions about how you want to use the integration specifically in your codebase
- Returns out a personalized plan: ready-to-paste prompt for Claude/Cursor
We made this because we kept fighting with cursor when doing integrations and we decided to completely open-source it.
For example you can implement Clerk auth and PostHog analytics in 10 minutes on the first attempt.
Here's our website: https://sourcewizard.ai https://sourcewizard.ai
Twitter thread with screenshots & video: https://x.com/whysoslimm/status/1994501470398681299 https://x.com/whysoslimm/status/1994501470398681299
The code is open source if anybody is curious: https://github.com/sourcewizard-ai/sourcewizard https://github.com/sourcewizard-ai/sourcewizard
Would love for HN to break it,
and hope this helps someone try on a service for size quickly :)
May the force be with you:
- Ivan (@ichebykin)
- Lukas (@whysoslimm)
- AnicetN 10mo agoi don't get all these startups these days who just wrap oai and call it a day cool ui tho
- mifydev 10mo agoplease don't get confused, it's not wrapping oai at all! We're wrapping Claude Code here
- AnicetN 10mo agoyou mean you actually explore the code and all does it test it works?
- doctorslimm 10mo agowe don't run tests for the plan in the sandbox currently but this is something we are looking at in the future
- doctorslimm 10mo agoLukas here would love to answer any questions, everyones feedback means a lot to us
- RayFitzgerald 10mo agohmm interesting. do you guys store my code post-analysis? any policies here??
- mifydev 10mo agothat's one of the reasons why we open-sourced everything, we don't store the code, and you can verify that :) we're just running claude code on your codebase in an ephemeral container, only thing we save is your generated plan
- tomhow 10mo ago[stub]