Gratzis is a lightweight AI chatbot web app built with React, Vite, and CSS. Chat history is stored strictly in sessionStorage, so session data is automatically cleared when the browser tab closes.
# Install dependencies
npm install
# Start dev server
npm run devTo build for production:
npm run buildThe project is ready for static deployment (e.g. Vercel, Netlify, Cloudflare Pages).
For Vercel:
- Import the repository in the Vercel dashboard.
- Framework settings (
Vite) and build command (npm run build) are detected automatically.
MIT © 2026 yoviekobba