Project 6 — Contact
If you have an idea, project, or partnership in mind, it would be a pleasure to talk with you.
The Smart Contact Hub is a full stack solution for contact forms with robust validation on both the frontend and backend. The system processes submissions asynchronously, sends emails with responsive HTML templates via Nodemailer, and stores a history of received messages.
Spam protection is handled in two layers: reCAPTCHA v3 on the frontend (frictionless for the user) and rate limiting via Express on the backend. All data is sanitized before processing to prevent code injection. The endpoint accepts CORS requests only from authorized origins.
Email sending with responsive HTML templates and automatic confirmation for the sender.
Bot protection without friction for the user — invisible risk assessment in the background.
REST API with rate limiting middleware, origin validation, and data sanitization.
Automatic deployment via Git with secure environment variables and HTTPS domain included.
Ready to see the project in action?
Talk to Me