[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"project-8750":3},{"id":4,"name":5,"fullName":6,"owner":7,"repo":5,"description":8,"homepage":9,"htmlUrl":10,"language":11,"languages":10,"totalLinesOfCode":10,"stars":12,"forks":13,"watchers":14,"openIssues":15,"contributorsCount":16,"subscribersCount":16,"size":16,"stars1d":16,"stars7d":17,"stars30d":18,"stars90d":16,"forks30d":16,"starsTrendScore":17,"compositeScore":19,"rankGlobal":10,"rankLanguage":10,"license":20,"archived":21,"fork":21,"defaultBranch":22,"hasWiki":23,"hasPages":23,"topics":24,"createdAt":10,"pushedAt":10,"updatedAt":28,"readmeContent":29,"aiSummary":30,"trendingCount":16,"starSnapshotCount":16,"syncStatus":31,"lastSyncTime":32,"discoverSource":33},8750,"tiny-engine","opentiny\u002Ftiny-engine","opentiny","TinyEngine is a low-code engine based on which you can build or develop low-code platforms in different domains\u002FTinyEngine是一个低代码引擎，基于这个引擎可以构建或者开发出不同领域的低代码平台","https:\u002F\u002Fopentiny.design\u002Ftiny-engine",null,"Vue",2728,475,38,104,0,1,7,30.03,"MIT License",false,"develop",true,[25,26,27,7,5],"frontend","lowcode","lowcode-engine","2026-06-12 02:01:57","\u003Cp align=\"center\">\n  \u003Ca href=\"https:\u002F\u002Fopentiny.design\u002Ftiny-engine\" target=\"_blank\" rel=\"noopener noreferrer\">\n    \u003Cimg alt=\"OpenTiny Logo\" src=\"logo.svg\" height=\"100\" style=\"max-width:100%;\">\n  \u003C\u002Fa>\n\u003C\u002Fp>\n\n\u003Cp align=\"center\">TinyEngine enables developers to customize low-code platforms, build low-code platforms online in real time, and support secondary development or integration of low-code platform capabilities.\u003C\u002Fp>\n\n[![Ask DeepWiki](https:\u002F\u002Fdeepwiki.com\u002Fbadge.svg)](https:\u002F\u002Fdeepwiki.com\u002Fopentiny\u002Ftiny-engine)\n\nEnglish | [简体中文](README.zh-CN.md)\n\n🌈 Features:\n\n- Cross-end cross-frame front-end components\n- Supports online real-time construction, secondary development, or being integrated.\n- Directly generate deployable source code without engine support.\n- Allows access to third-party components and customized extension plug-ins.\n- Supports high-code and low-code, and hybrid development and deployment of applications.\n- The platform accesses LLM capabilities to help developers build applications.\n\n## Documentation\n\n- intro：https:\u002F\u002Fopentiny.design\u002Ftiny-engine#\u002Fhome\n- tutorial：https:\u002F\u002Fopentiny.design\u002Ftiny-engine#\u002Fhelp-center\u002Findex\n- playground：https:\u002F\u002Fopentiny.design\u002Ftiny-engine#\u002Ftiny-engine-editor\n\n## Usage\n\n### Environment Setup\n\n- Install Node.js 18+\n\n- Install pnpm 9+\n\n```sh\n$ npm install -g pnpm\n```\n\n### Create Low-Code Platform using CLI\n\n```sh\n# Create low-code platform\n$ npx @opentiny\u002Ftiny-engine-cli@latest create-platform \u003Cname>\n# Enter the low-code platform directory\n$ cd \u003Cname>\n# Install dependencies\n$ pnpm install\n```\n\n### Local development: Start the local mock server and use the mock data of the local mock server.\n\n> The mock server included with the created low-code platform only provides basic backend mock functionality. If you need to experience the complete backend service capabilities, please refer to the Java backend startup instructions below.\n\n```sh\n$ pnpm dev\n```\n\n### Local Development with Java Backend\n\nJava backend repository: https:\u002F\u002Fgithub.com\u002Fopentiny\u002Ftiny-engine-backend-java\n\nStart Java backend for frontend-backend integration:\n\n[Frontend-Backend Integration Documentation](https:\u002F\u002Fdocs.opentiny.design\u002Ftiny-engine\u002Fdev\u002Fdebugging-of-java-backend)\n\n### Materials Synchronization [Solution](https:\u002F\u002Fdocs.opentiny.design\u002Ftiny-engine\u002Fdev\u002Fmaterial-sync-solution)\n\n```sh\n$ pnpm splitMaterials\n```\n\n```sh\n$ pnpm buildMaterials\n```\n\nOpen a browser: `http:\u002F\u002Flocalhost:8080\u002F?type=app&id=1&tenant=1&pageid=1`\n`url search` Parameters:\n\n- `type=app` Application type\n- `id=xxx` Application ID\n- `tenant=xxx` Organization ID\n- `pageid=xxx` Page ID\n\n## Build\n\n```sh\n# Build Designer\npnpm run build:alpha or build:prod\n```\n\n## Milestones\n\n```mermaid\ngantt \ndateFormat YYYY-MM-DD\naxisFormat %Y-%m-%d\n\n1.0.0-beta.x version : 2023-09-25, 2024-05-20\n1.0.0-rc version(refactor version) : 2024-10-01\n1.0.0 version : 2024-11-01\n2.0.0 version : 2024-12-16\n2.1.0 version : 2025-01-02\n2.2.0 version : 2025-02-19\n2.3.0 version : 2025-03-14\n2.4.0 version : 2025-04-07\n2.5.0 version : 2025-05-15\n```\n\n## 🤝 Participation and Contribution\n\nIf you are interested in our open source project, please join us! 🎉\n\nPlease read the [Contribution Guide](CONTRIBUTING.md) before participating in the contribution.\n\n- Add official assistant WeChat opentiny-official and join the technical exchange group\n- Join the mailing list opentiny@googlegroups.com\n\n## ❤️ Acknowledgments\n\nThanks to all the developers who have contributed to TinyEngine!\n\n\u003Cp align=\"center\">\n  \u003Ca href=\"https:\u002F\u002Fgithub.com\u002Fopentiny\u002Ftiny-engine\u002Fgraphs\u002Fcontributors\" target=\"_blank\">\n    \u003Cimg alt=\"Contributors\" src=\"https:\u002F\u002Fcontrib.rocks\u002Fimage?repo=opentiny\u002Ftiny-engine\">\n  \u003C\u002Fa>\n\u003C\u002Fp>\n\n## License\n\n[MIT](LICENSE)","TinyEngine 是一个低代码引擎，基于此引擎可以构建或开发不同领域的低代码平台。其核心功能包括支持在线实时构建、二次开发或集成低代码平台能力，能够直接生成可部署的源代码而无需引擎支持，并允许接入第三方组件和自定义扩展插件。此外，它还支持高代码与低代码混合开发及部署应用，并通过接入大语言模型能力来辅助开发者构建应用程序。TinyEngine 适用于需要快速搭建前端界面、实现跨端跨框架组件复用以及进行灵活定制化开发的场景。",2,"2026-06-11 03:19:36","top_language"]