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

# How the stack is chosen

> Mythex does not use a template picker — the agent chooses a stack from your prompt (default Vite + React + TypeScript).

# How the stack is chosen

Mythex does **not** show a template picker (Node / Python / Next.js / Static / Expo). When you create a project, you describe what you want; the **agent chooses the stack** from that prompt and sets up the repo accordingly.

## Default

If you do not specify a framework, the agent typically starts from a modern web default (**Vite + React + TypeScript + Tailwind**) and evolves the project as you chat.

## Prefer a specific stack?

Say it in the first prompt, for example:

* “Use **Next.js** App Router”
* “Plain **static HTML/CSS/JS** landing page”
* “**Python** FastAPI backend with a simple React front”

You can still ask the agent to migrate later, but naming the stack early saves tokens.

## Related

* [Your first project](/getting-started/first-project)
* [What you can build](/introduction/what-you-can-build)
* [Effective prompts](/prompting/effective-prompts)
