Skip to content

Overview

Use these examples to see how Nano Kit pieces fit together in complete applications. Each example includes an embedded playground and a link to the source code.

ExampleFocus
Weather AppReact, queries, and an optional Dependency Injection variant.
CV GeneratorRouting, cached async data, derived state, and React integration.
Rick and Morty EncyclopediaRouting, SSR, data loading, and Next.js variants.
Event BoardReact SSR app with query, router, forms, optimistic updates, entities, and a Hono server.
Session CookiesReact SSR app showing request cookies, cookie-backed signals, server-side logout, and hydration without mismatches.