/vibe-http

HTTP responses powered by AI

Primary LanguageGo

vibe-http

hero

A tiny HTTP server that passes the HTTP request to OpenAI's ChatGPT API and returns the response.

Consequentially, each website visitor will get a different experience. To limit the chaos a little bit, previous requests and responses are passed to ChatGPT as context.

Demo

Hosted at https://vibehttp.com/. Try it out! Be creative with your paths because the server gets the entire packet. For example, check out

Try some subdomains too, for example

Check out the edgier parts of the site too

Don't like your page? Hit refresh to reroll.

Motivation

motivation

Run it locally

OPENAI_API_KEY=sk-... go run main.go