{"id":23529899,"url":"https://github.com/foxpage/foxpage","last_synced_at":"2025-04-06T22:06:10.790Z","repository":{"id":37423501,"uuid":"446694397","full_name":"foxpage/foxpage","owner":"foxpage","description":"Open source lightweight front-end low-code framework","archived":false,"fork":false,"pushed_at":"2023-06-28T11:59:22.000Z","size":3037,"stargazers_count":200,"open_issues_count":4,"forks_count":34,"subscribers_count":10,"default_branch":"main","last_synced_at":"2025-03-30T21:06:04.049Z","etag":null,"topics":["cms","foxpage","framework","front-end","low-code","nodejs","typescipt"],"latest_commit_sha":null,"homepage":"https://foxpage.io","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/foxpage.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2022-01-11T05:51:10.000Z","updated_at":"2025-03-04T11:02:46.000Z","dependencies_parsed_at":"2024-06-18T21:33:56.858Z","dependency_job_id":"12a62718-75dd-48c3-9248-8222aaaf575d","html_url":"https://github.com/foxpage/foxpage","commit_stats":{"total_commits":46,"total_committers":2,"mean_commits":23.0,"dds":0.4347826086956522,"last_synced_commit":"4edce928116f44f4838e3a1b925a08b9a768c51b"},"previous_names":[],"tags_count":11,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/foxpage%2Ffoxpage","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/foxpage%2Ffoxpage/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/foxpage%2Ffoxpage/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/foxpage%2Ffoxpage/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/foxpage","download_url":"https://codeload.github.com/foxpage/foxpage/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247557767,"owners_count":20958047,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["cms","foxpage","framework","front-end","low-code","nodejs","typescipt"],"created_at":"2024-12-25T21:14:09.561Z","updated_at":"2025-04-06T22:06:10.766Z","avatar_url":"https://github.com/foxpage.png","language":"TypeScript","readme":"\u003cp align=\"center\"\u003e\n  \u003c!-- \u003ca href=\"https://console.foxfamily.io/page/#\"\u003e --\u003e\n    \u003cimg src=\"https://www.foxpage.io/logo.jpg\" width=\"260px\" alt=\"Foxpage logo\" /\u003e\n  \u003c!-- \u003c/a\u003e --\u003e\n\u003c/p\u003e\n\u003ch4 align=\"center\"\u003eLow-code, made simple and fast\u003c/h4\u003e\n\u003c!-- \u003cp align=\"center\"\u003e\u003ca href=\"https://console.foxfamily.io/page/#/\"\u003eTry live demo\u003c/a\u003e\u003c/p\u003e --\u003e\n\u003cbr /\u003e\n\n\u003cp align=\"center\"\u003e\n  \u003cimg src=\"https://img.shields.io/badge/node-%3E%3D14.15.1-brightgreen\" alt=\"Node Version\" /\u003e\n  \u003cimg src=\"https://img.shields.io/badge/typescript-%3E%3D4.3.0-brightgreen\" alt=\"Typescript Version\" /\u003e\n  \u003cimg src=\"https://img.shields.io/badge/yarn-1.22.5-blue\" alt=\"Yarn Version\" /\u003e\n  \u003cimg src=\"https://img.shields.io/badge/npm-%3E%3D6.14.x-blue\" alt=\"NPM Version\" /\u003e\n\u003c/p\u003e\n\nFoxpage is a lightweight front-end low-code framework.\n\nEnglish | [简体中文](./README.zh-CN.md)\n\n\u003ca href=\"https://www.foxpage.io/#/guide\" target=\"_blank\"\u003eRead the using document\u003c/a\u003e\n\n## Features\n\n- 🖥️ **Visualization**. Provides visual page editing, what you see is what you get.\n- 🏷️ **Componentized**. Provide a relatively complete component production process and componentization scheme, and the production of pages starts with the production of components.\n- 📋 **Scalable**. Strong scalability both at the technical level and at the business level.\n- 🌍 **Globalization**. Provide a set of international content management solutions.\n- 📡 **Platform**. Provides an online cooperation platform for developers, editors, operations, etc.\n\n## Project\n\n```txt\n\u003cProject Root\u003e\n  ├── packages\n  |   ├─foxpage-admin                // foxpage portal\n  │   ├─foxpage-server               // foxpage server\n  │   ├─foxpage-server-types         // foxpage types\n  │   ├─foxpage-visual-editor         // foxpage visual editor\n```\n\n## Getting Started\n\n\u003c!-- Read the Getting Started tutorial or follow the steps below: --\u003e\n\n### ⏳ Installation\n\n- (Use **yarn** to install the Foxpage (recommended). [Install yarn with these docs](https://yarnpkg.com/lang/en/docs/install/).)\n\n```shell\n$ yarn boot\n```\n\n##### Start Server\n\n```shell\n$ yarn run start-server:prod\n\n# after server start, run install script to init data\n$ yarn run init-server:prod\n\n```\n\n##### Start Portal\n\n```shell\n$ yarn run start-admin:prod\n```\n\n### 🖐 Requirements\n\n**Database:**\n\n- MongoDB \u003e= 5.0.2\n- Mongoose \u003e= 5.12.14\n\n**We recommend always using the latest version of Foxpage to start your new projects**.\n\n## Contributing\n\nPlease read our [Contributing Guide](https://www.foxpage.io/#/guide/contribute) before submitting a Pull Request to the project.\n\n## Community support\n\nFor general help using Foxpage, please refer to [the official Foxpage documentation](https://www.foxpage.io/). For additional help, you can use one of these channels to ask a question:\n\n- [GitHub](https://github.com/foxpage/foxpage) (Bug reports, Contributions)\n\n## Documentation\n\nSee our documentation live [Docs](https://www.foxpage.io/) for the Foxpage Server.\n\n- [Developer docs](https://www.foxpage.io/#/developer)\n- [User guide](https://www.foxpage.io/#/course)\n\n\u003c!-- ## Try live demo\n\nSee for yourself what's under the hood by getting access to a [Foxpage project](https://console.foxfamily.io/page/#/) with sample data. --\u003e\n\n## License\n\nSee the [LICENSE](./LICENSE) file for licensing information.\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffoxpage%2Ffoxpage","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffoxpage%2Ffoxpage","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffoxpage%2Ffoxpage/lists"}