An open API service indexing awesome lists of open source software.

https://github.com/benjamincrozat/blog-v5

Source code for Benjamin Crozat's blog.
https://github.com/benjamincrozat/blog-v5

alpine-js laravel livewire tailwind-css

Last synced: 26 days ago
JSON representation

Source code for Benjamin Crozat's blog.

Awesome Lists containing this project

README

          

# Benjamin Crozat's blog

This is the source code for my revenue-generating 25K monthly visitors [blog](https://benjamincrozat.com). It's **100% not vibe coded** BTW.

**Feel free to steal whatever you need.** But first, why don't you follow me on [X](https://x.com/benjamincrozat)?

## What to expect

- **Independently built and maintained:**
This codebase evolves organically as time allows and needs arise.

- **Production-ready Laravel code:**
Explore clean, fast, and scalable code with Actions, Jobs, Policies, and more, as well as a thoughtfully organized structure. (Basically, I'm following Laravel's best practices. No need to do more.)

- **Monetization & analytics:**
See how I implemented affiliate links, ad-blocker-resistant analytics, and outbound tracking for real revenue.

- **Beautiful admin (WIP) & user experience:**
Discover how Filament v4 powers my admin panel and how Livewire brings interactivity to my custom-made comments system and forms.

- **Automation & background jobs:**
See how I automate content, recommendations, and more using AI, queues (managed by Horizon), and scheduled tasks.

- **Cloudflare Images integration:**
Because I didn't want to develop my own image upload flow from scratch and Cloudflare Images is pretty damn good.

- **Comprehensive test suite:**
150+ tests (and I'm far to be done yet) written using Pest show how to keep features reliable and code maintainable.