
Hey Indie Hackers,
After shipping the beta of ApiRealTest, I wanted to share why I built it and get your honest feedback.
The Problem:
I deployed an API that worked perfectly in Postman. Deployed Friday at 5 PM. Saturday morning: 50+ error alerts.
Real users sent:
Chat messages with 47 emojis and special characters
50MB files that crashed upload limits
JSON payloads with unexpected null values
Edge cases I never imagined during "thorough" testing
Traditional tools test if endpoints respond (200 OK ✅). They don't test if your API survives real user chaos.
ApiRealTest fixes this:
Test APIs exactly how users use them:
Quick Test Playground (for beginners):
text
Real-World Testing:
Chat interface (emojis, long messages, rapid fire)
File uploads (size limits, malicious files)
JSON editor (syntax highlighting, validation)
Form data builder (key-value pairs)
Live Analytics:
Response times, error patterns, success rates
Export reports for your team
Track what breaks and why
Tech that works (beta = functional, not broken):
text
✅ Auth: Google OAuth + email
✅ Payments: Stripe + PayPal
✅ All core features working
✅ Mobile responsive
✅ Test history + replay
Still polishing UX, but the product works reliably.
Pricing (keeping it fair):
FREE: 10 tests/day, all platforms, forever
STARTER: $9/mo unlimited tests + saved history
PRO: $29/mo teams + unlimited history
Built with Lovable.dev + Supabase. Shipped in ~10 days.
Try it: https://api-real-test.lovable.app
My ask: Test an API you're actually using and tell me:
What worked smoothly?
What felt broken/confusing?
What's missing that would make this a daily tool?
Free tier generous enough or too restrictive?
This is your feedback that shapes v1.0.
What broke your API in production?