TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Ask HN: What are the best API generators you know?

7 pointsby whiskey14over 2 years ago
Supabase seems really close to what I&#x27;m enivisioning but it&#x27;s not quite there.<p>Ideally I want something where: - I can drop in simple db schema outlining relationships - Generates models in a backend (flask, django or anything else) - Has UUID in postgres by default - Can create endpoints by specifying from open API schema<p>Anyone know of anything close to this?

5 comments

mbrodersenover 2 years ago
I always write my own code generators. It’s fun, it doesn’t take that much work, and the results are exactly what I want and need. I have developed business applications where 80% of the code was auto generated. All I had to write was the core business logic and a bit of special case UI code. Code generation is a real super power.
评论 #32661715 未加载
评论 #32659268 未加载
mousetreeover 2 years ago
Hasura for GraphQL, Postgrest for REST
jollyllamaover 2 years ago
Swagger Codegen is more barebones but supports a lot of languages.
throwayyy479087over 2 years ago
Don&#x27;t love Python but absolutely Django
评论 #32656336 未加载
SoftwareDev4over 2 years ago
WunderGraph or Hasura