Introduction
What is GoToFast?
GoToFast sits between your origin server and your users. When a visitor requests your site, GoToFast serves the response from the nearest edge node in our 47-location network. If the response is cached, it's delivered in milliseconds. If not, GoToFast fetches it from your origin, caches it intelligently, and serves it — all transparently.
Quick Start
Get your first site on GoToFast in under 2 minutes:
# 1. Install the GoToFast CLI
npm install -g @gotofast/cli
# 2. Authenticate
gotofast login
# 3. Add your site
gotofast site add yourdomain.com
# 4. Update your DNS CNAME
# yourdomain.com → cdn.gotofast.net
Core Features
🌐 CDN & Caching
Serve assets from 47 edge nodes worldwide with intelligent cache rules.
🧠 AI Preloading
Predictive cache warming based on real user navigation patterns.
🔒 DDoS Shield
Automatic L3/L4/L7 attack mitigation with zero configuration.
📊 Analytics
Real-time Core Web Vitals, bandwidth, and geographic reports.
API Overview
The GoToFast REST API gives you programmatic access to all platform features. All requests require an API key passed in the Authorization header:
curl https://api.gotofast.biz/v1/sites \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json"
Rate Limits
| Plan | Requests / min | Burst |
|---|---|---|
| Starter | 60 | 100 |
| Pro | 600 | 1,000 |
| Enterprise | Unlimited | Unlimited |
Support
If you run into issues, check our status page first, then reach out via support@gotofast.biz or join our Discord community.