init.

Laravel & Filament, ready in seconds.

One command. Full local stack. Zero manual config โ€” Docker, SSL, and a real subdomain on your Mac.

Install

One line. No Homebrew, no global packages, no hosts file edits โ€” the installer scaffolds everything into the current directory.

curl https://init.web.ap.it/bin/go.sh > go.sh && sh go.sh
Requirement: Docker Desktop on macOS must be running before you start.

Quick start

Three steps from an empty folder to a live local app.

01

Run the installer

Paste the install command. The script downloads itself and drives the full setup โ€” no global install needed.

curl https://init.web.ap.it/bin/go.sh > go.sh && sh go.sh
02

Name your project

Choose a subdomain. That name becomes your-name.127001.it โ€” nothing leaves your machine.

03

Open the browser

The script prints app, panel, Mailpit, MinIO, MariaDB, and Valkey endpoints. Start building.

What's included

A production-parity local environment so you can focus on features โ€” not tooling.

Laravel 13Application framework, freshly scaffolded
Filament 5Admin panel and form builder, ready to use
Laravel SailDocker-based PHP, MariaDB, Valkey, and companions
MariaDB & ValkeyDatabase and cache preconfigured
MailpitLocal email testing UI
MinIOS3-compatible local object storage
Caddy + SSLTrusted local HTTPS with no browser warnings
*.127001.itReal subdomain โ€” no /etc/hosts edits
Quality toolingPint, PHPStan/Larastan, Checkpoint, Boost, GitHub Actions CI
LarapilotSpec-driven AI workflow โ€” Boost skills published automatically

Powered by 127001.it

Every project gets a real subdomain under *.127001.it โ€” free wildcard DNS that resolves to 127.0.0.1.

Type Name Value Note
A *.127001.it 127.0.0.1 Wildcard โ€” all subdomains resolve locally

Zero setup. No accounts. Infinite subdomains. Always free. Learn more at 127001.it.

Helper scripts

Every generated project ships with a bin/ directory of day-to-day helpers.

Script Command Description
Setup sh bin/setup.sh First-run install (skip if you used the initializer)
Start sh bin/start.sh Start all Docker containers
Stop sh bin/stop.sh Stop all Docker containers
Test sh bin/test.sh Run the test suite via PHPUnit
Lint sh bin/pint.sh Fix code style with Laravel Pint
Analyse sh bin/stan.sh Static analysis with PHPStan / Larastan
Jobs sh bin/jobs.sh Start the queue worker
Cache sh bin/cache.sh Clear application caches
DB Refresh sh bin/fresh.sh Drop, migrate, and re-seed
Bash sh bin/bash.sh Shell inside the app container

Take it to production

Once the app is ready locally, deploy Laravel to any Ubuntu VPS with cipi.sh โ€” PHP-FPM, MariaDB, Nginx, Let's Encrypt, zero-downtime releases.

wget -O - https://cipi.sh/setup.sh | bash
  • Full app isolation โ€” own Linux user, PHP-FPM pool & database per app
  • Zero-downtime deploys with instant rollback via Deployer
  • Let's Encrypt SSL, Fail2ban, UFW โ€” automated
  • Multi-PHP, queue workers, S3 backups, auto-deploy webhooks
  • AI agent ready โ€” built-in MCP server for Cursor, VS Code, Claude Desktop

Deploy with Cipi

Local with init. Production with cipi.sh โ€” the same Laravel workflow, end to end.

Explore cipi.sh โ†’