Launching today
LexVibe
Legal compliance for vibe-coded apps, in one snippet
12 followers
Legal compliance for vibe-coded apps, in one snippet
12 followers
LexVibe reads your vibe-coded app's actual code (Lovable, Bolt, v0…) and generates privacy policy, terms, cookie banner with real script blocking, and EU AI Act notice — in 12 languages, hosted, auto-updated when laws change. One snippet.











Hi Product Hunt! 👋
I built LexVibe after noticing something scary: thousands of apps shipped every week with Lovable, Bolt and v0 go live with zero legal pages. No privacy policy, no cookie consent, nothing. The people building them aren't lazy — they just don't know GDPR from CCPA. And the fines are real.
Questionnaire tools like iubenda or Termly can only reflect what you tick on a form — even when your app doesn't actually do it. LexVibe works differently:
🔍 It reads your actual code. Auth, payments, analytics SDKs, AI usage — your policies are grounded in evidence, not in what you guessed on a form.
🚫 It refuses to lie about your app. A two-layer anti-hallucination verifier blocks any claim your product can't back up — no fake "Do Not Sell" buttons, no imaginary chatbots. As far as I know, no other generator does this.
🇪🇺 EU AI Act built in — and the timing matters. The Act's transparency obligations (Art. 50) kick in on August 2, 2026 — less than two weeks away. LexVibe classifies your risk level, tells you your actual deadlines, and generates the required AI notice.
🍪 A cookie banner you won't be embarrassed by. Vanilla JS, ~6KB gzip, real script blocking, Consent Mode v2, GPC support — and it actually looks good.
🤖 MCP server included. Tell Claude or Cursor "make my app compliant" and it scans, generates and installs everything without leaving your editor.
Everything ships in 12 languages, hosted, and auto-updates when regulations change.
(Obligatory: it's a compliance tool, not a lawyer — but it takes you from zero to defensible in about two minutes.)
🎁 For the PH community: code PRODUCTHUNT gets 30% off Pro for 3 months.
I'd genuinely love your feedback — especially from anyone shipping AI features into the EU. What's missing? What would make you trust a tool like this?
LexVibe
This feels like one of those products developers don't realize they need until compliance suddenly becomes urgent. What's been the biggest legal edge case you've encountered so far?
@aryan787544 Good question. The trickiest edge case so far has been apps that mix a consent-requiring script (analytics, chat widget) with an EU AI Act-relevant feature within the same integration, such as a support chatbot that also quietly logs usage data. Those trigger two separate obligations (cookie consent vs. AI Act transparency) that most builders assume are the same thing.
honestly the auto-updating part is what got me, most policies just sit there and rot until someone notices a gdpr amendment. the real script blocking on the cookie banner is also a nice touch instead of that lazy overlay that technically does nothing
@derinalmargwoo Exactly, "sits there and rots" is the best one-line description of what every static privacy policy generator does. Appreciate you calling out the fake overlay problem too; that's a pet peeve of mine. What stack were you testing it on?
finally something that actually reads the code instead of making you fill out a 20 question form. dropped the snippet into a lovable project and got a proper cookie banner that blocks scripts, not just a "by clicking ok you agree" placeholder.
@ufukgrbrmtap Really glad the script-blocking actually matters to you; that was the one thing I refused to fake when building this. Which Lovable project did you drop it into? Curious if you hit any edge cases with the scan.
honestly this is super useful, dropped in the snippet and it actually pulled real scripts from my bolt project instead of generic placeholders. love that it handles the cookie banner blocking too
@edaaleva Really glad to hear that; the scanner parsing real script tags instead of guessing was the whole point of building it that way. What kind of scripts did it pick up, analytics or something else?
finally someone who actually scans the code instead of making you fill out a 20-question wizard. the auto-update when laws change is honestly the part that sold me.
@bedirhanmukc Auto-update was the whole reason I started this, watching policies rot after a GDPR amendment is exactly the failure mode I wanted to kill. Have you had a law change trigger a re-render yet, or just tested the initial generation so far?
The auto-updating legal docs when laws change is genuinely clever - that's the kind of thing that makes a tool feel built by people who actually deal with this stuff, not just slapped together.
@kaanyir0 Appreciate that, Kaan. Auto-updating came out of watching too many indie apps ship a privacy policy from years ago that nobody ever touched again. Are you testing it on a live app already or still kicking the tires?