> ## Documentation Index
> Fetch the complete documentation index at: https://chameleon.voidlogger.xyz/llms.txt
> Use this file to discover all available pages before exploring further.

# Roadmap and design

> How the current documentation maps to the project roadmap and design goals.

## Current design themes

The framework is built around a few stable ideas:

* typed events
* flat-ish stores
* lighter runtime entities
* explicit REST result branching
* less raw Discord API in userland over time

## Where to read more

* [Architecture](/core-concepts/architecture)
* [REST result shape](/core-concepts/rest-result-shape)

The project roadmap currently lives in the repository root as `ROADMAP.md`.

## Important nuance

The roadmap describes direction, not perfect completion.

A few areas are already strong:

* event typing
* modal field inference
* unified button helpers across V1 and V2

Some areas are still improving:

* amount of low-level structure exposed by some builders
* consistency of ergonomics across all component types
* documentation depth versus actual exported surface area
