Hey everyone, I’ve been hacking on something called FlowAPI — it automatically turns a CSV or Excel file into a REST API with CRUD routes, OpenAPI docs, Supabase auth (JWT), and basic rate limiting.
I built it to avoid spending hours wiring up boilerplate every time I need an API for internal data.
Curious how others handle quick API generation from datasets — do you usually script it, use Airtable, or something else?
(If it’s okay per sub rules, I can drop a demo link in the comments.)