Skip to main content
Logo
Deploy in 19 Seconds

Lightning-Fast Edge Deployment Powered by Cloudflare

Deploy your web apps to 330+ global locations instantly.
Unlimited requests. Sub-second response times. Completely free.

100% Free
Monthly Cost
$0/month

vs $229-350 others

-37% faster
Deploy Speed
19seconds

Build → Deploy → Live

330+ edges
Global Latency
287ms avg

Across 4 continents

Perfect
Lighthouse Score
100/100

Perf

A11y

BP

SEO

All metrics perfect

Live Deployment Metrics

Real Production Data
From Our Live Deployments

These aren't theoretical benchmarks. This is actual performance data from our production deployments on Cloudflare Pages.

Monthly Cost
$0.00

Forever free tier

Global Latency
287ms

Average worldwide

Edge Locations
330+

Data centers

Lighthouse Score
100
Desktop
97
Mobile

Top 3% worldwide

Monthly Cost Comparison
For 100GB bandwidth, 1M requests/month
Cloudflare (FREE)
Vercel ($229)
Netlify ($240)
AWS ($350)
Global Latency by Region
Response time from edge locations (ms)
Build Pipeline Performance
Average duration per phase (seconds)
Install:3.2s
Type Check:2.1s
Build:14s
Optimize:1.8s
Upload:4.5s
Total Build Time: 25.6s
Desktop Core Web Vitals
Perfect 100/100 Lighthouse Score
100
FCP
0.3s

First Contentful Paint (Desktop)

LCP
0.7s

Largest Contentful Paint (Desktop)

TBT
0

Total Blocking Time

CLS
0

Cumulative Layout Shift

Mobile Core Web Vitals
Near-Perfect 97/100 on Slow 4G
97
FCP
1.4s

First Contentful Paint (Mobile)

LCP
2.5s

Largest Contentful Paint (Mobile)

TBT
0

Total Blocking Time (Mobile)

CLS
0

Cumulative Layout Shift (Mobile)

Lighthouse Performance Reports
Real screenshots from Chrome DevTools

Desktop - Perfect 100/100

100
Desktop Lighthouse Score - Perfect 100/100

🏆 FCP: 0.3s | LCP: 0.7s | TBT: 0ms | CLS: 0

Mobile - Near-Perfect 97/100

97
Mobile Lighthouse Score - 97/100

📱 FCP: 1.4s | LCP: 2.5s | TBT: 0ms | CLS: 0 (on Slow 4G)

Deployment Speed Improvement
Total deployment time over the past week
Improvement
37% faster than Nov 1
Our Cost-Effective Architecture

We Deploy TO Cloudflare
So You Get Enterprise Speed for Free

We're not Cloudflare—we deploy our apps TO Cloudflare Pages. By stripping JavaScript (96% reduction: ~30KB vs 800KB) and serving HTML at the edge, we achieve subsecond load times globally.

Real Production Performance

0.3s

Desktop FCP
(6x faster than target)

1.4s

Mobile FCP
(on Slow 4G)

100/97

Lighthouse scores
(Desktop/Mobile)

0ms

Total Blocking Time
(Perfect score)

Cloudflare Pricing (What You Pay Them)

Because we use Cloudflare Pages (not Workers) and strip JavaScript to serve static HTML at the edge, you stay on the free tier forever.

← We Use This
Cloudflare Pages
Free Forever
Unlimited bandwidth
Unlimited static requests
500 builds/month
100,000 Functions requests/day
330+ global edge locations
Edge SSR with React 19
Automatic SSL certificates
Cloudflare Workers
$5/month (if needed)
10 million requests/month
$0.50 per additional million
Includes Workers KV
Includes Durable Objects
Includes Hyperdrive
CPU time based billing
No idle time charges
Zero Cost Breakdown
What's included for free on Cloudflare Pages
Unlimited Bandwidth ✓ Free
330+ Edge Locations ✓ Free
DDoS Protection ✓ Free
SSL Certificates ✓ Free
100k Functions/day ✓ Free
Analytics Dashboard ✓ Free

