Mirror of https://github.com/roostorg/playground github.com/roostorg/playground
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

HTML 50.5%
CSS 46.6%
Ruby 2.4%
Other 0.5%
23 1 0

Clone this repository

https://tangled.org/roost.tools/playground https://tangled.org/did:plc:ku6pdrafvko2txpg44v6bfcp/playground
git@tangled.org:roost.tools/playground git@tangled.org:did:plc:ku6pdrafvko2txpg44v6bfcp/playground

For self-hosted knots, clone URLs may differ based on your setup.

Download tar.gz
README.md

playground#

Community demos and projects built on or from ROOST projects. Projects listed in this repo are not developed or endorsed by ROOST, and may not be intended for production use. Check each project’s documentation for details.

Project eligibility#

  • Built on, from, or to be used with an existing ROOST open source project

    • If related to online trust & safety but not a ROOST project specifically, please add it to Awesome Safety Tools) instead

    • If related to an open-weight LLM or other safety model, please see the ROOST Model Community

  • Accessible on the web, ideally with source code

Adding a project#

Projects live in _data/projects.yml. Open a pull request or file an issue to add your own project, ensuring you include:

  1. Title
  2. Description
  3. URL
  4. Tags (see existing projects for reference)

Someone from @roostorg/roosters will review and merge your pull request if approved!

Local development#

If you want to hack on this project locally, it's a fairly simple static site built with Jekyll and served by GitHub Pages.

  1. Prerequisites: you'll need to install Ruby, Bundler, and Jekyll.

  2. Project dependencies are managed as Ruby gems with Bundler. Run bundle install to get everything set up the first time.

  3. Build and serve the site locally with Jekyll using bundle exec jekyll serve, then navigate to http://localhost:4000.

    To make it accessible on your local network (e.g. to test from a mobile device), append --host 0.0.0.0, then navigate to http://your-local-ip-address:4000 from the other device.

See the GitHub docs for more information.