A modern AI-powered application built with Next.js and TypeScript.
Live demo: https://pactum-ai-beta.vercel.app
This project is a web application built using Next.js (React + server-side components) and TypeScript.
It provides an interface for users to interact with AI-driven functionality (the specifics depend on your code, e.g., chatbot, data fetch UI, or other AI workflows).
| Layer | Technology |
|---|---|
| Frontend | Next.js (TypeScript) |
| Styling | CSS Modules / Tailwind CSS (if present) |
| API | Next.js API Routes |
| Deployment | Vercel |
(Update the table if you use additional services like OpenAI APIs, databases, etc.)
git clone https://github.com/priyanshubarai/pactum_ai.git
cd pactum_ai
npm installNEXT_PUBLIC_API_URL=your_api_base_url
NEXT_PUBLIC_AI_KEY=your_api_key_here