Steedos Low-code PaaS platform is an open-source alternative to Salesforce Platform. It provides a powerful and flexible platform for building enterprise-grade applications quickly and easily.
With its intuitive drag-and-drop interface, Steedos empowers both developers and non-technical users to create custom applications without the need for extensive coding knowledge.
Metadata can be synchronized as code, version controlled, and automated. For complex business logic, front-end and back-end code can be written to implement it。
Steedos DX introduces a new way to organize your metadata and distribute your apps. You can benefit from modern collaboration technologies such as Git to version control everything across your team - your code, your org configuration, and your metadata.
Steedos enterprise can seamlessly integrating with third-party open source projects through plugins, to build an integrated PaaS platform for enterprise.
Steedos is essentially a set of npm packages that can be installed over npm.
The easiest way to install Steedos is to use the command line tool that helps you create a template project. You can run this command anywhere in a new empty repository or within an existing repository, it will create a new directory containing the scaffolded files.
npx create-steedos-app my-app
cd my-app
yarn
yarn start
or you can try the following sample projects.
💻 🎉 An awesome & curated list of best applications powered by Steedos Platform.
For more information, please refer to the official website of docs.steedos.com
From reporting bugs to proposing improvement suggestions, every contribution is worthy of appreciation and welcome. If you are going to modify the code to fix a bug or implement a new function, please create an issue first, so that we can ensure that your work is not wasted.
See Contributing Guide for how to run and build our platform source code.
Steedos Platform is licensed under the APGL 3.0. Everyone can build and distribute steedos apps for free.
If you have any questions or want to talk to other users of Steedos Platform , please jump to GitHub for discussion Click to Discuss.