Usable Live Sessions - Complete Documentation and Session Archive
Overview
Usable Live is a YouTube livestream series demonstrating the capabilities of Usable through practical, real-world use cases. Each 30-minute session showcases different features and workflows, building progressively more complex systems.
๐บ Session Archive
October 2025 Sessions
October 2, 2025 - Building a CRM in Usable
Focus: Customer Relationship Management
Key Topics:
- Setting up CRM workspace structure
 - Defining fragment types for client data
 - Populating with sample clients (10 companies)
 - Real-world scenario: Conference proposal for TechFlow
 - Deal tracking and pipeline visualization
 
Demonstrated Features:
- Fragment creation and organization
 - AI-powered client data management
 - Pipeline tracking without external CRM tools
 - Search and retrieval of client information
 
Key Takeaway: โUsable can replace dedicated CRM software with flexible, AI-powered knowledge managementโ
October 6, 2025 - Time Tracking with Usable (Clarity Case Study)
Focus: Time tracking and productivity analysis
Key Topics:
- Creating time tracking fragment types
 - Setting up time entry workflows
 - Logging time to projects and tasks
 - Generating time reports and insights
 - Integration with project data
 
Demonstrated Features:
- Time entry templates with billable/non-billable tracking
 - Automated time analysis and reporting
 - Weekly time reviews
 - Connection between time tracking and CRM data
 
Key Takeaway: โNo need for separate time tracking tools - Usable handles it all with full contextโ
October 8, 2025 - Ticket Processing with Usable (Clarity Case Study)
Focus: Issue tracking and support workflows
Key Topics:
- Custom fragment type creation for tickets
 - Ticket workflow (New โ In Progress โ Review โ Done)
 - Real-world demo with Acme Corp website
 - Live bug discovery and ticket creation
 - AI-assisted implementation and fixes
 
Real Bugs Fixed:
- Export button functionality
 - Filter button implementation
 - Keyboard focus accessibility
 
Demonstrated Features:
- Customer-to-developer ticket workflow
 - AI-assisted ticket fetching and implementation
 - Real-time status updates
 - Integration with Orlando framework
 
Key Takeaway: โEnd-to-end workflow from customer bug discovery to fix to knowledge baseโ
October 10, 2025 - Interactive Chatbot Demo
Focus: Usable Chatbot capabilities
Key Topics:
- Chatbot integration within workspaces
 - Query capabilities across systems
 - Content generation from fragments
 - Business intelligence through AI
 
Demo Prompts Used:
- โWhat are the recent updates for our Clarity business?โ
 - โTell me about Acme Corp and any outstanding ticketsโ
 - โCreate a blog about the Acme Corp dashboardโ
 
Demonstrated Features:
- Cross-system intelligence
 - Real-time data retrieval
 - AI-powered content creation
 - Natural language querying
 
Key Takeaway: โOne chatbot, complete business intelligence - everything connected, everything searchableโ
October 15, 2025 - n8n Outbound Webhooks (Usable to Email/Slack)
Focus: Outbound automation and notifications
Key Topics:
- Bidirectional automation (IN: Mondayโs Gmail demo, OUT: Todayโs webhooks)
 - n8n webhook setup and workflows
 - Email notifications for high-priority issues
 - Slack message formatting and posting
 - Real-time team notifications
 
Workflows Demonstrated:
- Webhook โ Email: High-priority issue alerts via Gmail/SMTP
 - Webhook โ Slack: Rich formatted messages with action buttons
 
Sample Use Case:
- Database connection pool exhausted โ Automatic email to team + Slack alert in #support-alerts
 - Immediate team awareness without manual notification
 
Demonstrated Features:
- Webhook trigger configuration in n8n
 - Dynamic content parsing and formatting
 - Multi-channel notification strategy
 - Integration with 400+ n8n services
 
Key Takeaway: โBidirectional automation - data flows into Usable (Monday) and triggers actions outbound (today)โ
October 16, 2025 - Discord Bot Demo
Focus: Production-ready Discord integration
Key Topics:
- Database-free bot architecture (using Discord messages as storage)
 - Event-driven design (ThreadCreate, ThreadUpdate, MessageCreate)
 - Real-time syncing of forum posts to Usable fragments
 - Smart tagging from Discord context
 - TypeScript + Zod validation patterns
 
