Clextron is an open-source platform of autonomous AI agents built for students across the globe.
Research smarter. Study faster. Grow further - in your own language.
π Live Demo Β· π Documentation Β· π Report Bug Β· π‘ Request Feature
Most AI tools make students ask the same questions again and again.
Clextron is different.
Clextron runs autonomous AI agents that act on your behalf - researching topics, summarizing papers, building study plans, and preparing you for your career - without you having to prompt every single step.
Think of it as having a team of expert AI assistants working for you, 24/7, in your own language.
| Agent | What it does |
|---|---|
| Research Agent | Searches, reads, and summarizes academic topics automatically |
| Language Agent | Explains any concept in 50+ languages |
| Study Planner Agent | Builds a personalized study schedule based on your goals |
| Career Agent (coming soon) | Resume review, job search, and interview prep |
| Quiz Agent (coming soon) | Generates smart questions from your notes |
- Engineering & CS students who need to research fast
- Non-English speaking students who want AI in their language
- Any student who wants to study smarter, not harder
- Developers who want to contribute to open-source AI
git clone https://github.com/Cletrix-Labs/Clextron.git
cd Clextronpip install -r requirements.txtCreate a .env file in the root folder:
GEMINI_API_KEY=your_gemini_api_key_hereGet your free Gemini API key at aistudio.google.com
uvicorn app:app --reloadOpen your browser at http://localhost:8000 - Clextron is running! π
Clextron/
β
βββ agents/ # AI agent logic
β βββ research_agent.py # Research & summarization agent
β βββ language_agent.py # Multilingual explanation agent
β βββ planner_agent.py # Study planner agent
β
βββ templates/ # HTML frontend pages
βββ static/ # CSS and JavaScript
βββ modules/ # Helper utilities
β
βββ app.py # FastAPI main application
βββ requirements.txt # Python dependencies
βββ .env # API keys (never commit this!)
βββ .gitignore
βββ LICENSE
βββ README.md
| Technology | Purpose |
|---|---|
| Python 3.10+ | Core language |
| FastAPI | Backend API framework |
| LangChain | AI agent framework |
| Google Gemini API | Free AI language model |
| python-dotenv | Environment variable management |
| HTML / CSS / JS | Frontend interface |
Clextron is built for global students. Currently supported languages include:
English Hindi Tamil Telugu Spanish French Portuguese Arabic Chinese Japanese Korean German Italian Russian + more coming soon
We welcome contributors of all skill levels!
- Fork the repository
- Create a new branch:
git checkout -b feature/your-feature-name - Make your changes and commit:
git commit -m "feat: add your feature" - Push to your branch:
git push origin feature/your-feature-name - Open a Pull Request
Look for issues tagged good-first-issue - perfect for beginners!
Please read our Contributing Guide before submitting.
- Project setup and structure
- Research Agent (v1)
- Multilingual language support
- Study Planner Agent
- Career Agent
- Quiz Generator Agent
- Web UI (HTML/CSS frontend)
- Deploy to Render.com
- Mobile-friendly interface
- Agent memory (remembers your progress)
Screenshots coming soon as the UI is built!
This project is licensed under the MIT License - see the LICENSE file for details.
- LangChain - for the amazing agent framework
- Google Gemini - for the free AI API
- FastAPI - for the blazing fast backend
- Every student who inspired this project π
Built with β€οΈ by Cletrix Labs
β If you find this useful, star the repo - it helps more students find it!