[ Product · Workers ]
Workers
Compute at a public URL, running your Rust as wasm. Deploy the hello template, open the link, and it answers. Attach Durable Objects when you need state.
Deploy once, get a URL
Your code is the response
Whatever the worker returns is what the caller gets — no wrapper object, no envelope to unpack. Deploy the hello template and the URL answers immediately.
Reach for state when you need it
A worker is stateless on its own. Give a Durable Object class a binding name and the worker can call it, so persistent state stays server-side and the browser never holds a token that could reach it.
One period, both products
Pay 5 USDC once and the same 30 days cover your workers and your objects. Both meters sit on the page you paid from.
5 USDC / 30 days
Workers
Compute at a public URL. One 5 USDC period covers Workers and Durable Objects together, so adding state later costs nothing extra.
Questions
Open Account → Workers, pay 5 USDC, click Deploy hello, open the URL. Walkthrough: the Workers docs.