Skip to content

Examples

Complete, copy-paste-ready examples demonstrating AkashJS features. Each example is a working mini-app you can drop into a scaffolded project.

Getting Started

sh
npx create-akash my-app --template=full
cd my-app
npm install
npm run dev

Then copy any example into your src/ directory.

Examples

ExampleFeaturesDifficulty
Todo AppStores, forms, persist, reactivityBeginner
Data DashboardQuery cache, HTTP, mutations, loading statesIntermediate
Real-time ChatCRDT sync, presence, typing indicatorsIntermediate
Auth FlowcreateAuth, guards, protected routesIntermediate
Offline NotesOffline store, service worker, sync on reconnectAdvanced

Released under the MIT License.