Skip to content

Topmonarch/Hymenoptera

Repository files navigation

Hymenoptera

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.


Features

  • 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

Technology Stack

  • Frontend: HTML, CSS, JavaScript
  • Backend: Serverless functions
  • Hosting: Vercel
  • Repository: GitHub
  • AI Engine: OpenAI API

Project Structure


How It Works

  1. A user sends a message through the chat interface.
  2. The frontend sends the message to the /api/chat endpoint.
  3. The serverless function forwards the message to the OpenAI API.
  4. The AI generates a response.
  5. The response is returned to the user and displayed in the chat.

Deployment

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:


Future Development

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

Author

Project created by Topmonarch.


License

This project is currently private and under development.

About

Hymenoptera AI SaaS platform with OpenAI and Stripe integration

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors