Live demo

Typed client SDK

Everything below is driven by akurai-client.js — a no-build, zero-dependency, typed JS client generated from the auto-API manifest at /api/_meta. It talks to the live posts collection through client.posts.list() and client.posts.create(). Read how it works →

Create a post

connecting…

Submitting calls client.posts.create(), then re-lists via client.posts.list() — proving the SDK end-to-end against the real REST API.

Posts

Latest records, newest first, fetched through the client.

    A typed API client, with no build step.