Human QA for every Lovable app you ship
Add TestMyVibes to your Lovable workflow to get human QA testing on every app you build with AI.
# After deploying your Lovable app, trigger a test:
curl -X POST https://testmyvibes.com/v1/jobs \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"url": "https://your-app.lovable.app",
"title": "Lovable App QA",
"jobType": "smoke_test"
}'
# Or set up a deploy hook in your TestMyVibes dashboard
# and paste the webhook URL into your Lovable project.