VibeTunnel Documentation Index

This index provides a comprehensive overview of all documentation in the VibeTunnel project, organized by category and purpose.

📚 Main Documentation

Getting Started

  • README.md - Project overview, quick start guide, and basic usage
  • introduction.mdx - Mintlify documentation landing page
  • docs.json - Mintlify documentation configuration

Architecture & Design

Development Guides

Feature Documentation

Testing

Tools & Utilities

Reference

🍎 Platform-Specific Documentation

macOS (mac/)

iOS (ios/)

Web (web/)

Apple Shared (apple/)

🤖 AI Assistant Guidelines

CLAUDE.md Files

These files provide specific instructions for Claude AI when working with different parts of the codebase:

GEMINI.md

  • GEMINI.md - Instructions for Gemini AI assistant

📋 Documentation Standards

When adding new documentation:
  1. Location: Place documentation in the most relevant directory
    • General docs in /docs
    • Platform-specific docs in their respective directories
    • Keep related documentation together
  2. Naming: Use clear, descriptive names
    • UPPERCASE.md for important documents (README, CHANGELOG, etc.)
    • lowercase-with-hyphens.md for regular documentation
    • Include platform prefix when needed (ios-spec.md)
  3. Content: Follow consistent structure
    • Start with a clear title and overview
    • Include practical examples
    • Add cross-references to related docs
    • Keep content up-to-date with code changes
  4. Maintenance: Regular reviews
    • Remove outdated documentation
    • Update when features change
    • Consolidate duplicate content
    • Maintain this index when adding/removing docs