HackerTrans
トップ新着トレンドコメント過去質問紹介求人

rambleraptor

52 カルマ登録 9 年前

投稿

AEP (API Design Standard and Tooling Ecosystem)

aep.dev
35 ポイント·投稿者 rambleraptor·4 か月前·10 コメント

OpenAPI Isn't Enough

alexstephen.me
3 ポイント·投稿者 rambleraptor·6 か月前·2 コメント

Aep-2026: API Design Standard and Tooling Ecosystem

aep.dev
3 ポイント·投稿者 rambleraptor·7 か月前·1 コメント

コメント

rambleraptor
·19 時間前·議論
I’m working on [Homestead](https://myhomestead.dev), which is my OSS solution for building personal apps. You can build web-apps and Homestead will handle backend, agent support, authentication, notifications, and a bunch of other stuff.

I’ve used it to build a grocery store list, credit card perk tracker, address book, mini-golf scorecard app, and a bunch more. It’s really helped having all of the “platform” stuff handled for me so I can just focus on the app.
rambleraptor
·2 か月前·議論
I’ve been working on an OSS backend-in-a-box called [aepbase](https://aepbase.io/).

For the past few years, a group of us from Google, Microsoft, GM, IBM, Roblox, Rubrik + more have been working on a design standard for APIs called [AEP](https://www.aep.dev). The goal is twofold: learn from our companies mistakes around APIs and enable better tooling with less configuration.

We’re at a point where AEP-compliant APIs get a resource-oriented CLI, MCP server, full UI, and Terraform provider for near-zero configuration.

Aepbase has been my way to tie the whole ecosystem together. You run a single binary and define the schema for a resource with one API call. Now, you’ve got a full set of CRUD APIs and support for CLI/TF/MCP/UI. After one API call.

It’s a really cool way to tie together all of the work AEP has been doing.

Love to hear HN’s opinions on all of this. We’re still trying to figure out the best way to sell people on AEP.
rambleraptor
·3 か月前·議論
What’s GSAP?
rambleraptor
·4 か月前·議論
The AEPs were originally based off Google AIPs, but we did a hard fork and have altered a lot since then. For one thing, the AIPs were entirely protobuf focused, while we're focusing equally on protobuf + OpenAPI.

The CRUD methods are great examples where we deviate from the AIPs.
rambleraptor
·6 か月前·議論
I'm not convinced that any of these are solving API design problems.
rambleraptor
·7 か月前·議論
AEP began its life as a fork of AIP! We’ve got a bunch of ex-Google folks on the project, including the former API Lead at Google.
rambleraptor
·7 か月前·議論
I’ll make a plug for aep.dev, which is a collection of API design best practices and assorted tooling