Caddy
This technology is used by 0.08% of websites in the Web servers category. The most popular industry vertical is Business and Finance, with Business being the top subcategory.
What is Caddy?
Caddy is a powerful, enterprise-ready, open-source web server with automatic HTTPS. It's known for its simplicity, requiring minimal configuration while automatically obtaining and renewing TLS certificates from Let's Encrypt without any setup.
Written in Go, Caddy is a single binary with no dependencies. It supports HTTP/1.1, HTTP/2, and HTTP/3, reverse proxying, load balancing, and can serve static files or act as an API gateway. Its Caddyfile configuration format is designed to be human-readable.
Detection of Caddy indicates modern web server choice prioritizing ease of use and automatic security, commonly found in development environments, small to medium deployments, and anywhere automatic HTTPS with minimal configuration is valued.
Industry Vertical Distribution
Technologies Frequently Used with Caddy
| Technology | Co-usage Rate | Website |
|---|---|---|
| Go | 100% | https://golang.org |
| jQuery | 53.51% | https://jquery.com |
| Google Analytics | 33.36% | http://google.com/analytics |
| Bootstrap | 32.1% | https://getbootstrap.com |
| Font Awesome | 31.65% | https://fontawesome.com/ |
| Google Font API | 30.04% | http://google.com/fonts |
| Google Tag Manager | 26.26% | http://www.google.com/tagmanager |
| Google Workspace | 16.82% | https://workspace.google.com/ |
| Hammer.js | 15.11% | https://hammerjs.github.io |
| Flickity | 14.03% | https://flickity.metafizzy.co/ |
Caddy Features
Automatic HTTPS: Let's Encrypt default. ZeroSSL backup. Auto-renewal. No configuration needed.
Reverse Proxy: Load balancing. Health checks. Header manipulation. WebSocket support.
HTTP/3: QUIC protocol. HTTP/2. HTTP/1.1. Automatic protocol selection.
Simple Config: Caddyfile format. Human-readable. JSON API. Dynamic configuration.
Static Files: File server. Compression. Range requests. Directory browsing.
Extensible: Plugin system. Custom modules. Go integration. Active ecosystem.
AI-Powered Technology Recommendations
Our AI recommender engine, trained on 100 million data points, suggests these technologies for websites using Caddy:
| Technology | AI Score | Website |
|---|---|---|
| Go | 0.66 | https://golang.org |
| Day.js | 0.22 | https://github.com/iamkun/dayjs |
| Sapper | 0.17 | https://sapper.svelte.dev |
| Packlink PRO | 0.16 | https://apps.shopify.com/packlink-pro |
| ShareThis | 0.16 | http://sharethis.com |
| VigLink | 0.16 | http://viglink.com |
| EqualWeb | 0.16 | https://www.equalweb.com/ |
| Iubenda | 0.16 | https://www.iubenda.com/ |
| Site Kit | 0.15 | https://sitekit.withgoogle.com/ |
| W3 Total Cache | 0.15 | http://www.w3-edge.com/wordpress-plugins/w3-total-cache |
IAB Tier 1 Vertical Distribution
Relative Usage by Industry
Market Distribution Comparison
Caddy Use Cases
Simple Web Hosting: Static sites. Documentation. Landing pages. Personal websites.
Reverse Proxy: Application proxy. SSL termination. Load balancing. Backend routing.
Development: Local HTTPS. Quick setup. Hot reload. Testing environments.
Docker Deployments: Container proxy. Single binary. Small image. Easy configuration.
API Gateway: Request routing. Authentication. Rate limiting. API proxy.
File Sharing: Quick file server. Directory listing. Upload handling. Temporary sharing.
IAB Tier 2 Subcategory Distribution
Top Websites Using Caddy
| Website | IAB Category | Subcategory | OpenRank |
|---|---|---|---|
| catchplay.com | Business and Finance | Industries | 4.59 |
| adaptive-images.com | Technology & Computing | Images/Galleries | 4.56 |
| selflanguage.org | Technology & Computing | Computing | 4.46 |
| pythonpodcast.com | Technology & Computing | Computing | 4.44 |
| subrosa.net | Music and Audio | Dance and Electronic Music | 4.38 |
| dataengineeringpodcast.com | Business and Finance | Industries | 4.32 |
| makemydayapp.com | Automotive | Travel Type | 4.31 |
| baty.net | Hobbies & Interests | Arts and Crafts | 4.29 |
| bcdevexchange.org | Travel | Computing | 4.29 |
| myappterms.com | Family and Relationships | Computing | 4.28 |
Caddy Configuration Examples
Caddyfile - Basic Site
# Automatic HTTPS for domain
example.com {
root * /var/www/html
file_server
encode gzip
}
# Reverse proxy
api.example.com {
reverse_proxy localhost:3000
}
# Load balancing
app.example.com {
reverse_proxy backend1:8080 backend2:8080 {
lb_policy round_robin
health_uri /health
}
}
JSON Configuration
{
"apps": {
"http": {
"servers": {
"srv0": {
"listen": [":443"],
"routes": [{
"match": [{"host": ["example.com"]}],
"handle": [{
"handler": "file_server",
"root": "/var/www/html"
}]
}]
}
}
}
}
}
Usage by Domain Popularity (Top 1M)
Usage by Domain Age
The average age of websites using Caddy is 9.8 years. The average OpenRank (measure of backlink strength) is 2.06.
Caddy Benefits
Automatic HTTPS: Zero configuration SSL. Let's Encrypt integration. Auto-renewal. Secure by default.
Simple Configuration: Human-readable Caddyfile. Minimal syntax. Easy to learn. Quick setup.
Single Binary: No dependencies. Easy installation. Cross-platform. Container friendly.
Modern Protocols: HTTP/3, HTTP/2. QUIC. TLS 1.3. Latest standards.
Open Source: Apache 2.0 license. Active development. Transparent. Community driven.
Performance: Go-powered. Efficient. Low resource usage. Fast startup.
Emerging Websites Using Caddy
| Website | IAB Category | Subcategory | OpenRank |
|---|---|---|---|
| joesardotzroofconsulting.com | Business and Finance | Remodeling & Construction | 0 |
| tipsfromcrit.com | Medical Health | Diseases and Conditions | 0 |
| wspdevcorp.net | Business and Finance | Industries | 0 |
| ellevencondos.com | Real Estate | Apartments | 0 |
| dullgrade.com | Sports | Table Tennis | 0 |
Technologies Less Frequently Used with Caddy
| Technology | Co-usage Rate | Website |
|---|---|---|
| Trengo | 0.09% | https://trengo.com |
| Mobirise | 0.09% | https://mobirise.com |
| Grav | 0.09% | http://getgrav.org |
| Moment Timezone | 0.09% | http://momentjs.com/timezone/ |
| Apache HTTP Server | 0.09% | https://httpd.apache.org/ |
