A pastel kawaii love page: a cute bunny π° and puppy πΆ couple, a "Happy One Month" message, and a secret tickle-to-letter moment.
Dear A, and a big space to write.
Typing auto-saves to the device (localStorage), so the letter is still
there next time. "Seal it with a kiss π" tucks it away.index.ts β Hono server (serves shell + assets)
frontend/
root.tsx β HTML shell (fonts, title, favicon)
favicon.svg β heart icon
index.tsx β React entrypoint
components/
App.tsx β screen flow + background
Intro.tsx β the couple + "happy one month" + tickle
Pet.tsx β the bunny & puppy SVG characters
Letter.tsx β the letter-writing page
Intro.tsx.App.tsx; character colors in Pet.tsx.index.ts + a sqlite import.