倍速会議 is a web service that visualizes recognition and facilitates consensus building. It collects and analyzes recognition from multiple people on specific themes (e.g., "current status of this project") using LLM-powered insights.
This is a Next.js project bootstrapped with create-next-app.
倍速会議 needs a Supabase project and OpenRouter API access. Follow these quick steps, then read GUIDE_ja.md for the full setup and troubleshooting guide.
cp .env.example .env.local # fill in Supabase + OpenRouter keys
npm install
npm run dev # Next.js app (http://localhost:3000)
npm run agent # optional: Ptolemy agent automationEverything after the basics—including schema import, environment tips, and operational flow—is documented in GUIDE_ja.md.
To learn more about Next.js, take a look at the following resources:
- Next.js Documentation - learn about Next.js features and API.
- Learn Next.js - an interactive Next.js tutorial.
You can check out the Next.js GitHub repository - your feedback and contributions are welcome!
The easiest way to deploy your Next.js app is to use the Vercel Platform from the creators of Next.js.
Check out our Next.js deployment documentation for more details.