OpenVibely Docs

OpenVibely is a self-hosted web app for managing AI coding work from a project-aware UI. Users open the app, choose a project, chat about work, create tasks, watch execution, review diffs, schedule follow-up work, and connect team channels.

Start Fast

git clone https://github.com/openvibely/openvibely.git
cd openvibely
./start.sh

Open http://localhost:3001. The first useful path is UI-first: add a model, create or select a project, then use Chat or Tasks to start work.

GoalStart Here
Understand the appFeatures Overview
Run it locallyInstallation
Use the UI for the first taskQuickstart
Set up a durable instanceFirst-Time Setup

The App Mental Model

OpenVibely is organized around a selected project. The sidebar project selector changes the context for the main product surfaces.

App AreaWhat Users Do There
Project selectorChoose the repository/workspace that tasks, chat, memory, workers, schedules, and integrations apply to.
ChatAsk questions, plan changes, attach context, and orchestrate work conversationally.
TasksUse a board to create AI coding tasks, run them, inspect output, review changed files, and follow up.
SchedulePut project work on a calendar so tasks run once or repeat.
InsightsUse Grades, Pulse, Reflection, and Analytics to understand activity, health, history, and trends.
SystemConfigure alerts, models, agents, workers, channels, and personality.

What OpenVibely Provides

CapabilityProduct Outcome
Project workspacesKeep repository context, model defaults, worker limits, schedules, memory, and integrations tied to a real codebase.
Chat-first planningStart from a conversation when the work is unclear, then turn the plan into executable tasks.
Task board executionQueue coding work, stream progress, inspect logs and threads, review changed files, and decide what ships.
Reusable agentsCapture system prompts, tools, skills, plugins, permissions, routing hints, and lifecycle behavior as reusable worker profiles.
Reviewable changesUse Git worktrees and GitHub integration so AI output becomes visible diffs and pull requests rather than hidden edits.
AutomationSchedule recurring work, chain dependent tasks, and run structured multi-agent workflows.
External channelsCreate and monitor work through Slack, Telegram, GitHub, and inbound webhooks.
MemoryStore optional project memory under .openvibely/memory so future work can reuse learned context.

How The Docs Are Organized

SectionUse It For
Start HereProduct overview, install, UI quickstart, first setup, and learning paths.
Web App TourThe screens users click every day: Dashboard, Projects, Chat, Tasks, Schedule, Agents, Models, Workers, Alerts, and Insights.
Core WorkflowsHow UI actions become task state, worktrees, attachments, memory, and review.
Automation In The UIScheduling, task chains, and structured multi-agent workflows.
ChannelsSlack, Telegram, GitHub, and webhooks as alternate front doors into project work.
Operate OpenVibelyModel providers, configuration, deployment, authentication, and troubleshooting.
Developer ReferenceOptional lookup material for people extending or integrating with OpenVibely.

Source Verification

The docs were checked against OpenVibely source code, including domain models, configuration loading, UI rendering, source-wired product surfaces, and existing guides. The product navigation follows the actual app sidebar: Workspace, Insights, and System.