code16 / ozu-client
Companion package for Ozu projects (https://ozu.code16.fr)
Requires
- php: 8.4.*|8.5.*
- ext-zip: *
- code16/embed: ^3.0
- code16/laravel-content-renderer: ^1.1.0
- code16/pint-config: ^1.2
- guzzlehttp/guzzle: ^7.5
- illuminate/contracts: ^12.0|^13.0
- intervention/image-driver-vips: ^1.0
- intervention/image-laravel: ^1.0
- jcupitt/vips: ^2.6
- laravel/prompts: ^0.3.18
- spatie/laravel-package-tools: ^1.14.0
- spatie/laravel-sluggable: ^3.6
Requires (Dev)
- laravel/pint: ^1.0
- nunomaduro/collision: ^8.0
- orchestra/testbench: ^10.0|^11.0
- pestphp/pest: ^3.0|^4.0
- pestphp/pest-plugin-arch: ^3.0|^4.0
- pestphp/pest-plugin-laravel: ^3.0|^4.0
- spatie/laravel-ray: ^1.26
This package is auto-updated.
Last update: 2026-06-05 09:46:29 UTC
README
Client companion for Ozu
Ozu provides a simple and powerful tool to build static websites with dynamic content using your favorite Laravel stack.
The project is in private beta for now, but you can request access here: ozu.code16.fr. You can also refer to this blog post to learn more about the project.
Why Ozu?
For many projects, static websites are an ideal fit: they are fast, secure, and easy to maintain. However, they often lack easy content management, can be complex to deploy, and might require a different stack than a regular Laravel project.
Ozu addresses these issues by allowing you to build your website as a regular Laravel project and deploy it as a static website to Netlify or any other server.
As a bonus, Ozu provides a dedicated CMS for your customers to manage their website content without compromises.
Documentation
You can find the documentation at ozu.code16.fr/docs.
