https://github.com/shreyasganesh911/devtutor
Realtime code tutor built using GPT's Realtime-API, giving a one on one learning experience
https://github.com/shreyasganesh911/devtutor
gpt nextjs realtime-api tailwindcss
Last synced: about 1 month ago
JSON representation
Realtime code tutor built using GPT's Realtime-API, giving a one on one learning experience
- Host: GitHub
- URL: https://github.com/shreyasganesh911/devtutor
- Owner: ShreyasGanesh911
- Created: 2025-05-08T11:40:13.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2025-05-24T14:51:24.000Z (about 1 year ago)
- Last Synced: 2025-05-24T15:58:39.631Z (about 1 year ago)
- Topics: gpt, nextjs, realtime-api, tailwindcss
- Language: TypeScript
- Homepage:
- Size: 681 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# DevTutor - Your AI-Powered Coding Companion
DevTutor is an intelligent coding education platform that combines real-time AI chat with an integrated code editor to provide an immersive learning experience.
Built using Next, Tailwind CSS and GPT's Realtime API
## Features
### 1. About Page

The landing page introduces DevTutor's core features and capabilities. It showcases:
- Real-time AI Chat functionality
- Integrated Code Editor
- GPT-powered assistance
- Modern, dark-themed UI for comfortable coding sessions
### 2. Introduction

The introduction section provides users with:
- Seamless onboarding experience
- Clear explanation of DevTutor's capabilities
- Quick access to start learning
- Overview of the platform's features
### 3. Working Demo

The working interface demonstrates:
- Real-time AI chat interaction
- Code editor with syntax highlighting
- Multiple programming language support
- Instant code execution capabilities
- Live AI responses and code suggestions
## Key Features
- **Real-time AI Chat**: Get instant responses and explanations from our AI tutor
- **Integrated Code Editor**: Write and run code directly in the browser
- **Multi-language Support**: Supports JavaScript, Python, C++, and Java
- **GPT Integration**: Powered by the latest GPT technology for intelligent assistance
- **Dark Theme**: Easy on the eyes for long coding sessions
- **Instant Execution**: Run code and see results immediately
## Technical Stack
- Next.js for the frontend framework
- Tailwind CSS for styling
- CodeMirror for the code editor
- GPT API for AI interactions
- Real-time WebSocket communication
## Getting Started