
Feedback on my portfolio website?
Just shipped my portfolio. Feedback is welcome.
What's interesting is that it has an AI agent that can even DM me, browse my projects, and check comments on my blog posts, etc. The DM system itself is a gem. In DM, if I reply to the user, the user will receive the reply as a web push and also an email notification. For email, in the backend, it simply submits a Google Form with the email address, subject, and body. The Google Form app script is set up so that on every form submission it runs a script that sends the email to the form's input. Also, if you notice that in blogs there's a upvotes and comment section, but those comment sections are actually linked with a Reddit post. So basically, when I write a blog I post it both on Reddit and on my portfolio. Then it uses Reddit JSON to fetch all the upvotes, comments and discussions from Reddit to my website.