makers-recipes

Installation
SKILL.md

Common Recipes

Project structure templates for typical EdgeOne Pages applications.

Full-stack app — Node.js (static + API)

my-app/
├── index.html              # Frontend
├── style.css
├── script.js
├── cloud-functions/
│   └── api/
│       ├── users.js        # GET/POST /api/users
│       └── users/[id].js   # GET/PUT/DELETE /api/users/:id
└── package.json
Installs
20
GitHub Stars
1.8K
First Seen
Jun 20, 2026
makers-recipes — tencentedgeone/edgeone-pages-skills