Skip to content

Upstart SDK for the Upstart platform. Develop beautiful single page websites easily.

License

Notifications You must be signed in to change notification settings

upstart-gg/upstart

Repository files navigation

Upstart SDK

Upstart SDK

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.

Get your Upstart website

Visit https://upstart.gg to try the Upstart Editor and create your own website for free.

Develop templates for Upstart

Please visit the documentation at https://developers.upstart.gg

Contributing

Visit https://developers.upstart.gg/contribute.html for more information on how to contribute to the Upstart SDK.

SDK Development

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.

Releasing new versions

Run pnpm changeset to create a new changeset and push it to your pull request branch.

Documentation Development

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.

License

This project is licensed under the AGPL License v3 - see the LICENSE file for details.

FAQ

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:

  1. The AGPL doesn't restrict the use of the library in proprietary websites.
  2. If the website simply uses the library without modifying it, there's no obligation to release the website's source code.
  3. However, if the website modifies the AGPL-licensed library, those modifications must be made available under the AGPL.
  4. 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.
  5. This doesn't mean the entire website code needs to be open-sourced, just the modifications to the AGPL-licensed library.