
How I Think
The best way to master a new technology is to build something real with it.
Ship early, gather feedback, and continuously refine. Perfect is the enemy of done.
Exposing yourself to great design and architecture builds the intuition needed to create them.
Clear communication translates to clearer thinking and a better overall product experience.
No bug is too deep and no problem is too complex when broken down into manageable pieces.
Well-designed underlying systems multiply effort, allowing small teams to create massive value.
Selected Work
Indian Healthy Snacking Summit
- Next.js Architecture✓
- UI/UX Design✓
- Payment Gateway✓
- Launch Strategy✓
Building unignorable products.
AI specialist × Founder mindset.


AI/ML engineering student by degree, product builder by obsession. As the founder of SikshaNext, I've launched platforms like GradBuzz, StrideAI, and BellaUI. I am also the founder and lead organizer of the HackYatra circuit. Currently at Saukhyam Foundation, where I grew from documentation into leading the Heal AI chatbot, managing the technical lifecycle for hundreds of real-world users.
Every pixel and line of code on this site was handcrafted by me. If you're building something ambitious, I'm always ready to talk.
where i've been~
Founder & Lead Organizer
Spearheading India's premier hackathon circuit from the ground up. Handling end-to-end operations entirely solo - from web architecture and registration flows, to securing venture sponsorships and driving social media growth. Currently expanding the initiative and onboarding a core team to scale operations.
Heal AI Chatbot Lead
Working solo to build the Heal AI chatbot and rule-based chatbot using the Glific platform. Handling prompting, system design, and iterating based on user feedback. Currently managing the internal pilot with real users.
Frontend Developer
Worked as the frontend developer for the Heal health platform before the company pivoted to a WhatsApp-based chat-style interface. Handled UI design and implementation.
UI Designer & Documentation
Started as an intern working on documentation, then transitioned to UI design. This journey from docs → design → dev → AI lead showcases continuous growth and trust earned.
Team Lead & Finalist
Led a team to build a complete 360-degree distribution system for Saukhyam - from warehouse to user. Built all screens (warehouse, distributor, medical shop, user, admin) with Expo and Firebase. Selected as finalist, which led to the internship and pre-placement offer.
Founder
Building my startup SikshaNext. Launched GradBuzz (AI-built content platform), StrideAI (resume diagnostics SaaS), and BellaUI (WebGL component library). All built solo with AI as a force multiplier.
HackYatra~
The Reality of Tier-3 Hackathons: Misaligned judging, superficial evaluations, and poor infrastructure. I launched HackYatra to fix this by building a massive, student-led hackathon circuit spanning 30 cities across India. A true zero-to-one ecosystem driven entirely by hustle, community, and AI-assisted execution.
Students spend weeks building machine learning models, only for judges without domain expertise to rush through evaluations. HackYatra flips the script.
- Expert Judging: Judges must have verified expertise in the specific problem statements. Transparent score pages eliminate bias.
- Beyond the Prize Money: It doesn't just end on stage. Winners receive 25% in cash, while the remaining 75% goes toward funding a real-world pilot run of their solution.
- Massive Scale: Expanding to 30 cities across 28 states, unifying Tier 1, 2, and 3 colleges.
I validated the idea in March 2026 and began building the entire digital infrastructure solo. I designed the typography, color palette, logo, and coded the complete platform.
The Tech Stack: Built on Next.js, with Supabase for robust database and authentication. Engineered the payment integration using Razorpay with custom webhooks, and implemented Zod for strict data validation and bot prevention.
Tech is only half the battle. I personally pitched to colleges and sponsors. After facing rejections due to exorbitant venue fees, I successfully closed an official venue partnership with NSRIT.
The GVMC Collaboration: I spent 23 intense hours in a single week collaborating with 15 officials from the Greater Visakhapatnam Municipal Corporation (GVMC) to design civic problem statements. This secured a ₹1,50,000 budget approval for 3 teams to run real-world pilots.
GradBuzz~
Information for students is heavily scattered. There was no dedicated platform revealing real interview experiences, real tools, and real opportunities directly from employees and founders. I built GradBuzz to fix this broken flow of knowledge.
The Judge's Verdict
Addressed a real problem - student advice platforms are noisy. GradBuzz cures noise by strictly vetting contributors.
Leveraged AI tools for design, logo creation, and initial code generation - proving a modern developer workflow.
Clear separation of privileges with solid database-backed roles preventing unauthorized publishes.
Unlike open platforms where anyone can publish noise, GradBuzz is strictly curated. Only vetted industry professionals, startup founders, and successfully placed students can write.
I acquired this initial contributor base through high-volume, personalized cold outreach across email and LinkedIn, successfully onboarding top-tier tech employees.
To scale content delivery and maintain high quality, I deeply integrated Google's Gemini 3.5.
It acts as the "brain" of the platform - assisting in writing, structuring complex technical blogs, and keeping the content aggressively up-to-date with the fast-moving tech industry. This automation allows me to operate the entire platform solo.
The platform is built on a robust, modern stack: Next.js, Supabase, and Razorpay.
The two hardest technical challenges I solved were:
- Complex Form UI: Designing a seamless, highly intuitive multi-step form for contributors to draft, format, and submit their blogs without friction.
- Automatic SEO: Engineering a programmatic SEO pipeline that automatically generates dynamic meta tags, structured data, and optimized routes for every single blog post we publish to drive massive organic reach.
StrideAI~
> Executing advanced resume diagnostics engine...
> Bridging gap between generic ATS checkers and hiring heuristics.
> Initializing multi-model AI architecture...
The platform features a clean UI: an intuitive form on the left, and a live output preview on the right. Behind the scenes, it utilizes premium, battle-tested LaTeX templates for the final resume export.
The StrideAI engine is programmed with the specific resume preferences of over 20+ top tech companies. It actively rewrites bullet points to enforce formats like the famous Google XYZ formula, and provides deep ATS scoring and diagnostics.
To guarantee 100% uptime and optimize for complex tasks, I architected a multi-model fallback chain integrating GPT-4.0, Groq, Gemini, and Grok.
- Task-Based Routing: Paid user requests are dynamically routed to specific models based on what that model specializes in.
- Resilience: If one API fails or hits a limit, it instantly falls back to the next provider.
Authentication in modern SSR frameworks is notoriously tricky. I spent 4 intense days fighting to implement Google Auth via Supabase PKCE.
Despite leveraging multiple AI coding assistants, the built-in Supabase flow consistently failed in my specific edge cases. Recognizing the sunk cost, I pivoted and implemented a direct, custom authentication flow to bypass the issue - proving that sometimes raw engineering intuition beats AI tools.
BellaUI~
The internet is flooded with the same repeated UI components. I built BellaUI to fix this. It is a modern, copy-pasteable component library designed to bring high-end spatial computing and dynamic physics into standard web interfaces.
Unlike traditional UI libraries that focus solely on static forms and layouts, BellaUI provides drop-in Three.js and GSAP-driven experiences.
The library features complex physics components like a Liquid 3D Magnetic Button, Gooey WebGL Toggle Switches, Kinetic Typography Black Holes, and Holographic Parallax Cards.
Building a 3D library requires strict architectural patterns to prevent it from breaking standard DOM layouts.
- Isolated Contexts: Three.js components wrap their scenes in `<Canvas>` internally, allowing them to be dropped directly alongside regular HTML.
- Zero External CSS: Tailwind CSS v4 is used exclusively. No monolithic stylesheets required.
- No Global Side Effects: Animations and physics are strictly scoped using GSAP's `useGSAP` hook.
BellaUI is not a monolithic NPM package. You add only what you need. It supports CLI installation (`npx bellaui@latest add liquid-magnetic-button`) instantly scaffolding the component into your project.
The documentation site runs on a bespoke playground system. It uses Vite's `?raw` import syntax to fetch real-time source code, ensuring the code you copy is the exact code running in the live preview.
the bigger picture~
SikshaNext Pvt. Ltd.
Products, Ed-Tech Services & ERP
GradBuzz
AI-built knowledge platform with vetted tech contributors
StrideAI
Resume diagnostics SaaS with multi-company heuristics
BellaUI
Premium WebGL/React component library for developers

