tiny-engine/docs
Hexqi a79c9dfc34
feat: suport mockserver file as database and add dsl-genenrator skill (#1792)
背景:当前各类软件提供CLI/MCP/Skill 让本地AI Agent能够快速接入使用已是大势所趋。 TinyEngine当前没有对外提供这类的工具或者能力,该PR主要 通过 标准Schema(JSON文件)做为桥梁,通过DSL Skill 来方便用户使用本地Agent工具来 快速生成页面/区块/应用,并同步到TinyEngine应用中。

主要特性:

file启动模式:mockserver 新增file(默认为db)启动方式,使用该模式时,mockserver接口从文件(data/**/*.json文件)中获取数据,也会更新到文件中
使用方式:项目根目录执行 pnpm dev:file
dsl-generator skill:添加项目级skill,可以在Claude Code/Cursor/OpenCode/Codex等本地Agent中使用该skill 生成页面/区块/应用的DSL到 data/**/*.json中,配合file启动模式,实现让本地AI Agent工具生成生成页面/区块/应用
2026-06-29 17:00:04 +08:00
..
about-applications docs: add documentation (#917) 2025-03-10 09:47:11 +08:00
about-designer docs: add documentation (#917) 2025-03-10 09:47:11 +08:00
about-materials docs: add documentation (#917) 2025-03-10 09:47:11 +08:00
advanced-features feat: suport mockserver file as database and add dsl-genenrator skill (#1792) 2026-06-29 17:00:04 +08:00
api docs: remove old dsl doc (#1789) 2026-03-19 19:15:33 +08:00
basic-features fix: Modify docs style (#1765) 2026-02-10 15:34:28 +08:00
changelog docs: Modify the error in the document (#1700) 2025-11-19 09:03:22 +08:00
development-getting-started fix: local dev cannot proxy online and update dev docs (#1744) 2026-01-19 10:54:31 +08:00
ecosystem-center docs: resolve expired document issues (#1704) 2025-12-18 10:54:45 +08:00
extension-capabilities-overview feat: support tailwind css (#1605) 2025-09-16 16:15:13 +08:00
extension-capabilities-tutorial docs: resolve expired document issues (#1704) 2025-12-18 10:54:45 +08:00
getting-started docs: resolve expired document issues (#1704) 2025-12-18 10:54:45 +08:00
practical-cases docs: resolve expired document issues (#1704) 2025-12-18 10:54:45 +08:00
solutions fix: local dev cannot proxy online and update dev docs (#1744) 2026-01-19 10:54:31 +08:00
tutorials docs: resolve expired document issues (#1704) 2025-12-18 10:54:45 +08:00
README.md docs: remove old dsl doc (#1789) 2026-03-19 19:15:33 +08:00
catalog.json feat: suport mockserver file as database and add dsl-genenrator skill (#1792) 2026-06-29 17:00:04 +08:00
generateCatalogMd.js docs: add documentation (#917) 2025-03-10 09:47:11 +08:00

README.md

目录

使用指南

平台开发指南

网站文档