MATT CORWIN

Person standing in front of a tree

I am a Full Stack Developer and lifelong learner. I've been building with Typescript, NodeJs, and React on AWS, and I'm always learning new tech. Check out a couple of my hobby projects below!

Logo for Olive Voice, AI Answering Service

Olive Voice is an AI answering service that I built to test the latest in low latency voice-to-voice AI (which takes the voice to text and text to voice translations out of the equation). It is built on AWS with NextJs for the UI and a containerized Express server for the backend. I am really proud of the onboarding flow, where a user can train the agent on their business's website and get a phone number to test the agent in under 2 minutes.

Gift search website with robot

I built Find Gifts For to play with ChatGPT. It is built on AWS, hosted from S3, and backed by Lambda and DynamoDB. I cached over 16,000 ChatGPT responses for faster response times, which was a major challenge. It is a static site built with Gatsby.

Language learning website with rabbit

FaloFofo (no longer in operation) was a site for selling digital education products. It was deployed to AWS and integrated with Stripe for payment, relying on AWS Lambda for the back end communication. I utilized S3 presigned URLs to deliver the products, and deploy with a CI/CD pipeline automatically from Github.