A small multi-page demo site for contact-api, built with Vite and TypeScript. It provides simple UI demos for testing the /api/contact endpoint with both Nodemailer and Resend providers.
- npm
- Node.js 18+
# Clone Contact API Demo
git clone https://github.com/contact-api/demo.git
cd contact-api-demonpm installnpm run dev # http://localhost:5173
npm run build # Production Vite build
npm run preview # Preview production buildMIT License - see LICENSE for details.


