Projects
A lot of ideas, but some are still under construction!
Showing 5 of 5 projects
Task Turkey — Crowdsourced AI Video Platform
A micro-task platform where users contribute free-tier AI tool usage (Kling, Runway, Hailuo, Wan 2.1) to collectively produce monetizable YouTube videos. Users claim scene tasks, generate clips with AI tools, upload to their own Google Drive, and earn tokens. Zero storage cost — the platform stores only URL strings.
Key Learnings:
- Built a full-stack SaaS platform with atomic DB transactions and race-condition-safe task claiming
- Implemented Google OAuth + Drive API integration with open-redirect protection
- Designed a zero-cost architecture: token ledger, RLS policies, and URL-only video storage
Earrupai - AI-Powered Mobile App
An innovative mobile application published on Google Play Store. Features AI-powered functionality to enhance user experience and solve real-world problems with intelligent automation.
Key Learnings:
- Built production-ready mobile app with Flutter
- Integrated AI/ML features for intelligent functionality
- Published and maintained app on Google Play Store
Trinetra - Mobile Application
A feature-rich mobile application available on Google Play Store. Designed to provide seamless user experience with modern UI/UX principles and robust functionality.
Key Learnings:
- Developed cross-platform mobile app with Flutter
- Implemented Material Design principles
- Managed app deployment and updates on Play Store
CodeSnap - Code Snippet Manager
Save, organize, and share code snippets with syntax highlighting. Features collections, tags, and search functionality for easy snippet management.
Key Learnings:
- Planning CRUD operations with RESTful API
- Designing search functionality with MongoDB
- Implementing syntax highlighting
Portfolio Website
Modern portfolio website with dashboard UI, dark mode, and smooth animations. Built to showcase projects and skills to potential employers.
Key Learnings:
- Mastered Next.js App Router and server components
- Implemented design systems with Tailwind CSS
- Created responsive layouts with modern CSS