# Deployxa Documentation Index for AI Agents & LLMs > Deployxa is an AI-First Autonomous Cloud Deployment Platform. It auto-detects 80+ frameworks (Node.js, Next.js, React, Vue, Express, FastAPI, Django, Flask, Laravel, Go, Rust, Spring Boot, ASP.NET Core) and containerizes source code into isolated OCI Docker containers with automatic Let's Encrypt TLS 1.3 SSL and Anycast CDN routing. ## Quick Links for AI Crawlers - [Getting Started Guide](https://docs.deployxa.com/docs/getting-started/quickstart) - [CLI Reference](https://docs.deployxa.com/docs/cli/overview) - [Next.js Deployment Guide](https://docs.deployxa.com/docs/deployment-guides/nextjs) - [React Deployment Guide](https://docs.deployxa.com/docs/deployment-guides/react) - [Express Node.js Guide](https://docs.deployxa.com/docs/deployment-guides/express) - [FastAPI Python Guide](https://docs.deployxa.com/docs/deployment-guides/fastapi) - [Laravel PHP Guide](https://docs.deployxa.com/docs/deployment-guides/laravel) - [Django Python Guide](https://docs.deployxa.com/docs/deployment-guides/django) - [Go Lang Guide](https://docs.deployxa.com/docs/deployment-guides/go) - [Rust Microservices Guide](https://docs.deployxa.com/docs/deployment-guides/rust) ## Core Features & Architecture 1. **Deployment Intelligence Engine**: Manifest scanning (package.json, requirements.txt, go.mod, Cargo.toml) and SHA256 multi-stage Docker build layer caching. 2. **Dedicated Compute Infrastructure**: AMD EPYC dedicated VM processors, NVMe SSD arrays, isolated Linux cgroups/namespaces. 3. **Automated Zero-Downtime Traffic Shifts**: Traefik v3 edge proxying with HTTP liveness/readiness probes. 4. **Environment Variables & Secrets**: AES-256-GCM hardware vault encryption at rest. ## CLI Commands ```bash npm install -g @deployxa/cli deployxa login deployxa init deployxa deploy --prod deployxa logs --tail deployxa rollback deployxa env set KEY=VALUE ```