Core Concepts

Learn the core concepts of Meku: how prompts turn into React + Tailwind code, project structure, AI context and iterations, and full code ownership with GitHub versioning.

The core concepts section of the docs explains how Meku works under the hood. Understanding these will help to write better prompts, manage projects, and use AI iterations effectively.

Explore the following:

How Meku Works (Prompt > Code > Export)

Meku transforms prompts into production-ready React + Tailwind code. This page explains the flow: writing prompts, generating code, previewing, refining, and exporting or deploying.

Project Structure

Every generated project follows a clean, consistent structure. Learn how project codebases are organized, where to find components, pages, and styles, and how to extend them locally.

AI Context & Iterations

Meku remembers context across prompts. This page covers how context is managed, how to refine step by step, and how to add technical context such as APIs and database schemas.

Code Ownership & Versioning

All generated code belongs to you. Learn about exporting to GitHub, managing versions with Git, rolling back changes, and ensuring long-term ownership of the codebase.

Core Concepts - Documentation | Meku.dev