How VirtualBoard
transforms your workflow

From connecting your GitHub repository to shipping features—here's how VirtualBoard makes feature management effortless.

01

Connect Your Repository

Sign in with GitHub and connect any repository. VirtualBoard automatically detects .virtualboard/ folders and indexes your feature specs in seconds.

  • One-click GitHub OAuth authentication
  • Automatic .virtualboard/ folder detection
  • Support for public and private repositories
  • Multi-repository workspace support
Repository Structure
.
├── .virtualboard/
│   ├── features/
│   │   ├── backlog/
│   │   ├── in-progress/
│   │   ├── review/
│   │   └── done/
│   ├── agents/
│   └── templates/
└── src/
    └── ...
02

Manage Features Visually

View all your feature specs in a beautiful interface. Switch between table and Kanban views, filter by status, and search across all content.

  • Drag-and-drop Kanban board for status updates
  • Sortable table view with advanced filters
  • Full-text search across all features
  • Real-time updates as your team works
Feature Frontmatter
---
id: FTR-0042
title: User Authentication
status: in-progress
owner: backend-team
priority: P1
complexity: M
labels: [auth, security]
---

# Feature Spec: User Authentication

Add OAuth 2.0 authentication...
03

Edit & Collaborate

Edit feature specs with our powerful markdown editor. Changes sync back to GitHub automatically. Invite teammates and collaborate in real-time.

  • Rich markdown editor with live preview
  • Syntax highlighting for code blocks
  • Frontmatter metadata editing
  • Version history and diff view
Edit Workflow
# Edit in VirtualBoard
📝 Update feature spec in browser
✓ Changes saved automatically

# Commits to GitHub
git log --oneline
a1b2c3d Update FTR-0042: Add OAuth flow
d4e5f6g Update FTR-0042: Security notes
04

Track Progress

Move features through your workflow stages. Assign owners, set priorities, and track dependencies. Get AI-powered insights on feature complexity.

  • Status workflow: backlog → in-progress → review → done
  • Ownership and assignment tracking
  • Priority and complexity estimation
  • Dependency management and blocking detection
Status Transition
# Move feature to review
vb move FTR-0042 review

✓ Moved FTR-0042 to review
✓ Updated frontmatter
✓ Committed to GitHub
✓ Team notified
05

Ship with Confidence

Mark features as done when they're shipped. VirtualBoard maintains a complete history of all changes. Use AI insights to improve your process over time.

  • Complete audit trail of all changes
  • Linked commits and pull requests
  • AI-powered retrospectives and insights
  • Export reports and analytics
Feature Complete
# Complete feature
vb move FTR-0042 done

✓ Feature FTR-0042 completed
✓ Updated in GitHub
✓ Linked PRs: #123, #124
✓ Added to changelog
Seamless Integration

Works with your tools

VirtualBoard integrates deeply with GitHub and your existing development workflow

GitHub Native

Direct integration with GitHub API. Two-way sync keeps everything in harmony.

Markdown-First

All specs stored as markdown files. Version controlled. Developer-friendly.

AI-Enhanced

AI insights help you write better specs and make smarter decisions.

Ready to get started?

Connect your first repository and experience the future of feature management.