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

# Roadmap

### Phase 1 - Studio v1 ✅

The foundation is live.

* Trim + aspect crop
* Static & karaoke captions
* Image overlays
* MP4 / MP3 export
* Wallet auth + project vault
* URL import (YouTube, TikTok, Instagram, Facebook)

***

### Phase 2 - Token launch 🔄

Building the economic layer.

* `$SHORT` TGE on Robinhood Chain
* Wallet connect (ETH / Solana / Robinhood / BNB)
* Tier-gated feature enforcement
* Public beta with cloud vault
* Fiat + crypto payment rails for tier unlock
* Balance refresh and tier UI

***

### Phase 3 - Creator suite 📋

The tools power users demand - plus the ecosystem and income layer.

* Split clips (multi-segment export)
* Auto-reframe (face/object tracking)
* Platform export presets (Shorts, Reels, TikTok)
* Font pack + stroke & shadow for captions
* AI auto-caption / ASR
* Crypto-tailored AI (Web3 data in captions and overlays)
* Smart contract integrations (any supported-chain contract)
* Image overlay start/end timing
* Revenue share and Founders club launch
* First project partnership whitelists
* Content creator pool (paid clip delivery)

***

### Phase 4 - Intelligence & distribution 🔮

Platform scale, AI depth, one-click publishing, and creator passive income at scale.

* **Multi-Platform Publish** - connect social accounts, submit to all or selected platforms in one click
* Platform export validation per destination (TikTok, Reels, Shorts, X)
* Scheduled cross-platform posting
* Multi-chain and platform expansion
* Heavy AI integration (smart highlights, trend templates, launch-day automation)
* Web3 data pipeline (live on-chain feeds into clip generation)
* Public API access and SDK (generate + publish programmatically)
* Template marketplace (creator passive royalties)
* Founders club upgrades and governance
* Enterprise partnerships and white-label

***


---

# 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://docs.shortify.wtf/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.
