NST-Ai is a powerful, open-source AI study assistant designed to help students learn, code, and research more effectively. Think of it as your personal AI tutor, always ready to assist you.
NST-Ai is more than just a chatbot. It's a comprehensive tool designed for students and developers.
Have natural and dynamic conversations with your AI assistant.
Switch between different AI models to get the best assistance for your specific needs.
Get help with coding, debugging, and even run code snippets directly within the interface.
NST-Ai can assist with web development tasks, making it a great companion for your projects.
Get started with NST-Ai in minutes with our simple one-line installation script.
curl -fsSL https://raw.githubusercontent.com/AryanVBW/NST-Ai/main/install.sh | bashAfter installation, simply run nst-ai in your terminal to start the application. The web interface will be available at http://localhost:8080.
For other installation methods, including Docker and pip, please refer to our Installation Guide.
For developers who want to run NST-AI locally with the complete workflow integration:
π Development Setup Guide - Complete step-by-step instructions
Quick Start:
# Frontend (Terminal 1)
npm install && npm run dev
# Backend (Terminal 2)
cd backend && source venv/bin/activate
pip install fastapi uvicorn python-multipart
PYTHONPATH=$PWD python -m uvicorn nst_ai.main:app --host 0.0.0.0 --port 8080Access Points:
- Frontend: http://localhost:5173/
- Backend API: http://localhost:8080/
- New! NST-AI Workflow: Click "NST-AI Workflow" tab in sidebar
Sign-in Process
Seamless and secure sign-in and sign-up.
NST-Ai is proudly built upon the foundation of the open-source Open-WebUI project. We extend our gratitude to the original creators and the community for their incredible work.
This project is developed for educational purposes to serve as an AI Study Buddy.
For full attribution details, see the ATTRIBUTION.md file.
This project is licensed under the NST-Ai License, a revised BSD-3-Clause license. Please see the LICENSE file for more details.
Have questions or need help? Open an issue on our GitHub repository.











