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.
| Example | Focus |
|---|---|
| Weather App | React, queries, and an optional Dependency Injection variant. |
| CV Generator | Routing, cached async data, derived state, and React integration. |
| Rick and Morty Encyclopedia | Routing, SSR, data loading, and Next.js variants. |
| Event Board | React SSR app with query, router, forms, optimistic updates, entities, and a Hono server. |
| Session Cookies | React SSR app showing request cookies, cookie-backed signals, server-side logout, and hydration without mismatches. |