Skip to content

Creating Your First Site

  1. Click the ”+” button in the sidebar, or click “Create New Site” on the welcome screen
  2. Enter a site name — this will be used as the directory name and local domain (e.g., mysite becomes mysite.local)
  3. Select a PHP version from the dropdown (defaults to your preferred version set in Settings)
  4. Click “Create Site”

Blaze will:

  • Create a new directory in ~/Sites/ (or your configured default path)
  • Set up a MariaDB database for the site
  • Download and install WordPress
  • Configure Nginx with your custom .local domain
  • Generate an SSL certificate for HTTPS

After creation, click “Start” on the site card in the sidebar. Once started:

  • The site status dot turns green
  • Your site is accessible at https://yoursite.local

Click the domain name on the site detail view to open your site in the default browser. Or click “WP Admin” to go straight to the WordPress dashboard.

Right-click a site in the sidebar or use the IDE button to open the site files in your preferred code editor (VS Code, Cursor, PhpStorm, or Sublime Text). Set your default editor in Settings.