Technical Highlights:
- Event Handlers:
- ThreadCreate โ Creates initial fragment
 - MessageCreate โ Updates with new replies
 - ThreadUpdate โ Syncs tag and title changes
 
 - Database-Free Design: Fragment ID posted to Discord, then read back when needed
 - Full Conversation Tracking: Fetches all messages, formats with timestamps
 - Auto-Tagging: 
discord,forum-post,server:flowcore,channel:bugs-and-issues 
Live Demo Flow:
- Created forum post in Discord: โDemo Bug: App crashes on startupโ
 - Bot automatically created Usable fragment
 - Added replies โ Fragment updated in real-time with full conversation
 - Changed Discord tags โ Tags synced to Usable instantly
 
Repository: github.com/flowcore-io/usable-discord-bot
Demonstrated Features:
- Production patterns: graceful shutdown, structured logging, error handling
 - TypeScript type safety with Zod validation
 - Flexible forum-to-fragment-type mapping via JSON config
 - Real-time bidirectional sync
 - No external database required
 
Key Takeaway: โDiscord bots can be production-ready with proper patterns - database-free designs can be elegant and reliableโ
October 17, 2025 - Docs From Context with Usable Chat
Focus: AI-powered documentation generation
Key Topics:
- Generating official docs from existing context
 - Using Usable Live workspace and Social Media workspace as sources
 - No manual writing - everything via Usable Chat
 - Auto-capture workflow pattern
 
Documentation Generated:
- What is a Usable Workspace
 - How to Create a Workspace
 - What is a Fragment
 - What is a Fragment Type
 - Capturing Docs from Chat (optional)
 
The Repeatable Pattern:
Ask โ Review โ Capture โ Link โ Publish โ IterateCapture Macro Template:
Capture this answer as a fragment with:- Title: <title>- Type: Knowledge (or Docs if available)- Tags: docs, public, <topic-specific>- Relations: link to related concepts mentioned- Visibility: Add to "Usable Public" workspaceAlso include a short "Why this matters" section at the end.Quality Requirements:
- Must list sources or relationships used
 - Clear definitions, concise steps, or examples
 - Include links/relations to adjacent concepts
 - Flag any missing context for follow-up
 - Ready for public reading (tone, structure, headings)
 
Demonstrated Features:
- Context-driven documentation
 - Source citation tracking
 - Automated cross-linking
 - Living docs that stay fresh from ongoing work
 
Key Takeaway: โBootstrap and maintain docs from real work and signals - not stale, standalone pagesโ
๐ Week 41 Highlights (October 6-10, 2025)
The Clarity Case Study Week
Theme: Building a complete business operations platform in Usable
Approach: Progressive enhancement - each day builds on previous sessions
What Was Built:
- โ Time Tracking System (Oct 6)
 - โ Project Management (Oct 7)
 - โ Ticket Processing (Oct 8)
 - โ Content Management (Oct 9)
 - โ Intelligent Chatbot (Oct 10)
 
The Integration Power:
- One workspace (Clarity) contains all business operations
 - Connected data: Clients โ Projects โ Tasks โ Time Entries โ Tickets
 - AI-powered querying across everything
 - Knowledge compounds over time
 - No context switching required
 
Grand Finale Query (Oct 10): โWhich client has the most tickets?โ - Answered instantly with full context across CRM, tickets, and projects.
๐ Core Concepts Demonstrated
1. Progressive Enhancement
Each session builds naturally on previous work, showing how Usable grows with your needs.
2. Data Connections Create Value
Real power emerges when connecting: clients โ projects โ tasks โ time entries โ tickets.
3. AI as Unified Interface
Chatbot makes complex systems feel simple through natural language.
4. Knowledge Compounds
- Ticket solutions โ Knowledge base articles
 - Retrospectives โ Future project insights
 - Content repurposes efficiently
 - Discord conversations โ Searchable fragments
 - Context generates documentation
 
