Marketing site for Crontinel, focused on background job and cron monitoring for Laravel. Built with Astro and deployed to Cloudflare Pages at crontinel.com.
npm install
npm run dev # starts dev server at localhost:4321
npm run build # production build → dist/
npm run preview # preview the production build locallyDeployed automatically via Cloudflare Pages on push to main.
| Repo | Description |
|---|---|
| crontinel/landing (this repo) | Marketing site at crontinel.com |
| crontinel/app | SaaS dashboard, sign up at app.crontinel.com |
| crontinel/docs | Product documentation at docs.crontinel.com |
| crontinel/laravel | OSS Laravel package on GitHub |