We are excited to announce that Edge Functions are now generally available to all Stonies CDN customers. This marks a significant milestone in our mission to bring compute closer to your users.
What are Edge Functions?
Edge Functions allow you to run JavaScript and TypeScript code at the edge, in 285+ locations worldwide. With sub-millisecond cold starts and automatic scaling, you can build personalized, dynamic experiences without managing infrastructure.
Key Features
- Sub-millisecond cold starts
- Automatic global deployment
- Native TypeScript support
- Built-in KV storage
- Seamless integration with our CDN
Getting Started
// hello-world.ts
export default {
async fetch(request) {
return new Response("Hello from the edge!");
}
}Deploy your first function in seconds with our CLI or dashboard.