Total Monthly Savings: $229-350

Why Our Apps Stay Free

By using Astro Islands Architecture, we ship mostly static HTML with minimal JavaScript (~30KB). This means unlimited requests on Cloudflare Pages' free tier. Traditional React apps ship 800KB+ of JavaScript and often require paid Workers/Functions—we avoid that entirely.

Cloudflare pricing as of January 2025. Visit Cloudflare Pages pricing for latest details. We are not affiliated with Cloudflare—we just deploy there.

One Command Deploy

Deploy with /deploy
One Command. Zero Configuration.

Built into every ONE Platform project. Run /deploy and watch your app go live on 330+ edge locations in under a minute.

Track Every Step from Code to Production

20.9s total
Progress0%
Clone
2.1s
@2.1s
Install
3.8s
@5.9s
Type Check
2.6s
@8.5s
Build
6s
@14.5s
Optimize
3.2s
@17.7s
Push Edge
3.2s
@20.9s

Build Timeline

Track every step from code to production

0.0s / 20.9s
0s0s2.1s5.9s8.5s14.5s17.7s20.9s
Clone
Running

Clone Repository

Fetching latest code from GitHub

0.0s

0%

main branch142 commits23.4 MB
Install Dependencies
Pending

Installing node_modules with Bun

0s

0%

1,247 packagesBun v1.0.14Cached: 89%
Type Checking
Pending

Running TypeScript compiler

0s

0%

665 files checked0 errors0 warnings
Build Production
Pending

Compiling and optimizing assets

0s

0%

10,104 modulesTree shakingCode splitting
Optimize Assets
Pending

Minifying and compressing files

0s

0%

JS: 234 KBCSS: 42 KBImages: 1.2 MB
Push to Edge
Pending

Deploying to 330+ edge locations

0s

0%

330+ locationsGlobal CDNInstant propagation
$ bunx astro build
[2025-11-06T04:22:57.098Z] Starting build process...
Clone...
main branch
142 commits
23.4 MB
⚡ Processing... 0%
_

19-Second Deployment Pipeline

14s

Build

600+ files

10,104 modules

4.5s

Upload

665 assets

0.5s

Deploy

Edge functions

<1s

Replicate

330+ edges

0sBuild 14sUpload 18.5sDeploy 19s19s total

Live at oneie.pages.dev

Nov 6, 2025
What /deploy Does
Intelligent deployment command that handles everything automatically
1

Checks for Cloudflare Credentials

Looks for CLOUDFLARE_GLOBAL_API_KEY in your .env file

2

Guides Setup (If Needed)

If missing, provides step-by-step instructions to get your credentials

3

Builds Your Website

Optimizes and bundles with Astro (~37 seconds)

4

Deploys to Cloudflare Pages

Uploads and deploys globally (~8 seconds)

5

Reports Live URLs

Gives you production and preview URLs instantly

Get Your Cloudflare Key
One-time setup. Takes 2 minutes.

1 Global API Key

Go to dash.cloudflare.com/profile/api-tokens

Click "View" next to "Global API Key" and copy it

2 Account ID

Go to dash.cloudflare.com

Select any site → Copy "Account ID" from the right sidebar

3 Add to .env File

CLOUDFLARE_GLOBAL_API_KEY=your-key-here
CLOUDFLARE_ACCOUNT_ID=your-account-id
[email protected]

Security Notice

The Global API Key provides full control over your Cloudflare account. Never commit .env to git. Keep it secure.

See It in Action

First Time (No Credentials)

You: /deploy

❌ No Cloudflare credentials found in .env

To deploy, you need three values from Cloudflare:

  1. Get Global API Key from dashboard
  2. Get Account ID from any site
  3. Add credentials to .env file

[...detailed instructions provided...]

With Credentials

You: /deploy

✅ Cloudflare credentials found

🔨 Building website...

✓ Build complete (37s)

🚀 Deploying to Cloudflare...

✅ Deployment complete!

🌍 Live at: https://abc123.pages.dev

Total time from /deploy to live site: ~45 seconds

Edge-Native Architecture

