vibetunnel/introduction.mdx
2025-07-18 08:37:16 +02:00

43 lines
No EOL
1.8 KiB
Text

# Welcome to VibeTunnel Documentation
VibeTunnel is a powerful macOS application that allows you to access your terminal sessions through any web browser. Whether you're on your iPad, iPhone, or any other device with a web browser, VibeTunnel makes your terminal accessible from anywhere.
## Key Features
- **Remote Terminal Access**: Access your macOS terminal from any web browser
- **Native Performance**: Built with Swift/SwiftUI for optimal macOS integration
- **Secure Connection**: End-to-end encrypted terminal sessions
- **Multi-Platform**: Works on iOS, iPadOS, and any modern web browser
- **Real-time Sync**: Changes sync instantly across all connected devices
## Quick Start
1. [Download VibeTunnel](https://vibetunnel.com/download) for macOS
2. Launch the app and create your first terminal session
3. Access your terminal from any device at your unique VibeTunnel URL
4. Start coding from anywhere!
## Documentation Overview
<CardGroup cols={2}>
<Card title="Getting Started" icon="rocket" href="/docs/project-overview">
Installation guides and your first steps with VibeTunnel
</Card>
<Card title="Architecture" icon="building" href="/docs/ARCHITECTURE">
Learn about VibeTunnel's system design and technical details
</Card>
<Card title="Development" icon="code" href="/docs/development">
Build, test, and contribute to VibeTunnel
</Card>
<Card title="API Reference" icon="book" href="/docs/spec">
Complete API documentation and specifications
</Card>
</CardGroup>
## Join Our Community
- [GitHub](https://github.com/amantus-ai/vibetunnel) - Star us on GitHub
- [Discord](https://discord.gg/vibetunnel) - Join our Discord community
- [Twitter](https://twitter.com/vibetunnel) - Follow us for updates
Ready to get started? Check out our [installation guide](/mac/README) or dive into the [architecture overview](/docs/ARCHITECTURE).