GDPR-compliant cookie consent banner for Ruby on Rails 8.
Several of my personal projects — sortirauresto.com, planango.com, voices.live, and bookscovery.com — needed a straightforward way to handle cookie consent. I looked for an existing gem but couldn't find one that was both actively maintained and simple enough to drop in without a lot of hassle. Most were either abandoned or brought more complexity than the problem warranted.
So I built one.
The gem was written with Claude Code. A full specification was written first and used to drive the implementation. The spec is available in the repository, alongside the source code, tests, and documentation.