5. One Source of Truth
No data silos, no sync issues, no wondering where information lives.
๐ง Technical Patterns Showcased
Fragment Types in Action
- Knowledge: Documentation, reference material, session notes
 - Recipe: Step-by-step tutorials and procedures
 - Solution: Problem fixes and troubleshooting
 - Template: Reusable code/config patterns
 - Instruction Set: Automated workflows for LLM
 - Custom Types: Tickets, Time Entries, Projects, etc.
 
Integration Workflows
- Inbound: Gmail โ n8n โ Usable (Week 42, Monday)
 - Outbound: Usable โ n8n โ Email/Slack (Week 42, Wednesday)
 - Real-time: Discord forum posts โ Usable fragments (Week 42, Thursday)
 - Validation: GitHub PR โ Validator โ Usable (Week 42, Tuesday)
 
Automation Patterns
- Event-driven architecture (Discord bot handlers)
 - Database-free design (using existing systems as storage)
 - Webhook-based integrations
 - AI-assisted content generation
 - Real-time syncing strategies
 
๐ Before vs. After Usable
Before Usable:
- Multiple tools (Toggl, Asana, Zendesk, WordPress, Discord searches, etc.)
 - Data scattered across platforms
 - Manual reporting and aggregation
 - Context lost between systems
 - High subscription costs
 - Conversations lost in chat history
 
With Usable:
- One workspace for everything
 - All data connected and contextual
 - AI-powered insights on demand
 - Natural language queries
 - Single source of truth
 - Conversations become searchable knowledge
 - Documentation generated from context
 
๐ Key Takeaways for Implementation
Session Format
- Duration: 30 minutes max
 - Structure: Welcome (2 min) + Demo (25 min) + Wrap-up (3 min)
 - Approach: Real scenarios, live coding, no rehearsed perfection
 
Demo Best Practices
- Show the problem first (make it relatable)
 - Build progressively (donโt jump to complex features)
 - Use realistic data (Acme Corp, TechFlow, etc.)
 - Demonstrate connections between systems
 - End with โaha momentโ (grand query, integration reveal)
 
Content Repurposing
Each session generates:
- Detailed session notes (Knowledge fragment)
 - Blog post potential
 - Social media content
 - Documentation snippets
 - Code examples (Discord bot, n8n workflows)
 - Tutorial materials
 
๐ Resources
Repositories Showcased
- Discord Bot: github.com/flowcore-io/usable-discord-bot
 - Acme Corp Demo Site: flowcore-io.github.io/usable-live-acme-corp/
 
Workspaces Referenced
- Usable Live: Session planning and notes
 - Clarity: Case study workspace (CRM, time tracking, tickets, projects)
 - Usable Public: Public documentation and examples
 - Social Media: Content planning and publishing
 - Flowcore: Discord bot integration workspace
 
Tools Integrated
- n8n: Workflow automation (400+ integrations)
 - Discord: Community forum โ Knowledge base
 - Orlando: Web framework for demo sites
 - GitHub: PR validation workflows
 - Gmail/SMTP: Email notifications
 - Slack: Team notifications
 
๐ Session Schedule Pattern
Weekly Themes
- Week 40: CRM fundamentals
 - Week 41: Complete business platform (Clarity)
 - Week 42: Automation and integrations
 
Daily Format
- Monday through Friday
 - 30-minute sessions
 - Consistent time slot
 - YouTube livestream
 - Interactive Q&A
 
๐ฏ Viewer Journey
Beginner โ Advanced Path
- Oct 2: Basic workspace setup (CRM)
 - Oct 6-10: System building (time, projects, tickets, content)
 - Oct 10: Integration reveal (chatbot brings it together)
 - Oct 14-17: Advanced automation (webhooks, bots, docs)
 
Skills Developed
- Fragment type design
 - Tagging strategies
 - Workflow modeling
 - AI prompt engineering
 - Integration patterns
 - Automation setup
 - Production-ready bot development
 - Documentation generation
 
