Examples

We provided a growing number of simple examples that you can clone from GitHub to see nokori in action.

Frontend Frameworks

One of nokori's super-powers is that it enables frontend framework developers to query any supported data source directly from their app, without building an API.

Below is a list of basic examples available on GitHub that you can clone and run locally.

Next.js QuickStart

A Next.js basic example with the nokori SDK. Next is a React framework including SSR, SSG, and more.

Read more

Nuxt.js QuickStart

A Nuxt.js basic example. Nuxt is a Vue framework including SSR, SSG, and more.

Read more

React QuickStart

A basic React example with the nokori SDK.

Read more

Vue QuickStart

A basic Vue example with the nokori SDK.

Read more

Svelte QuickStart

A basic Svelte example with the nokori SDK.

Read more

Backend Frameworks

For backend developers, below is a growing list of basic examples available on GitHub that you can clone and run locally.

Express.js Example

A basic Express.js example with the nokori SDK.

Read more