Skip to main content

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.