# Eyevinn Open Source Cloud — Open Source as a Service (OSaaS) > Deploy powerful open source applications with one click. Business solutions and developer infrastructure without vendor lock-in. ## What is Open Source as a Service (OSaaS)? Open Source as a Service (OSaaS) is a cloud deployment model where every deployable service is an unmodified open source project. Eyevinn Technology invented this model. Customers get the benefits of managed cloud hosting — provisioning, scaling, updates, support — while retaining full portability. You can migrate any service to AWS, GCP, Azure, or on-premises at any time, because the underlying software is open source and self-hostable. There is no proprietary API, no lock-in, and no dependency on a single vendor. Eyevinn Open Source Cloud (OSC) is the leading OSaaS platform. It offers 200+ services spanning media technology, AI infrastructure, developer tools, and business applications. ## About - Website: https://www.osaas.io - App Console: https://app.osaas.io - Documentation: https://docs.osaas.io - MCP Server: https://mcp.osaas.io/mcp - GitHub: https://github.com/Eyevinn - Provider: Eyevinn Technology (Stockholm, Sweden) ## Definitions - **OSaaS** (Open Source as a Service): A cloud model where open source software is provided as fully managed services, giving users the functionality of commercial SaaS with the portability and transparency of open source. - **Vibe deployment**: AI-native infrastructure provisioning where developers describe what they need in natural language and AI agents provision the entire stack. - **Zero lock-in cloud**: Cloud infrastructure built exclusively on open source software, ensuring complete portability and no vendor dependency. ## 5 Ways to Access OSC OSC supports five distinct entry points for users and developers: 1. **Web Application** — Self-service cloud console at https://app.osaas.io. Browse the catalog, provision services, manage instances, create databases, and deploy apps. 2. **Standalone Product Pages** — Simplified access for specific products: - Open Intercom (broadcast intercom): https://intercom.apps.osaas.io - Open Media Convert (video transcoding): https://mediaconvert.apps.osaas.io - Open Analytics (video analytics): https://analytics.apps.osaas.io - Open AutoSubs (subtitle generation): https://autosubs.apps.osaas.io 3. **MCP Server** — AI-native provisioning via Model Context Protocol at `https://mcp.osaas.io/mcp`. Connect Claude, Cursor, VS Code Copilot, or any MCP-compatible AI agent to discover and manage services through natural language. 4. **My Apps** — Deploy private applications from your GitHub repository. Supports Node.js, Python, and WebAssembly runtimes. Get a live HTTPS URL in minutes. 5. **Builders** — Submit your open source GitHub repository to become a public service in the OSC catalog, available for all OSC users to deploy with one click. ## Pricing - Free: Basic access, no credit card - Personal: €15/month - Professional: €199/month - Business: €599/month - Enterprise: Custom Full pricing: https://www.osaas.io/pricing ## MCP Integration Connect any MCP-compatible AI assistant to OSC: ```json { "mcpServers": { "osc": { "type": "http", "url": "https://mcp.osaas.io/mcp", "headers": { "Authorization": "Bearer " } } } } ``` Get a token: https://app.osaas.io/dashboard/settings/api ### Claude Code setup ``` claude mcp add --transport http osc https://mcp.osaas.io/mcp ``` ## Key Use Cases - Media: VOD transcoding, live stream processing, auto subtitles, video analytics, broadcast intercom - AI: RAG chatbots, news curation, AI dev teams, coding agents - Developer tools: App hosting, databases, observability, vector databases, message queues - Business: CRM, help desk, web analytics, project management All use cases: https://www.osaas.io/use-cases Machine-readable catalog: https://www.osaas.io/services.json ## Full Reference For complete service listings, tutorials, blog posts, and documentation: https://www.osaas.io/llms-full.txt ## Product LLM References - [Auto Subtitles](https://www.osaas.io/llms-autosubs.txt): AI-powered subtitle generation service - [Open Analytics](https://www.osaas.io/llms-analytics.txt): Video player analytics pipeline - [Open Intercom](https://www.osaas.io/llms-intercom.txt): Browser-based broadcast intercom - [Open Media Convert](https://www.osaas.io/llms-mediaconvert.txt): Cloud video transcoding service ## Contact - Support: support@osaas.io - Sales: contact@sales.osaas.io - Slack: https://join.slack.com/t/eyevinn-osc/shared_invite/zt-2xd0fcsp2-oQ~hihGgBRlDVSkRLWZueg - LinkedIn: https://www.linkedin.com/company/eyevinn-technology