Public
Like
beeAi
Val Town is a collaborative website to build and scale JavaScript apps.
Deploy APIs, crons, & store data – all from the browser, and deployed in milliseconds.
Viewing readonly version of main branch: v4View latest version
A fun, bee-themed wrapper for OpenAI's GPT models that adds bee personality, puns, and facts to AI responses.
- 🐝 Bee-themed UI with honeycomb styling
- 🍯 AI responses with bee puns, facts, and personality
- 💬 Simple chat interface
- 🔄 Real-time responses
BeeGPT uses OpenAI's API to generate responses, but adds a bee-themed personality layer through prompt engineering. The system includes:
- A backend API that communicates with OpenAI
- A bee-themed prompt that instructs the AI to respond with bee-related content
- A frontend interface styled with bee colors and honeycomb patterns
Simply type your question or request in the input field and press "Send" to get a bee-themed response from the AI.
- Built on Val Town
- Uses OpenAI's GPT models (gpt-4o-mini by default)
- Frontend built with HTML, CSS, and vanilla JavaScript
- Styled with Tailwind CSS via CDN
GET /
- Serves the frontend HTMLPOST /api/chat
- Accepts a JSON payload with amessage
field and returns an AI response
This project requires an OpenAI API key to be set in your Val Town environment variables.
This project is open source and available for anyone to use and modify.