📄️ Creating an app
Coral is currently in an early experimental stage, and an official CLI tool for scaffolding new applications is under development. In the meantime, developers can create a new Coral-based application manually by following a simple process. This section outlines how to set up a starter application using the core framework files and get the development server running.
📄️ Project Structure
Coral follows a minimal and predictable project structure designed for fullstack applications built with React. The layout is intentionally simple to reduce cognitive overhead while supporting scalable routing, static asset handling, and backend logic via server functions or simple API routes.