Live Preview
Open in new tab ↗
Arin Health Agent
Web AppAbout This Project
arinhealthagent.com is the site behind my own insurance practice, and it has been rebuilt twice as my skills grew. Version one was a Django REST backend and a Next.js frontend deployed with Docker to AWS Elastic Beanstalk, handling lead capture, household member intake, and quote requests. The current version is a single Next.js app on Vercel: the home page is a conversion-focused landing page with a consultation form, plus an about page, a free-call landing page for ad traffic, and a thank-you flow. Under the hood it uses Supabase for storage, Resend for lead notification emails, Google Analytics through Next.js third-party helpers, and a small admin area protected with TOTP two-factor codes. A scheduled job drafts news articles with the Claude API for review. The site is indexed and pulls real organic traffic (analytics below).
Security & Compliance
Key Features
- Consultation form with email notifications through Resend
- Ad landing pages with conversion tracking
- TOTP-protected admin for reviewing leads and drafts
- Weekly Claude-drafted news articles for SEO
- Real organic traffic (Google Analytics screenshot below)
- Earlier version: Django REST + Next.js on AWS Elastic Beanstalk