Creating Your First Site
Create a New Site
Section titled “Create a New Site”- Click the ”+” button in the sidebar, or click “Create New Site” on the welcome screen
- Enter a site name — this will be used as the directory name and local domain (e.g.,
mysitebecomesmysite.local) - Select a PHP version from the dropdown (defaults to your preferred version set in Settings)
- 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
.localdomain - Generate an SSL certificate for HTTPS
Start Your Site
Section titled “Start Your Site”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
Open in Browser
Section titled “Open in Browser”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.
Open in Your Editor
Section titled “Open in Your Editor”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.
What’s Next?
Section titled “What’s Next?”- Switch PHP versions per site
- Use WP-CLI to manage plugins, themes, and more
- Create snapshots to save and restore site state
- Set up Blaze Sync to sync with remote servers