Overview
Creates the initial Applad project structure in the current directory. This command generatesapplad.yaml, the orgs/ directory tree, a .gitignore that excludes all .env files, and an initial .env.example at the instance level. Run this once when starting a new Applad project.
Usage
Options
Start from a pre-built scaffold instead of a blank slate. Available templates:
saas- Includes auth, multi-tenancy, billing tables, and common messaging templatesapi- A leaner REST-only setupcms- Adds content tables and hosting configminimal- The absolute bare minimum to get started
Examples
Initialize with default minimal template
Initialize with SaaS template
Initialize with API template
Initialize with CMS template
What Gets Created
applad.yaml- Main configuration fileorgs/- Organization directory tree.gitignore- Configured to exclude.envfiles.env.example- Template for environment variables