<!-- llms-txt: https://hydron.app/llms.txt -->
<!-- llms-full-txt: https://hydron.app/llms-full.txt -->
<!-- canonical: https://hydron.app/docs/introduction -->

# Introduction

Hydron is an AI-powered deployment platform that automates the entire process of getting your application from code to production. Instead of manually configuring servers, writing Dockerfiles, and setting up CI/CD pipelines, you describe what you need through a conversational chat interface and Hydron handles the rest.

## What is Hydron?

Hydron is a **conversational deployment platform**. You interact with an AI assistant through a chat interface, and it:

- **Analyzes your code** to detect frameworks, dependencies, and requirements
- **Generates infrastructure plans** with the right servers and configurations
- **Provisions dedicated servers** with Docker, networking, and security
- **Builds and deploys** your application with proper health checks
- **Configures domains and SSL** automatically

Unlike traditional PaaS platforms that hide infrastructure behind abstractions, Hydron gives you **real dedicated servers with full SSH access**. There's no vendor lock-in — you own your infrastructure and can take it with you at any time.

## Who is Hydron for?

Hydron is designed for:

- **Developers** who want to ship fast without learning Kubernetes or cloud infrastructure
- **Startups** that need production-ready deployments without a dedicated DevOps team
- **Teams** that want automated, reproducible deployments with full server control
- **Freelancers** deploying client projects who need quick, reliable infrastructure

## How it works

The deployment process follows four steps:

1. **Connect** — Provide a Git repository URL, Docker image, or select a template
2. **Analyze** — AI scans your codebase to understand the technology stack, detect services, and identify requirements
3. **Plan** — An infrastructure plan is generated with optimal server configurations, Dockerfiles, and deployment strategies
4. **Deploy** — Servers are provisioned, your app is built and deployed, domains and SSL are configured

All of this happens through a chat interface where you can review, modify, and approve each step.

![The Hydron chat interface showing AI-powered code analysis and deployment messages](/images/docs/chat-hydron.png)

## Key features

| Feature | Description |
|---------|-------------|
| **AI Chat Interface** | Conversational deployment — describe what you need in plain English |
| **Code Analysis** | Automatic detection of frameworks, dependencies, and environment requirements |
| **Infrastructure Planning** | AI-generated deployment plans with server specs and configurations |
| **Dedicated Servers** | Real servers with full SSH access, not shared hosting |
| **Docker-based** | Everything runs in Docker containers for consistency and isolation |
| **SSL & Domains** | Automatic SSL certificate provisioning and domain configuration |
| **Real-time Monitoring** | Live streaming logs and deployment progress tracking |
| **Multiple Sources** | Deploy from Git (GitHub, GitLab, Bitbucket), Docker images, or templates |

![Choose how to deploy — Git provider, public URL, Docker image, or templates](/images/docs/deploy-source-selection.png)

## What makes Hydron different

Unlike traditional deployment platforms:

- **Conversational, not form-based** — You chat with AI instead of filling out configuration forms. Describe your needs naturally and the AI figures out the infrastructure.
- **You own your servers** — Full SSH access to dedicated servers. No proprietary runtimes or vendor lock-in. You can take your infrastructure and leave at any time.
- **AI does the heavy lifting** — From code analysis to Dockerfile generation to server configuration, the AI handles the complexity so you don't have to.
- **Real-time visibility** — Watch every step of the deployment process live with streaming logs and progress updates.

## Next steps

Ready to get started? Head to the [Quick Start](/docs/quick-start) guide to deploy your first application, or learn about [Key Concepts](/docs/concepts) to understand how Hydron works under the hood.
