Web
Modern clinic website built with Next.js 15 that stays up even when the database is unreachable.
Clinic Website is a public-facing site for a health clinic: home, about, services, service detail pages, contact and a sitemap. It is built with Next.js 15, React 19, TypeScript, Tailwind CSS and Prisma.
Its most notable trait is resilience: even when the database is unreachable, the public pages still render from fallback content. For a marketing site the worst outcome is a blank page, and this design prevents it.
postinstall step generates the Prisma client automatically.