Hello everyone!
In this article, we will take a technical look at Tencent EdgeOne Makers, a Web and Agent development and deployment platform built on Tencent EdgeOne infrastructure.
Rather than following a step-by-step tutorial, we will explore how the platform works behind the scenes and how its different technologies work together to support modern web applications.
We will look at the journey from source code and build processes to deployment on the EdgeOne network. We will also explore how edge computing and caching deliver content closer to users, how Edge Functions and Cloud Functions handle server-side workloads, and how EdgeOne Makers supports AI Agents, storage, deployment environments, and developer tools.
By understanding how these components interact, we can get a clearer picture of what Tencent EdgeOne Makers offers and how its architecture differs from traditional web hosting.
Modern web applications are built from more than a frontend. They may combine APIs, serverless computing, storage, deployment automation, and AI services. Tencent EdgeOne Makers is a Web and Agent development and deployment platform built on Tencent EdgeOne infrastructure. It brings these capabilities into one environment, connecting application development with build processes, deployment, edge delivery, serverless execution, and AI development.
EdgeOne Makers evolved from EdgeOne Pages, expanding from frontend hosting to full-stack Web and Agent development. Its architecture connects source code, deployment, and EdgeOne's global edge network.
1. From Source Code to Deployment
At the center of Makers is its build and deployment workflow. A project can be connected to a Git repository, allowing Makers to detect common frameworks and apply build configurations. Developers can define parameters such as the root directory, installation command, build command, and output directory.
Source Code → Git Repository → Build System → Deployment → EdgeOne Infrastructure → Users
A push to a connected repository can trigger a new deployment. Makers also supports an edgeone.json file for overriding build-related settings directly in the project.
2. The Edge Network and Caching
A major part of the architecture is edge computing. Instead of depending entirely on a centralized origin, EdgeOne distributes content through its global edge network. Static resources can be cached on edge nodes, allowing frequently requested files to be served closer to users.
User Request → Edge Node → Cache Hit → Response
When content is not available in the cache, the edge node can retrieve it from the origin and cache it for later requests. Makers also applies different browser-cache policies: hashed assets such as JavaScript bundles can use long cache lifetimes, while files such as index.html are handled more conservatively to keep content fresh. Edge cache is automatically invalidated after a new deployment.
3. Serverless Computing: Edge and Cloud
Makers provides two serverless computing options with different purposes. Edge Functions run on EdgeOne's global edge nodes and are designed for lightweight, latency-sensitive workloads. Requests can be routed to edge nodes close to users, allowing application logic to execute near the request source.
Client → Edge Node → Edge Function → Business Logic → Response
For more complex backend workloads, Cloud Functions run in cloud infrastructure and support Node.js, Python, and Go. They are intended for scenarios such as database access, external services, data processing, and other workloads that require more computing capability.
4. AI Agents as a Native Capability
EdgeOne Makers also includes native support for AI Agents. Makers provides managed runtime, conversation memory, sandbox tools, observability, and model access, reducing the need to build this supporting infrastructure separately.
It supports JavaScript and Python and frameworks such as OpenAI Agents, Claude Agent SDK, LangGraph, DeepAgents, and CrewAI. Web applications and Agents can also share projects, deployments, domains, and environment management.
5. What EdgeOne Makers Offers
| Capability | Technical Role |
|---|---|
| Git & Build System | Connects source code to application builds |
| Edge Network & Caching | Delivers content through distributed edge nodes |
| Edge Functions | Executes lightweight backend logic at the edge |
| Cloud Functions | Handles more complex server-side workloads |
| Storage | Supports application data and file storage |
| Preview & Production | Separates testing from live deployments |
| CLI, MCP & IDE Tools | Supports development and deployment workflows |
| AI Agent Platform | Provides runtime, memory, sandbox, models, and observability |
These components show that Tencent EdgeOne Makers is more than a conventional hosting platform. It connects development, builds, deployment, edge delivery, serverless computing, storage, and AI capabilities within one ecosystem for modern Web and Agent applications.
#TencentEdgeOne #EdgeOneMakers #CODEPOLITAN #EdgeOne
Top comments (0)