Docs

neondeck is a local dashboard and agent console for a companion display. The local app serves a React dashboard and Flue backend; this Astro site documents the project and deploys separately to Cloudflare at neondeck.dev.

Project pieces

  • src/: Hono, Flue, SQLite persistence, sensors, and local APIs.
  • web/: Vite React dashboard for the companion display.
  • webapp/: Astro marketing and docs site for neondeck.dev.
  • config/dashboard.json: local dashboard layout preset.
  • SOUL.md: agent name, emoji, and personality prompt material.

Commands

npm run dev
npm run typecheck
npm run build
npm run webapp:dev
npm run webapp:deploy