Hymenoptera is an AI assistant platform built using modern web technologies and the OpenAI API.
The project provides a clean chat interface where users can interact with an AI assistant, either as a guest or with a registered account.
- AI chat assistant powered by the OpenAI API
- Guest chat access (no login required)
- User authentication (Sign In / Sign Up)
- Serverless backend using Vercel
- Modern chat interface with a sidebar and message bubbles
- Custom Hymenoptera branding and logo
- Frontend: HTML, CSS, JavaScript
- Backend: Serverless functions
- Hosting: Vercel
- Repository: GitHub
- AI Engine: OpenAI API
- A user sends a message through the chat interface.
- The frontend sends the message to the
/api/chatendpoint. - The serverless function forwards the message to the OpenAI API.
- The AI generates a response.
- The response is returned to the user and displayed in the chat.
The project is automatically deployed using Vercel.
Every time code is updated in the GitHub repository, Vercel rebuilds and deploys the latest version of the application.
Live deployment:
Planned improvements for the platform include:
- Streaming AI responses (real-time typing)
- Saved chat history for registered users
- User profile settings
- File uploads
- AI model selection
- Mobile application support
Project created by Topmonarch.
This project is currently private and under development.