Skip to content

Live Demos

Try Storion in action with these interactive demos.

✅ Task Manager

Full-featured task management app with categories, priorities, and filters. Showcases list() and map() helpers.

list()map()Focus Helpers

📊 Widget Dashboard

Dynamic dashboard with customizable widgets. Add, remove, edit, and duplicate widgets using map() helper.

map()Dynamic StateCRUD

🎯 Feature Showcase

Comprehensive demo showcasing all Storion features: stores, effects, async state, persistence, and more.

StoresEffectsAsyncPersistence

🐱 Pokemon App

Search and browse Pokemon with async data fetching, caching, and infinite scroll.

API IntegrationAsync StateSearch

💬 Chat App

Real-time chat application with rooms, users, and cross-tab synchronization.

Real-timeIndexedDBMulti-store

💰 Expense Manager

Clean architecture example with domain-driven design, use cases, and repositories.

Clean ArchitectureDDDDI

Running Locally

Clone the repo and run any demo:

bash
git clone https://github.com/linq2js/storion.git
cd storion
pnpm install

# Run a specific demo
pnpm --filter task-manager dev
pnpm --filter dashboard dev
pnpm --filter feature-showcase dev
pnpm --filter pokemon dev
pnpm --filter chat dev
pnpm --filter expense-manager dev

Released under the MIT License.