DEV Community

Cover image for EdgeOne Makers: Not Just a Hosting Spot, It's Basically a Playground
Yonsi Oyon
Yonsi Oyon

Posted on Edited on

EdgeOne Makers: Not Just a Hosting Spot, It's Basically a Playground

TencentEdgeOne #EdgeOneMakers #CODEPOLITAN #EdgeOne

Last time I checked out EdgeOne Makers, I was mostly looking at how easy it is to deploy stuff. This time I wanted to dig a bit deeper into the technical side. And honestly, this platform has grown way beyond just "somewhere to dump your static site."

EdgeOne Makers is the next step from EdgeOne Pages, and it covers a lot more ground now. Static websites, SPAs like React or Vue, full-stack apps like Next.js, even AI Agent apps — it handles all of that. If you're the type who likes messing around with different kinds of projects, there's plenty here to explore.

Deploying Is Easy, and You've Got Options

One thing I genuinely liked: the Git integration is smooth. Connect your repo, pick a project or template, hit deploy. Done.

Besides Git, you've also got a CLI, MCP, Skills, and IDE plugins to help with development and deployment. So basically the workflow bends to however you like to work. If you're already used to Git and CI/CD, you can automate the whole thing. If you just want to test out a small project, there's a simpler way to do it too.

Speed-Wise, This Is Where It Gets Interesting

EdgeOne Makers runs on Tencent EdgeOne's network, which they say has over 3,200 edge nodes worldwide. The basic idea: your site's resources and certain processes get pushed closer to wherever your users actually are, so things load faster.

If your visitors are scattered across different countries or cities, that kind of built-in CDN and caching is a pretty big deal — you're not stuck configuring everything from scratch yourself.

It's Not Just Frontend — Serverless Functions Too

This is the part that made me think it's worth taking seriously for actual projects: Serverless Functions support. There's Edge Functions that run right at the edge, and Cloud Functions for heavier server-side stuff. Cloud Functions currently support Node.js, Python, and Go.

So you're not limited to building the frontend — you can run backend logic too. APIs, authentication, whatever dynamic function you need, without babysitting a server yourself.

Modern Frameworks? Already Covered

Next.js gets full-stack, zero-config support for SSR, SSG, and ISR. On top of that, there's Astro, React, Vue, and a few other frameworks. So if your project already runs on modern tech, you don't have to rebuild anything just to try this out.

Storage, Domains, SSL — All Sorted

If your project needs data storage, there's Edge KV and Blob Storage. Plus custom domain support with automatic SSL, so your site can run on its own domain with HTTPS without you touching certificates manually.

For a portfolio site, a landing page, a small app, or a personal project, that combo of features is genuinely convenient.

The Standout: AI Agent Support

This is what sets it apart from a typical deployment platform. EdgeOne Makers offers a runtime, sandbox, conversational memory, model gateway, and observability — all built for developing Agent-based apps.

There are even ready-made templates for OpenAI Agents, Claude, LangGraph, CrewAI, and a few other starters. So if you're learning to build AI apps, this platform isn't just where you host a site — it's also where you can build and run your AI Agent itself.

About the Pricing

EdgeOne Makers has a free plan at $0/month, and according to their official docs, it's meant to stay free permanently. There are still quota limits on some services, so it's not like everything is unlimited. But for learning, building a portfolio, experimenting, or just testing out a deployment on your own, having a free tier like this is a solid perk.

The Takeaway

EdgeOne Makers has moved way past being just "website hosting." You can start with a plain HTML site, move up to React or Next.js, use Functions and Storage, hook up Git for your dev workflow, and even try building an AI Agent.

Honestly, the part I like most is that you can start small, get a feel for how it works, then gradually explore the more advanced stuff. It's not just somewhere to deploy — it's a decent playground for learning and building modern projects.

TencentEdgeOne #EdgeOneMakers #CODEPOLITAN #EdgeOne

Top comments (0)