

Developed AstraGPT, a high-performance cognitive computing agent designed to transcend traditional chat interfaces. Featuring an advanced 'Infinite Canvas' Graphical User Interface (GUI), this platform visualizes responses dynamically, offering users an interactive workspace rather than a flat chat log.
An advanced, highly interactive, and production-ready AI application designed to evolve beyond standard chat interfaces. AstraGPT combines cutting-edge Large Language Models (LLMs) with an intuitive, dynamic Graphical User Interface (GUI) and agentic capabilities, effectively bridging the gap between conversational AI and functional automation.
AstraGPT is not just another basic chatbot wrapper. It represents an ambitious step toward building context-aware, highly efficient AI agents. Developed with a strict focus on speed, token efficiency, and clean UI/UX, AstraGPT provides an advanced ecosystem where users can seamlessly interact with AI while leveraging structured tools for real-world tasks.
Make sure you have Node.js and the Netlify CLI installed on your local machine.
Clone the repository: git clone https://github.com/ganesha-raut/AstraGPT.git cd AstraGPT
Install dependencies: npm install
Set up environment variables: Create a .env file in the root directory and add your API keys: GROQ_API_KEY=your_api_key_here NEXT_PUBLIC_API_URL=/.netlify/functions/server
Run the local development server (with Netlify Dev): netlify dev
This will spin up both the Next.js frontend and your local serverless environment at http://localhost:3000.
AstraGPT backend APIs are fully optimized for serverless runtime. To deploy on Netlify:
Install Netlify CLI (if not already done): npm install -g netlify-cli
Login and Link Project: netlify login netlify link
Deploy to Production: netlify deploy --prod
Make sure to configure your GROQ_API_KEY and environment variables in the Netlify Dashboard under Site Settings > Environment Variables.
AstraGPT is a core part of a larger vision to explore and design true Artificial General Intelligence (AGI) architectures and Large Action Models (LAMs). Upcoming updates include:
ā If you find AstraGPT interesting, consider giving this repository a star!