SimplestAPI - Make your Lovable app actually save data
by•
Saved data and logins for apps built with Lovable, Bolt, v0, or Replit. Describe what you need in plain English and it's connected in 2 minutes. No Supabase, no database setup. Edit your data like a spreadsheet and hand one link to Claude, ChatGPT, or Cursor.

Replies
Hey Product Hunt 👋
I built SimplestAPI because I was tired of the same 20 minutes at the start of every side project: spin up a DB, write the schema, wire up an ORM, hand-roll CRUD endpoints, add an API key check... all before I'd written a single line of the thing I actually wanted to build.
So this scratches that itch. You paste some JSON, confirm the schema it guesses, and you get a live REST API with a base URL and a key. CRUD works out of the box. There's also an /ask endpoint where you can just query your data in plain English, and search that actually understands what you mean instead of matching exact strings.
Every project gets its own database, so nothing is shared or leaky. Reads are public by default (toggle it off whenever), writes need a key.
It's early and I'm sure there are rough edges. I'd genuinely love to hear what you'd paste into it first, and what would make you actually use it over rolling your own. Happy to answer anything.
Thanks for checking it out 🙏