The first demo is a preview of Frame's personal-agent feature, running on the OpenAI API. I built it in early 2024, back when ChatGPT was still basic chat and "AI agents" weren't a category anyone was selling yet. The second covers the "AI employee" use cases: I wired the product's integrations to an agent so a visitor could watch it carry out real tasks live.
Webflow is frontend-only and can't call OpenAI directly, so I built a proxy server between the site and the API to handle the requests and CORS. That backend is what let the demos run in production, and it's the part most Webflow developers can't build.