Skip to content

GamerC0der/aichat

Repository files navigation

AI Chat

This was made for the final week of hackclub's #siege event, with 14 weeks (including prep, which was 4 of them)! The app uses hackclub's ai api (ai.hackclub.com), trying out the project requires a key. You can log in with your HackClub account in order to receive an api key. Please be sure to check their rules before use!

Supported Models:

Features include:

  • Streaming
  • Chat History (uses localstorage)
  • Custom System Prompts
  • Coder Feature (makes HTML websites) & moremoree

Preview Image

Preview Image

Preview Site

You can view the site (live preview) at https://chathackclub.vercel.app (You can even use ?model= to set the model, try Gemini or Grok!), the live demo still requires a key.

Deployment

You can use npm i (or pnpm/bun) and then sudo npm run dev, to deploy use `vc