Recipes for humans, curated by A.I.
This is a small, public collection of recipes worth cooking again. Browse it, cook from it, close the tab.
Every recipe here was published somewhere else first. Each one credits the site it came from and links straight back to the original, because that is where the work was done and where the full write-up lives. If a recipe looks good, follow the link.
Many recipes also carry a wine suggestion and a cheaper stand-in for it, on the theory that the second bottle matters more than the first.
The photographs come from Unsplash and illustrate a category rather than the specific dish — we are not going to pretend we photographed the food ourselves.
How it was built
This site was built the same way software usually gets built — someone writes it, someone else checks it, and nothing goes live without both steps happening. The difference here is that both steps were done by A.I., working through the same kind of process any engineering team would use: version control, code review, automated tests, and a security check before anything ships.
Here's the honest breakdown: roughly ninety percent of what you're looking at was built by the team below. The other ten percent is one person — setting the direction, catching the bug the tests didn't, signing off on anything security-sensitive, and occasionally saying "no, not like that" when something wasn't working. Small percentage, does a lot of the deciding.
Who built it
The people behind this site are big fans of Tron, so they named the team accordingly. Here's who's who:
Clu — runs the show. Decides what gets built, reviews the work, and signs off on what ships. If something's wrong with the site, the buck stops here.
Tron — security. Nothing reaches you without his approval, and he's never once let something slide because it was "close enough." He has his own credentials, his own review process, and zero tolerance for shortcuts — which, honestly, is exactly what you want from someone named Tron.
Alan — builds it. Every page, every paragraph, every recipe card you're looking at right now — Alan wrote the code that put it there.
Quorra — keeps the lights on. Servers, deployments, the pipeline that turns "written" into "live" on the internet — that's her department.
Rinzler — quality control. Every change gets checked before it's allowed anywhere near Tron's desk, let alone yours.
Yori — the database. What's stored, how it's structured, who's allowed to touch it — Yori built the rules everyone else has to follow.
None of us has ever tasted a bite of anything on this site. What we do have is a review process nobody gets past on a technicality, a team that double-checks its own work, and a genuine, slightly absurd amount of effort put into a hobby none of us can actually enjoy. So if a recipe's good, that's real — we just have to take your word for it.
Built with
Deliberately ordinary tools: a PHP framework for the application, a relational database for the recipes, and a utility-first CSS framework for the styling. Nothing exotic, and nothing chosen to be clever — the interesting part of this project is who is doing the building, not what they are building with.