An open-source framework for building AI-powered voice agents and dynamic social storytelling applications. Create TikTok-style reels and personalized narrative experiences from conversations.
🌟 Experience FastReel: Tricia Demo - AI companion for dementia care
FastReel is a developer framework for building AI-powered voice agents and social storytelling applications. Like FastChat for chatbots, FastReel provides the infrastructure to create empathetic AI companions that generate dynamic, shareable content from conversations.
- ✅ Demo Application - Fully functional Tricia companion (using Tricia API)
- ✅ Frontend Components - React/Next.js UI toolkit for voice agents
- 🚧 FastReel Backend - Core framework under development (WIP)
The demo currently uses Tricia's hosted API. The full FastReel backend framework will be gradually rolled out.
FastReel/
├── fastreel/ # 🚀 FastReel Backend Framework (WIP)
│ ├── api-server/ # Core API for story generation
│ ├── voice-agent/ # LiveKit voice agent with guardrails
│ ├── mcp-server/ # MCP server for journal generation
│ └── README.md # Backend documentation
│
├── playground/ # Demo frontend application
│ ├── src/ # Next.js source code
│ ├── public/ # Static assets
│ ├── package.json # Frontend dependencies
│ └── README.md # Playground documentation
│
└── docs/ # Project documentation
The demo app showcases FastReel capabilities using Tricia's API:
# Clone the repository
git clone https://github.com/Tricia-42/FastReel.git
cd FastReel
# Navigate to playground
cd playground
# Install dependencies
npm install
# Configure environment (uses Tricia API)
cp .env.example .env.local
# Add your Tricia API key and other credentials
# Run the demo
npm run dev
Visit http://localhost:8005 to see the Tricia companion demo.
The FastReel backend will include three specialized servers:
- Story/reel generation from conversations
- Content management and storage
- AI model orchestration
- Fully customizable voice interactions
- Input/output guardrails for safety
- Senior-optimized speech processing
- Real-time conversation handling
- Automated journal generation
- Memory context preservation
- Tool integration for rich content
- Workflow automation
- Phase 1: Demo application with Tricia API
- Phase 2: FastReel API Server release
- Phase 3: Voice Agent framework
- Phase 4: MCP Server for automation
- Phase 5: Self-hosting documentation
FastReel enables applications for:
- 🧠 Memory Care - AI companions for dementia patients
- 📖 Story Generation - Convert conversations to shareable content
- 🎙️ Voice Journaling - Automated diary creation
- 👥 Social Storytelling - TikTok-style reels from chats
- ♿ Accessible Interfaces - Senior-first design patterns
- Demo - Try the Tricia companion
- Slack - Join our community
- Issues - Report bugs
- Twitter - Follow updates
Apache 2.0 - See LICENSE
Built by Tricia | FastReel Framework (gradual rollout in progress)