All projects
Redon Tech website homepage and an Emergency Vehicle Creator editor preview

Cannibal

Creator and frontend engineer / 2026

  • Astro
  • React
  • TypeScript
  • Tailwind
  • Turborepo

Cannibal is the current Redon Tech website mono-repo and the shared base for its project pages. I made it after maintaining the same navigation, styles, cards, and deployment setup in several small sites.

One site to maintain

Astro handles the pages and React handles the interactive parts. Using Astro’s data features to handle projects. Each one supplies its name, summary, links, features, type, and technology tags; the site decides how to display them.

The repository uses pnpm workspaces and Turborepo. The main app and shared UI package live together, so a component or style change can reach the home page and every project page in the same update. The site also has one container build and one formatting setup.

For visitors, Cannibal gives Redon Tech one clear identity and one place to browse its tools. For me, it replaces a group of sites that repeated the same work and drifted apart over time.

Fun fact: the site you are currently viewing is built with Cannibal.