logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

Create Static Sites - Jigsaw Builder for PHP | Online Free DevTools by Hexmos

Create static websites easily with Jigsaw, a PHP-based static site generator. Build blazing-fast, modern sites with Laravel's templating engine. Free online tool, no registration required.

jigsaw

A Laravel-based static site builder for PHP. More information: https://jigsaw.tighten.co.

  • Initialize a project:

jigsaw init

  • Initialize a project using a starter template:

jigsaw init {{template_name}}

  • Build the site for development:

jigsaw build

  • Preview the site from the “build_local” directory:

jigsaw serve

  • Build the site for production:

jigsaw build production

  • Preview the site from the “build_production” directory:

jigsaw serve {{build_production}}

See Also