Devory

Devory
AI-Powered Student Project Platform
Editorial Case Review
Devory is an AI-powered project mentoring application designed to assist computer science students in building portfolio-grade systems. By analyzing user interests, technical skills, and available hours, Devory leverages OpenAI API models to generate structured project roadmaps, suggest coding resources, and monitor development sprints.
Core Capabilities
AI-based project idea recommendations
Structured project workflow management
Progress tracking and portfolio-ready output
Engineering Case Study
Limiting excessive OpenAI usage costs and structuring LLM natural language prompts into reliable, syntax-compliant database roadmaps.
Configured structured JSON validation using OpenAI Function Calling and wrapped all prompt generation patterns with server-side caching and dynamic client rate-limiters.
Development Journey & Milestones
Architecture & System Design
Structured the schema for Devory, defining state management patterns and API route handlers.
Full-Stack Implementation
Engineered core features using Next.js, TypeScript, PostgreSQL with component modularity.
Performance & Optimization
Applied server-side rendering, debounced event flows, and asset compression for top Lighthouse scores.
Deployment & CI/CD Telemetry
Deployed live production build with continuous integration and automated telemetry tracking.
Key Specifications
Built With
Product Performance
Local Setup Commands
git clone https://github.com/Rameshwar-bhagwat10/Devory.git
cd devory
npm install
npm run devInterface Gallery
