Jigsaw transforms your Blade templates into static HTML, making it ideal for projects needing performance and security. You'll primarily work with `.blade.php` files in your `source` directory and can use commands like `php jigsaw build production` to generate your site.
Build simple, fast static websites using Laravel's Blade templating engine.
Developers familiar with Laravel who want to create static sites without the overhead of a full framework.