> For the complete documentation index, see [llms.txt](https://hellstreet.gitbook.io/hellstreet-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://hellstreet.gitbook.io/hellstreet-docs/about-the-game/hs-showcase.md).

# 🎓 HS Showcase

**As our site explains, the Showcase collects worlds created either by our own team or by members of the community using HellStreet’s creation tools. Below is a fuller announcement that explains the concept, what you’ll find in the Showcase, the kinds of results we’re seeing, and how creators and players can take part.**

#### **What the HellStreet Showcase is — concept and purpose:** <a href="#what-the-hellstreet-showcase-is-concept-and-purpose" id="what-the-hellstreet-showcase-is-concept-and-purpose"></a>

The HellStreet Showcase is a living, browsable gallery that highlights the best and most interesting virtual spaces made with HellStreet’s creator toolkit. We showcase original worlds made by community creators and our in-house teams — from intimate social lounges and immersive art installations to competitive arenas and narrative-driven experiences.

The Showcase makes it easy for players to find fresh experiences: curated lists, editor’s picks, trending maps, and genre filters (social, PvE, puzzle, music/party, experimental art).

Featured creators gain visibility, support (promotional boosts and potential grants), and direct player feedback — helping them iterate, monetize, and grow audiences. The Showcase is not a static “gallery” but an active front door to HellStreet’s ecosystem: worlds in the Showcase link to their LAND pages (if they live on a parcel), marketplace listings (for wearables or props used in the world), and creator profiles so players can follow and support the teams behind each build.

<figure><img src="/files/z5ACoQ1xfrbNN3t19uLU" alt=""><figcaption></figcaption></figure>

#### **What you’ll find in the Showcase:** <a href="#what-youll-find-in-the-showcase" id="what-youll-find-in-the-showcase"></a>

**Featured Worlds:** Weekly editorial picks that highlight a standout experience — chosen for design, originality, or community engagement.

**Trending & Popular:** Worlds that are currently getting the most visits, longest play sessions, or highest ratings.

**New Releases:** Freshly published worlds from both emerging creators and internal teams.

**Creator Spotlights:** Short interviews, dev notes, or behind-the-scenes articles that explain design choices, tools used, and development process.

**Curated Collections:** Thematic bundles (e.g., “Neon Nights,” “Festival Hubs,” “Co-op Adventures”) that help players navigate based on mood or activity.

**Playable Previews:** Most Showcase entries include a short trailer or a 2–3 minute guided demo and a “Play Now” button linking to the client / browser preview.

**Technical & Accessibility Tags:** Each listing provides runtime recommendations, controller/keyboard support, and accessibility notes so players can pick worlds that match their device and preferences.

#### Some worlds from the showcase: <a href="#some-worlds-from-the-showcase" id="some-worlds-from-the-showcase"></a>

Cursed Kingdoms:

<figure><img src="/files/X4D8KbUs6KHf7AW5utGQ" alt=""><figcaption></figcaption></figure>

**Court Room RP:**

<figure><img src="/files/sTzEOvnGwBmLOl0x8WrT" alt=""><figcaption></figcaption></figure>

{% hint style="info" %}
You can find out more details, worlds, examples and all the nuances in our Discord server, category "THE HS SHOWCASE" 🌎
{% endhint %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://hellstreet.gitbook.io/hellstreet-docs/about-the-game/hs-showcase.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