๐ก Innovation Highlights
Database-Free Architecture (Discord Bot)
Using Discord messages to store fragment IDs eliminates need for external database while maintaining reliability.
Context-Driven Documentation (Oct 17)
Official docs generated entirely from existing work - livestreams, fragments, social media workspace - with zero manual writing.
Bidirectional Automation (Week 42)
Complete cycle: Data IN (Gmail/GitHub) โ Processing (Usable) โ Actions OUT (Email/Slack/Discord)
Living Knowledge Base
Every ticket, issue, conversation, and session compounds into searchable, connected knowledge.
๐ฌ Memorable Moments
- The Time Report Reveal (Oct 6) - Actual vs estimated hours compared in real-time
 - Multi-Project Dashboard (Oct 7) - Visual overview of all work at once
 - Ticket to Knowledge (Oct 8) - Bug becomes searchable solution
 - Content Multiplication (Oct 9) - One blog post โ 9 content pieces
 - The Grand Query (Oct 10) - Cross-system intelligence demonstration
 - Real-time Discord Sync (Oct 16) - Forum post to fragment in seconds
 - Docs Generated Live (Oct 17) - Complete documentation created from context during stream
 
๐ Success Metrics
Platform Capabilities Demonstrated
- โ CRM functionality
 - โ Time tracking
 - โ Project management
 - โ Ticket/issue tracking
 - โ Content management
 - โ AI-powered chatbot
 - โ Webhook integrations
 - โ Discord bot automation
 - โ Documentation generation
 - โ Email/Slack notifications
 
Integration Patterns Shown
- โ Gmail โ Usable (inbound)
 - โ GitHub โ Usable (validation)
 - โ Usable โ Email/Slack (outbound)
 - โ Discord โ Usable (bidirectional)
 - โ Context โ Documentation (AI generation)
 - โ n8n workflows (400+ services)
 
Production-Ready Code
- โ TypeScript with Zod validation
 - โ Event-driven architecture
 - โ Structured logging
 - โ Graceful shutdown handling
 - โ Error handling and recovery
 - โ Open source and documented
 
๐ For New Viewers
Where to Start
- Oct 2: See the basics (CRM setup)
 - Oct 6-10: Watch the progression (Clarity week)
 - Oct 17: Understand the meta (docs from context)
 - Oct 16: See production patterns (Discord bot)
 
What Youโll Learn
- How to structure workspaces
 - Fragment type strategies
 - AI collaboration patterns
 - Integration techniques
 - Automation workflows
 - Real-world application building
 
Call to Action
โNow go and make something Usable!โ - Every session closing
๐ Notes & Observations
Evolution of Content
Sessions evolved from basic features (CRM) to complex integrations (Discord bot, docs generation), showing platform maturity and versatility.
Community Focus
Public workspaces, open source repositories, and transparent development demonstrate commitment to community learning and collaboration.
Documentation Philosophy
โDocs from Contextโ session embodies the Usable philosophy: knowledge emerges from real work, not manual documentation effort.
Production Readiness
Discord bot session showcased enterprise-grade patterns: type safety, validation, logging, error handling - not just demos but deployable code.
๐ฎ Future Directions
Potential Topics (from sessions)
- Deep dive into advanced project management
 - Security and permissions
 - Team collaboration workflows
 - Scaling for larger teams
 - Mobile/on-the-go access
 - Multi-server Discord support
 - Reaction tracking for sentiment
 - Two-way sync (Usable โ Discord status)
 - Analytics and insights dashboards
 
Community Requests
To be collected from viewer feedback and Discord interactions
๐ Related Documentation
Fragment References
- Master calendar and planning documents
 - Individual session notes (linked above)
 - Week highlights and summaries
 - Technical implementation guides
 - Integration examples
 
External Resources
- Usable API documentation
 - Discord.js documentation
 - n8n workflow examples
 - Orlando framework docs
 - MCP server integration guide
 
Last Updated: October 17, 2025
Source Workspace: Usable Live
Documentation Status: Living document, updated with each session
Public Access: Available in Usable Public workspace
This documentation was created from the actual session notes and transcripts stored in the Usable Live workspace, demonstrating the โdocs from contextโ approach showcased in the October 17, 2025 session.