DEV Community

muhamad rafif
muhamad rafif

Posted on

Inside Tencent EdgeOne Makers: How It Works and What It Offers

Modern web applications are increasingly built from multiple components: frontend interfaces, APIs, serverless functions, storage, automated deployment, and AI services. Tencent EdgeOne Makers is designed to bring these capabilities together in a single Web and Agent development and deployment platform built on Tencent EdgeOne infrastructure. Rather than functioning only as a conventional hosting service, Makers connects application development with build processes, deployment, edge delivery, serverless computing, and AI capabilities.

The main idea behind EdgeOne Makers is to simplify the path from source code to a running application while using edge infrastructure as part of the application architecture. Projects can be connected to Git repositories, where Makers can automatically identify common frameworks and configure the build process. Developers can customize settings such as the root directory, installation command, build command, and output directory.

  1. From Source Code to the Edge

The deployment process can be understood as a continuous flow:

Source Code

Git Repository

Build System

Deployment

EdgeOne Infrastructure

Users

When source code changes are pushed to a connected repository, Makers can trigger a new deployment. This connects the development workflow directly with the application's deployed version and supports faster iteration without manually transferring build artifacts.

Makers also supports configuration through an edgeone.json file, allowing developers to override settings such as the build command, installation command, and output directory directly within the project.

  1. The Edge Network and Caching

A key part of the platform is edge computing. Instead of sending every request to a centralized origin, EdgeOne can process and deliver content through its distributed edge network. This allows frequently accessed resources to be served closer to users.

Conceptually:

User Request

Edge Node

Cache Hit → Response

└─ Cache Miss → Origin → Edge Cache → Response

EdgeOne's edge infrastructure supports intelligent caching for static resources and dynamic content. By handling requests through edge nodes, the architecture can reduce repeated communication with the origin and improve the delivery experience for geographically distributed users.

  1. Serverless Computing at the Edge

For dynamic application logic, Makers provides Edge Functions. These functions run in a serverless environment on EdgeOne's edge nodes, so developers can focus on business logic without managing traditional server resources such as CPU, memory, and networking.

A request can therefore follow this architecture:

Client

Edge Node

Edge Function

Business Logic

Response

Edge Functions are suitable for APIs, request processing, authentication, redirects, and other lightweight backend workloads. They can also scale across available edge nodes when traffic increases.

  1. AI Agents as Part of the Platform

EdgeOne Makers extends its capabilities beyond conventional Web applications by providing native support for AI Agents. The platform includes a managed runtime, conversation management, sandbox tools, observability, and built-in model access. It also supports frameworks such as OpenAI Agents, Claude Agent SDK, LangGraph, DeepAgents, and CrewAI.

Interestingly, Web applications and Agents can exist within the same project and share deployment, domains, and environment management. This allows developers to combine traditional application logic with AI-driven workflows within a unified architecture.

  1. What EdgeOne Makers Offers

From a technical perspective, EdgeOne Makers combines Git-based deployment, automated builds, global edge delivery, caching, Edge Functions, environment management, CLI workflows, storage, and AI Agent infrastructure.

Its broader value comes from connecting these technologies rather than treating them as separate services. The result is an architecture in which source code, build processes, deployment, edge delivery, backend execution, and AI capabilities can operate as parts of the same development ecosystem.

TencentEdgeOne #EdgeOneMakers #CODEPOLITAN #EdgeOne

Top comments (0)