The Upstart SDK encompasses the core functionality for the Upstart templates. Based on standard web technologies (HTML, CSS, JS), it provides a set of components, utilities, and tools to assist you in creating templates that are responsive, accessible, and easy to customize and use.
Visit https://upstart.gg to try the Upstart Editor and create your own website for free.
Please visit the documentation at https://developers.upstart.gg
Visit https://developers.upstart.gg/contribute.html for more information on how to contribute to the Upstart SDK.
Run pnpm dev
at the root of the monorepo and this will build and watch the SDK for changes.
If you want to test the SDK in the template example, you'll also need to run pnpm dev
in the
packages/template-example
directory.
Run pnpm changeset
to create a new changeset and push it to your pull request branch.
Run pnpm docs:dev
at the root of the monorepo to start the documentation server.
Edit the markdown files in the docs
directory to make changes to the documentation.
This project is licensed under the AGPL License v3 - see the LICENSE file for details.
Can I use the Upstart SDK in a proprietary website?
While the Upstart SDK is licensed under the GNU Affero General Public License (AGPL), users can still build proprietary websites using it. However, there are some key considerations:
- The AGPL doesn't restrict the use of the library in proprietary websites.
- If the website simply uses the library without modifying it, there's no obligation to release the website's source code.
- However, if the website modifies the AGPL-licensed library, those modifications must be made available under the AGPL.
- The AGPL has a "network use" clause: If the modified library is used to provide a service over a network (like a web application), the source code of the modified library must be made available to users of that service.
- This doesn't mean the entire website code needs to be open-sourced, just the modifications to the AGPL-licensed library.