> 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/info/game-engine/roadmap.md).

# 🗺️ Roadmap

**HellStreet’s roadmap is built around one central idea: the project should grow as a platform, not just as a game. That means each stage of development has to support both world-building and live operations, while also improving the creator economy, social systems, marketplace structure, and technical stability. The roadmap is therefore organized around practical milestones that build toward a more complete, scalable, and community-driven ecosystem.**

<figure><img src="/files/5UPOfobml4o6NcCdNXWc" alt=""><figcaption></figcaption></figure>

#### Completed / Foundation Phase <a href="#completed-foundation-phase" id="completed-foundation-phase"></a>

* The foundation phase focused on building the core product identity and establishing the systems needed for future growth. This includes the initial game concept, early world design, the creation of HellStreet Create, and the first versions of the social and marketplace structure. During this phase, the project also defined its visual language, urban theme, and the overall direction of the ecosystem.
* At this stage, the most important goal was not breadth but coherence. The team needed to ensure that the platform had a clear identity, a consistent experience, and enough technical structure to support future expansion. Foundation work also included early infrastructure, asset workflows, account systems, and the first creator-facing concepts.

#### Current Phase — Platform Expansion <a href="#current-phase-platform-expansion" id="current-phase-platform-expansion"></a>

* The current stage of the roadmap is centered on expanding HellStreet from a strong core into a broader platform. This means improving content creation tools, refining publishing workflows, expanding the number of supported worlds, and making the social and economic systems more usable for both players and creators.
* A major part of this phase is improving the experience of HellStreet Create. The goal is to make world building smoother, faster, and more accessible without lowering the quality of the final product. At the same time, the team is working on strengthening the marketplace, improving the discoverability of worlds, and making community participation more visible through showcase content and featured experiences.

{% tabs %}
{% tab title="Near-Term Goals" %}
The next stage of the roadmap focuses on strengthening the first complete loop of the platform: discover, enter, play, create, publish, and earn. That includes better onboarding, more stable world deployment, improved asset handling, and more polished community-facing features.\
Another major priority is content density. A platform like HellStreet becomes more valuable when it has a steady flow of interesting worlds, events, and creator output. Near-term development therefore focuses on helping creators launch more quickly, helping players discover more meaningful experiences, and helping the ecosystem feel active rather than static.
{% endtab %}

{% tab title="Mid-Term Goals" %}
In the middle stage of the roadmap, HellStreet expands into a more mature metaverse structure. This is where larger-scale social systems, more advanced monetization options, broader marketplace support, and more sophisticated world categories become important. The platform should begin to feel less like a single project and more like a living network of connected spaces.\
This phase also emphasizes live operations. That means improving support for events, seasonal content, world showcases, creator spotlights, and social activities that give the project long-term momentum. As the project matures, the focus shifts from simply adding features to making the platform sustainable and repeatable.
{% endtab %}

{% tab title="Long-Term Goals" %}
The long-term roadmap is about making HellStreet a durable digital ecosystem with strong creator activity, persistent identity, and a recognizable world structure. At this level, the platform should support a wide variety of experiences without forcing every world into the same pattern. The system should be flexible enough for creators to experiment, but structured enough for users to trust and return.\
Long term, the project aims to deepen the relationship between ownership, creativity, and social interaction. That means stronger item utility, better creator monetization, richer showcase systems, and more ways for users to build a reputation inside the world. The end goal is a platform where each part of the ecosystem feeds the next: players discover worlds, creators publish more content, landowners host more experiences, and the economy keeps circulating value in a healthy way.
{% endtab %}
{% endtabs %}

#### **Roadmap Principles** <a href="#roadmap-principles" id="roadmap-principles"></a>

*HellStreet’s roadmap follows a few simple principles. First, functionality matters more than hype: new features should be stable, understandable, and genuinely useful. Second, creator tools are a priority because long-term growth depends on what the community can build. Third, the economy must remain transparent enough for users to trust it. And finally, the platform should always feel like HellStreet — urban, social, creative, and alive*.

{% hint style="info" %}
**In summary** , the roadmap is not just a list of features. It is the sequence that turns HellStreet from a concept into a full ecosystem. Each stage is meant to strengthen the platform’s foundations, expand its creator economy, improve user engagement, and move the project toward a more complete metaverse experience. If the entities define what HellStreet is, the roadmap defines how it grows.
{% 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/info/game-engine/roadmap.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.
