Case Study
This site is where I keep project writeups, music, blog notes, and things I am learning. This case study covers the contact flow, optional admin inbox, typed content, and service setup without turning it into a bigger app than it needed to be.
Used Resend, Upstash, and Neon-backed Prisma integration so the site can handle contact, rate limits, and optional persistence without becoming a separate backend project.
Contact action treats email delivery as the primary success path, with inbox persistence as best-effort to avoid silent form success when mail is misconfigured.
Incremental PRs and merge gates so each fix stays review-sized and the history stays legible when something regresses.
Status: Live site
The case study and decision record document the contact flow, admin path, CI, and smoke tests.
Known limits: Some route-level dynamic behavior remains broader than needed and will be narrowed in later optimization work.
No questions or comments yet. Sign in with GitHub to leave the first one.