How This Site Is Built
This isn't a Squarespace site. Everything you see here is purpose-built — the portfolio site, the live Salesforce demos, and the contact form that got a little out of hand.
The Portfolio Site (tonydegregorio.com)
Next.js with App Router, TypeScript, and Tailwind CSS. Deployed to Cloudflare Pages. Source code is public on GitHub because if you're going to claim you can architect things, people should be able to check your work.
The Experience Cloud Site
The Salesforce demos run on a live Experience Cloud LWR site in a Developer Edition org. Custom LWC components, Apex controllers, Platform Events, Queueable Apex — no templates, no drag-and-drop. The site itself is the demo.
The Over-Engineered Lead Form
A real contact form that actually captures leads. It just happens to route your name and email through a Platform Event, a trigger, a Queueable, and an approval process on the way to the database. There's also a button that deploys a drone army. It doesn't work. Code coverage was 74%.
What's Next
Agentforce agents, a Salesforce architecture configurator, a Magic 8-Ball that answers your Salesforce complaints, and a trigger framework playground. More coming — this site is a living project.