• Product Introduction
  • Quick Start
    • Agent Development
    • Importing a Git Repository
    • Starting From a Template
    • Direct Upload
    • Start with AI
  • Framework Guide
    • Agent
    • Frontends
      • Vite
      • React
      • Vue
      • Hugo
      • Other Frameworks
    • Backends
    • Full-stack
      • Next.js
      • Nuxt
      • Astro
      • React Router
      • SvelteKit
      • TanStack Start
      • Vike
    • Custom 404 Page
  • Project Guide
    • Project Management
    • edgeone.json
    • Configuring Cache
    • Building Output Configuration
    • Error Codes
  • Build Guide
  • Deployment Guide
    • Overview
    • Create Deploys
    • Manage Deploys
    • Deploy Button
    • Using Github Actions
    • Using Gitlab CI/CD
    • Using CNB Plugin
    • Using IDE PlugIn
    • Using CodeBuddy IDE
  • Domain Management
    • Overview
    • Custom Domain
    • HTTPS Configuration
      • Overview
      • Apply for Free Certificate
      • Using Managed SSL Certificate
    • Configure DNS CNAME Record
  • Observability
    • Overview
    • Metric Analysis
    • Log Analysis
  • Functions
    • Overview
    • Edge Functions
    • Cloud Functions
      • Overview
      • Node.js
      • Python
      • Go
  • Agents
    • Overview
    • Quick Start
    • Conversation Storage
    • Observability
    • Sandbox Tool
      • Overview
      • Using the Agent Framework
      • Sandbox Atomic API
      • Network Search Tool
    • Agent Authentication
  • Models
    • Overview
    • Models and Vendors
      • Overview
      • Using Vendor Keys
        • OpenAI
        • Anthropic
        • Google AI Studio
        • DeepSeek
        • MiniMax
        • Hunyuan
        • Zhipu
        • MoonShot AI
    • FAQs
  • Storage
    • Overview
    • KV
    • Blob
  • Middleware
  • AI-Native Development
    • Skills
    • MCP
  • Copilot
    • Overview
    • Quick Start
  • API Token
  • EdgeOne CLI
  • Message Notification
  • Integration Guide
    • AI
      • Dialogue Large Models Integration
      • Large Models for Images Integration
    • Database
      • Supabase Integration
      • Pages KV Integration
    • Ecommerce
      • Shopify Integration
      • WooCommerce Integration
    • Payment
      • Stripe Integration
      • Integrating Paddle
    • CMS
      • WordPress Integration
      • Contentful Integration
      • Sanity Integration
      • Payload Integration
    • Authentication
      • Supabase Integration
      • Clerk Integration
  • Best Practices
    • Adding an AI Chat Assistant to a Website
    • AI Dialogue Deployment: Deploy Project with One Sentence Using Skill
    • Using General Large Model to Quickly Build AI Application
    • Use the DeepSeek model to quickly build a conversational AI site
    • Building an Ecommerce Platform with Shopify
    • Building a SaaS Site Using Supabase and Stripe
    • Building a Company Brand Site Quickly
    • How to Quickly Build a Blog Site
  • Migration Guides
    • Migrating from Vercel to EdgeOne Makers
    • Migrating from Cloudflare Pages to EdgeOne Makers
    • Migrating from Netlify to EdgeOne Makers
  • Troubleshooting
  • FAQs
  • Limits
  • Pricing
  • Contact Us
  • Release Notes

Start with AI

The AI tools built into EdgeOne Makers, such as the Deploy MCP and AI IDE plugins, together with flexible AI context files, collectively create an intelligent development ecosystem. This ecosystem helps you deliver outstanding Web applications with greater speed and higher quality.

Using Makers MCP

MCP (Model Context Protocol) is an open protocol that enables AI models to securely interact with local and remote resources.
EdgeOne Makers Deploy MCP is a dedicated service that can quickly deploy web applications to EdgeOne Makers and generate publicly accessible links. This enables you to immediately preview and share AI-generated web content. For more details, see MCP.

Using Makers Skills

Skills is an open standard proposed by Anthropic for injecting domain-specific professional knowledge into AI Agents. Unlike MCP which runs as an independent service, Skills are directly loaded into the AI Agent's context in the form of a Markdown file.
EdgeOne Makers Deploy Skill can guide AI Agents to automatically complete the entire process of environment checks, builds, and deployments for a project. After installation, you only need to say "deploy to EdgeOne Makers" in an AI conversation to obtain a publicly accessible online URL. This Skill is compatible with all AI programming tools that support the Skills specification.

AI Context File

In Makers, AI context files serve as the bridge between you and AI IDEs (such as CodeBuddy, Cursor, Windsurf). Written in Markdown format, these files allow you to define project-specific rules, best practices, code standards, API definitions, and even business logic descriptions. By using context files, you can provide precise contextual information to the AI, ensuring that the code, suggestions, and automated operations it generates better align with your project requirements and platform characteristics.
You can download the Makers context file via this URL: pages-llms.mdc

Using Mdc Files in AI IDEs

For most AI development tools, you only need to place the pages-llms.mdc file in the project root directory as a project-level rule or set it as a global rule in the development tool.
For use in CodeBuddy: Enter the settings interface in the IDE, locate the rule tab, and add the .mdc file under project rules. For more information, view the document Using CodeBuddy IDE.
For use in Cursor: Create a .cursor/rules/ folder in the project root directory and place your .mdc file there. Or add it to the user main directory (such as ~/.cursor/rules/). For more information, view the sample code in Cursor official documentation.
For use in Windsurf: Create a .windsurf/rules/ folder in the project root directory and place your .mdc file there. Or manually add this file through the Windsurf UI. For more information, view the sample code in Windsurf official documentation.

Using Llms.Txt

You can also use llms.txt in AI conversations to share the context of Makers documentation. Typically, if the AI conversation tool supports this format, llms.txt will be referenced as a web resource context.

AI Development Assistance and Deployment Practice

The following best practice will guide you on how to collaborate with AI effectively for faster and better project development.

Optimize Prompt Content

Clear and structured prompts are key to effective communication with AI. Follow the rules below to help AI understand your intent more accurately.
Use the total score structure: First state the overall goal, then gradually refine specific requirements, such as "create a responsive blog homepage with navigation, article list and footer."
Use exact terminology: Use precise descriptions in key instructions, such as "implement a blue color scheme flat design with Tailwind CSS."
Provide existing examples: By providing existing code or design pattern examples, guide AI to generate content compliant with your style.
Continuously adjust and iterate: Try different expressions to organize prompt content for the best results caused by AI.

Refine Project Information

Provide appropriate AI context to help the AI better understand your project.
Fully utilize context files: Supplement the project structure, API interface, or business logic appropriately in pages-llms.mdc. AI IDE will automatically load these rules to ensure the generated code meets project requirements.
Write a high-quality README: This is the key entry for AI to understand the project. A clear, detailed README.md should include project introduction, technology stack, deployment guide, and key module description to help AI quickly grasp the holistic picture and provide accurate recommendations.
ai-agent
You can ask me like
How to Get Started with EdgeOne Makers?