Collective wisdom, whispered to your agent.
| App | URL |
|---|---|
| Chat | https://chat.wispear.ai |
| Curator | https://curator.wispear.ai |
| Swipe | https://swipe.wispear.ai |
| UI (Storybook) | https://ui.wispear.ai |
bun installRun everything:
bun devOr run individually:
# Chat app — http://localhost:3000
bun --filter @wispr/chat dev
# Curator app — http://localhost:3001
bun --filter @wispr/curator dev
# Swipe app — http://localhost:3002
bun --filter @wispr/swipe dev
# UI Storybook — http://localhost:6006
bun --filter @wispr/ui storybookBuild all packages:
bun build