I got bored of the usual developer portfolio: a homepage, a list of projects, an about page, and a bunch of information that visitors have to dig through themselves.
So I replaced the main expereince with a chat.
You can ask it about my projects, background, experience, interests, how I approach problems, or pretty much anything else you'd normally want to know from a personal website.
Under the hood, it selectively retrieves information from my personal knowledge base and project history instead of stuffing everything into every prompt. The frontend is built with SvelteKit, while the AI workflow and retrieval logic run through my own backend and n8n.
I originally launched it on Reddit and immediately discovered that longer requests were hitting my serverless function timeout 😅. The chat API has since been moved onto my own infrastructure.
Would love feedback on both the idea and the UX.. or just try asking it something weird.
Built with