Built for the Edge
Run Anywhere, Connect to Any Backend

Our web apps use nanostores for lightweight state management and can communicate with any backend—Convex, Supabase, Firebase, or your own API.

Edge Runtime
Astro + React 19 SSR runs on Cloudflare Workers. No Node.js required. Sub-100ms cold starts worldwide.
Nanostores State
334 bytes state management library. React, Vue, Svelte compatible. No hydration overhead.
Backend Agnostic
Connect to any backend: Convex, Supabase, Firebase, custom APIs. No vendor lock-in.
Autonomous Deployments

Agent-Ops: Hands-Off Deployments
Give AI Your Cloudflare Key and Watch

Our agent-ops system can deploy your apps autonomously with your Cloudflare Global API Key. Zero clicks. Zero manual work.

How It Works

1

Add Cloudflare API Key

Store your Global API Key securely in environment variables

2

Agent Monitors Changes

AI watches your git repository for new commits to main branch

3

Auto-Deploy on Push

Agent builds, tests, and deploys to Cloudflare Pages automatically

4

Real-time Notifications

Get Slack/Discord notifications with deployment status and preview URLs

Deployment Commands

Manual Deployment

bun run build
wrangler pages deploy dist

Agent-Ops Deployment

git push origin main
# Agent deploys automatically ✨

With Preview Environments

git push origin feature-branch
# Agent creates preview deploy 🚀
Model Context Protocol

Cloudflare MCP Servers
AI-Native Infrastructure

Cloudflare provides 13 public MCP servers that integrate seamlessly with Claude and other AI systems for autonomous deployments and infrastructure management.

Remote MCP Servers
Unlike local MCP servers, Cloudflare's remote servers are Internet-accessible. Deploy them on Cloudflare Workers and connect from any MCP client (Claude, Cursor, Cline, etc.).
  • 13 public servers available immediately
  • Atlassian, PayPal, Sentry, Webflow integrations
  • Deploy custom MCP servers to Workers
  • TypeScript API generation from MCP tools
MCP Server Portals
Centralized gateway for all your MCP servers with Zero Trust security, access controls, and audit logging built-in.
  • Single gateway for multiple MCP servers
  • Zero Trust authentication and authorization
  • Complete audit trail of all AI interactions
  • Enterprise-grade security by default

What You Can Build with MCP

Autonomous Deployment Agents

AI agents that monitor your repo, build apps, run tests, and deploy to Cloudflare Pages autonomously

Infrastructure as Code

Describe infrastructure in plain English, AI translates to Wrangler commands and deploys

Real-time Monitoring

AI agents watch analytics, detect issues, and automatically rollback or scale resources

Developer Experience

Wrangler CLI: Everything Pre-Configured
Deploy in One Command

Our projects come with Wrangler pre-configured. You're seconds away from deploying to production.

Pre-Configured Setup

wrangler.toml
name = "one-web"
compatibility_date = "2025-01-09"
pages_build_output_dir = "dist"

[compatibility_flags]
nodejs_compat = true

[[kv_namespaces]]
binding = "SESSION"
id = "your-kv-namespace-id"
package.json Scripts
{
  "scripts": {
    "dev": "astro dev",
    "build": "astro check && astro build",
    "preview": "wrangler pages dev dist",
    "deploy": "wrangler pages deploy dist"
  }
}

Quick Start Commands

Step 1: Build (37 seconds)

bun run build
# 10,104 modules transformed in 19.86s
# Server built in 37.49s ✨

Step 2: Deploy (8 seconds)

wrangler pages deploy dist
# Uploaded 138 files in 5.32 sec
# Worker compiled & deployed ✨

One-Command Deploy

bun run deploy

Result: Live in 45 Seconds

✨ Success! Deployed to:
https://1716b773.web-d3d.pages.dev

Global CDN active
330+ edge locations
Sub-second response times
Deploy Your First App Today

From Code to Production In 45 Seconds

Free unlimited bandwidth. 330+ global locations. Zero configuration.
Everything you need to deploy production apps is already set up.

No Credit Card No Trial Limits Production Ready