← Back to Blog Announcement

Edge Functions Now Generally Available

Sarah Chen · Dec 20, 2024 · 5 min read

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

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.

Ready to try Stonies CDN?

Start your free trial today and see the difference.

Get Started Free