Introduction
Clue2App: The Modern App Platform
Push code. Get apps. Clue2App is an intelligent app platform that automates your entire application lifecycle—from code to production—so you can focus on building, not deploying.
How It Works
That's it. No containers to configure. No infrastructure to manage. No deployment scripts to maintain.
Key Features
1. Zero-Config Deployment
Push your code and Clue2App handles everything:
- Automatic language & framework detection
- Optimized builds without Dockerfiles
- Secure, production-ready deployments
2. Auto-Scaling
Your apps scale automatically based on traffic:
- Scale up during high demand
- Scale to zero when idle (save costs)
- No configuration required
3. AI-Powered Optimization
Clue2App continuously optimizes your apps:
- Performance tuning
- Cost optimization
- Security monitoring
4. Cloud-Portable Design
Built on Kubernetes + Knative so it can run on any major cloud. Currently deployed on AWS; the architecture avoids single-cloud lock-in.
Built-In Automation
Everything you need, automated:
| Feature | Status |
|---|---|
| Build & Deploy | ✅ Automatic |
| SSL Certificates | ✅ Automatic |
| Security Scanning | ✅ Continuous |
| Scaling | ✅ Automatic |
| Monitoring | ✅ Built-in |
| Rollbacks | ✅ Instant |
Why Clue2App?
Before Clue2App
- Writing Dockerfiles
- Managing CI/CD pipelines
- Configuring infrastructure
- Debugging deployment issues
- Endless security patches
With Clue2App
# First deployment: create the app from a Git repo
c2a app create my-api --git-url https://github.com/you/my-api.git
# From then on, each git push triggers an automatic rebuild
git push origin main
# ✅ Rebuild starts on the platform; new revision goes live when green.
Get Started
Ready to simplify your deployments? Install the CLI in one line:
pip install clue2app-cli
c2a login
Then pick a path:
- Quick Start (Console) - Deploy via web UI
- Quick Start (CLI) - Deploy via command line
- Quick Start (MCP) - Drive it from Claude Code, Cursor, or Claude Desktop
- CLI Reference - Full command documentation
Prefer to install only the MCP server (no CLI)? pip install clue2app-mcp. Details in the MCP Quick Start.
Learn More
- Developer Experience - See how Clue2App transforms your workflow
- Security - Enterprise-grade security, automated
- Deployment Journey - From code to production in minutes