platapi
v1.2.0
Published
The easiest way to create an API to love.
Readme

platapi — smart, simple, scalable APIs
- Next.js-like file-based routing
- Endpoints are simple, testable, functions
- Runs server or serverless with no additional config
- Automatically generate OpenAPI spec documentation
Getting Started (easy)
npx create-platapi
cd my-platapi-project
npm run dev
