Hacker News new | ask | show | jobs
Ask HN: Instantly generate APIs like Vercel does for frontend
2 points by whitemyrat 754 days ago
Hi HN,

I am bored with copying and pasting my old Go API projects when I need to create a new API. I am also bored with DNS, deploy, SSL, etc.

I have an idea for an API-as-a-Service. The concept is simple:

1. Create database - Give a name and click Create DB 2. Define API route - Give a name for the route and click Create. Example /users 3. Write business login - Write code for example: insert a new user into the DB 4. Run - Your API ready

I'm looking for feedback on this concept.

1 comments

I was just chatting to these guys recently and it seems like are doing something similar: https://laminar.run/
But it's about integrating different APIs. Isn't it? I'm talking about building your APIs fast.