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.
📊 Widget Dashboard
Dynamic dashboard with customizable widgets. Add, remove, edit, and duplicate widgets using map() helper.
🎯 Feature Showcase
Comprehensive demo showcasing all Storion features: stores, effects, async state, persistence, and more.
🐱 Pokemon App
Search and browse Pokemon with async data fetching, caching, and infinite scroll.
💬 Chat App
Real-time chat application with rooms, users, and cross-tab synchronization.
💰 Expense Manager
Clean architecture example with domain-driven design, use cases, and repositories.
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