Write article: Why Slugkit Starts with an API Contract #21

Open
opened 2026-06-27 14:43:44 -05:00 by erik · 0 comments
Owner

Draft and publish a developer-focused article about the Slugkit API-first architecture.

Angle: The stable API contract is the shared piece; OpenAPI and metadata discovery make independent sites manageable by common tooling.

Outline:

  • /api/v1 as the compatibility surface.
  • GET /meta and OpenAPI discovery.
  • OpenAPI as source of truth.
  • Standardized error responses.
  • 501 Not Implemented for optional/unsupported operations.
  • Why the CLI should not assume public website routes.
  • How this enables automation without centralizing site code.
Draft and publish a developer-focused article about the Slugkit API-first architecture. Angle: The stable API contract is the shared piece; OpenAPI and metadata discovery make independent sites manageable by common tooling. Outline: - `/api/v1` as the compatibility surface. - `GET /meta` and OpenAPI discovery. - OpenAPI as source of truth. - Standardized error responses. - `501 Not Implemented` for optional/unsupported operations. - Why the CLI should not assume public website routes. - How this enables automation without centralizing site code.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
erik/slugkit.com#21
No description provided.