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

# Roadmap

> cod3r.ai launched in February 2026 and ships daily improvements. The platform is live — what you see below is real progress, not a promise.

{% stepper %}
{% step %}
*<mark style="color:purple;">**February 11–12, 2026 -**</mark>**&#x20;**<mark style="color:$success;">**Shipped**</mark>*\
**Platform Launch**

* Platform goes live
* Free / Pro / Ultra plans
* Crypto payments USDT/USDC
* Wallet-based auth
* AI app generation v1
* Real-time preview
* Custom domains
* @cod3rAi Twitter launched
  {% endstep %}

{% step %}
*<mark style="color:purple;">**February 13, 2026 -**</mark>**&#x20;**<mark style="color:$success;">**Shipped**</mark>*\
**Performance Update**

* Faster AI response
* Lower generation latency
* More stable backend builds
* Improved deploy reliability
  {% endstep %}

{% step %}
*<mark style="color:purple;">**February 15, 2026 -**</mark>**&#x20;**<mark style="color:$success;">**Shipped**</mark>*\
**Referral Program Live**

* Referral program launched
* Earn credits per invite
* No limits on referrals
  {% endstep %}

{% step %}
*<mark style="color:purple;">**Now — Q2 2026 -**</mark>**&#x20;**<mark style="color:$warning;">**In Progress**</mark>*\
**Growth & Token Preparation**

* Daily platform improvements
* Community growth
* $COD3R tokenomics design
* Token distribution finalization
  {% endstep %}

{% step %}
*<mark style="color:purple;">**Q2 2026**</mark>*\
\&#xNAN;**$COD3R Token Launch**

* $COD3R Launch
* Token-gated features live
* Staking & revenue sharing
* Governance module
  {% endstep %}

{% step %}
*<mark style="color:purple;">**Q3 2026 — 2027**</mark>*\
**Scale**

* Enterprise / white-label
* Mobile app
* SDK & API
* More chain support
* DAO governance live
* Marketplace v1
* Apps Security Audit
  {% endstep %}
  {% endstepper %}

{% hint style="success" %}
The team ships updates continuously. Follow [@cod3rAi on X](https://x.com/cod3rAi) for daily progress updates.
{% 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://cod3r.gitbook.io/cod3r-documentation/project/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.
