{"id":42219774,"url":"https://github.com/code16/ozu-demo","last_synced_at":"2026-01-27T01:37:26.409Z","repository":{"id":321224806,"uuid":"753739735","full_name":"code16/ozu-demo","owner":"code16","description":null,"archived":false,"fork":false,"pushed_at":"2026-01-23T12:56:10.000Z","size":1437,"stargazers_count":0,"open_issues_count":2,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-01-24T03:53:39.424Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/code16.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2024-02-06T17:49:14.000Z","updated_at":"2026-01-23T12:56:13.000Z","dependencies_parsed_at":"2025-10-28T15:11:05.277Z","dependency_job_id":"2e50d69d-5669-4eee-8b6b-d153cf587929","html_url":"https://github.com/code16/ozu-demo","commit_stats":null,"previous_names":["code16/ozu-demo"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/code16/ozu-demo","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/code16%2Fozu-demo","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/code16%2Fozu-demo/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/code16%2Fozu-demo/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/code16%2Fozu-demo/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/code16","download_url":"https://codeload.github.com/code16/ozu-demo/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/code16%2Fozu-demo/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28795470,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-27T01:07:07.743Z","status":"ssl_error","status_checked_at":"2026-01-27T01:07:06.974Z","response_time":59,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2026-01-27T01:37:25.384Z","updated_at":"2026-01-27T01:37:26.404Z","avatar_url":"https://github.com/code16.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Ozu Demo Project\n\nThis repository is a demonstration project showcasing how to build a static site with dynamic content using the [Ozu client](https://github.com/code16/ozu-client) for Laravel. Explore the live demo at: [https://demo.ozu.code16.fr](https://demo.ozu.code16.fr)\n\n---\n\n## Table of Contents\n\n* [Features](#features)\n* [Prerequisites](#prerequisites)\n* [Try Ozu with this project](#try-ozu-with-this-project)\n* [Local Development](#local-development)\n* [Deployment](#deployment)\n* [Technologies](#technologies-used-in-this-demo-project)\n\n---\n\n## Features\n\n* **Dynamic Content** powered by Ozu, a content managment platform leveraging our open-source  Laravel CMS ([Sharp](https://github.com/code16/sharp)) integrated via the [ozu-client package](https://github.com/code16/ozu-client)\n* **Static Site Generation** is **fully handled** by Ozu for fast, secure, and cache-friendly delivery\n* **Come as you are**: use your back and frontend stacks to develop static\n\n---\n\n## Prerequisites\n\n* PHP 8.3+\n* An Ozu account (beta access, feel free to contact us, we're looking for beta testers)\n\n---\n\n## Try Ozu with this project\n\n1. **Clone the repository**\n\n   ```bash\n   git clone https://github.com/dvlpp/ozu-demo.git\n   cd ozu-demo\n   ```\n\n2. **Install PHP dependencies**\n\n   ```bash\n   composer install\n   ```\n\n3. **Install frontend dependencies**\n\n   ```bash\n   npm install\n   ```\n\n4. **Environment configuration**\n\n   ```bash\n   cp .env.example .env\n   php artisan key:generate\n   ```\n\n5. **Configure Ozu credentials** in your `.env`:\n\n   ```dotenv\n   OZU_API_KEY=your_api_key\n   OZU_WEBSITE_KEY=your_website_key\n   OZU_API_HOST=https://ozu.code16.fr/\n   ```\n\n---\n\n## Local Development\n\nRun the built-in server for frontend development:\n\n```bash\ncomposer run dev\n```\n\n---\n\n## Deployment\n\n1. **Connect your GitHub repo** via the Ozu dashboard.\n2. **Install the Ozu GitHub App** and grant read-only access.\n3. **Provision a Netlify site** or your own VPS via an SSH access.\n4. **Add content to your website** from Ozu's CMS.\n5. **Trigger a deploy** from the Ozu dashboard.\n\n\u003e See [Ozu](https://ozu.code16.fr) for more details.\n\n---\n\n## Technologies used in this demo project\n\n* **Laravel** (PHP Framework)\n* **[ozu-client](https://github.com/code16/ozu-client)** (Ozu integration package) \n* **Tailwind CSS**\n* **Vite**\n* **Alpine.js**\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcode16%2Fozu-demo","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcode16%2Fozu-demo","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcode16%2Fozu-demo/lists"}