← Projects

freddie@lab:~$ ./ai-chatbot


AI website chatbot

Ask it anything about this site. The question goes to my server, which passes it to Claude with the site’s own content as context and sends the answer back here.

Front endThis page — no framework, no build step.
Back endSeparate service: holds the API key, assembles context, keeps the session.
LoggedSession transcript and request metadata, for debugging and abuse limits.