```
Can you help me make a website called is my blue your blue? I want to make a website that is in vue.js that allows one to determine the boundary between their perception of blue vs. green. It should use a golden ratio search to find the midpoint between blue and green. It should have the color be the color of the background, and it should have two buttons, blue and green. If they pick green, you should show something bluer, and vice versa.
```
It offered a starter with vue and tailwind, then I asked to add a supabase backend. I took maybe 5 hours to get the original version, which I tweaked until I got about 800 initial responses so I could show a population curve. Later I modded it with cursor to add an about section, fit a proper GLM rather than a simple golden ratio estimation method, and the d3 animation at the end.
``` Can you help me make a website called is my blue your blue? I want to make a website that is in vue.js that allows one to determine the boundary between their perception of blue vs. green. It should use a golden ratio search to find the midpoint between blue and green. It should have the color be the color of the background, and it should have two buttons, blue and green. If they pick green, you should show something bluer, and vice versa. ```
It offered a starter with vue and tailwind, then I asked to add a supabase backend. I took maybe 5 hours to get the original version, which I tweaked until I got about 800 initial responses so I could show a population curve. Later I modded it with cursor to add an about section, fit a proper GLM rather than a simple golden ratio estimation method, and the d3 animation at the end.