https://jhead.github.io/dog-vision/
Vibe coded web app that converts a photo or live camera view into the color space a dog sees (supposedly).
It runs fully client-side in your browser, nothing gets uploaded to a server.
App was prototyped in Firebase Studio, exported to GitHub, and enhanced with the GitHub coding agent.
(the rest of this was written by AI)
See the world through a dog's eyes! Experience how your furry friend sees colors.
This is a NextJS application that simulates how dogs perceive colors using scientifically accurate canine vision modeling based on actual cone sensitivity research.
To get started, take a look at src/app/page.tsx.
npm install
npm run dev
This app is automatically deployed to GitHub Pages when changes are pushed to the main or master branch. The deployment is handled by a GitHub Actions workflow.