TL;DR
The Adventurers Guild is an RPG-flavored developer marketplace where companies post "quests" and CS students complete them for XP, rewards, and rank progression. It's bootstrapped, Indian-market focused, operates under Open Paws, and was selected for GirlScript Summer of Code 2025 within weeks of launch.
The Problem
There's a fundamental gap between academic CS education and what the industry actually needs. Traditional pathways fail most students before they even get started.
Internships
Gatekept behind grades, networks, and referrals. The students who need experience most rarely get first-round interviews.
Freelancing
Requires existing reputation. Catch-22: can't get clients without a portfolio, can't build a portfolio without clients.
Open Source
Steep learning curve. Most student contributors never get their first PR merged. The "good first issue" label is often a lie.
Bootcamps
Expensive, no direct placement pipeline, and outcomes data is routinely misleading for the Indian market.
The Solution: RPG Mechanics for Real Work
Ranking System (F → S)
Every student starts at F-rank. Work your way up through real project completions, not just skill assessments.
Entry level. Guided projects, learning tasks. Get the first commit shipped.
Real client tasks begin. Small features, bug fixes, documentation improvements.
Full features, architecture decisions, mentorship of lower-rank members.
Top-tier. Eligible for lead engineer quests, direct Open Paws intern roles.
Quest System
Companies post real projects scoped as quests. The Guild acts as QA intermediary — reviewing all deliverables before client handoff. Platform fee: 15–30% of commission value. Students get paid, build portfolios, and accumulate XP simultaneously.
Integration with Open Paws
Two-track system: 20 quality interns (D+ rank) handle backlog and features directly. Bootcamp students (F/E rank) handle guided tasks. All under Open Paws India Pvt Ltd once registration completes — sharing brand, payments, legal infrastructure, and client relationships.
Technical Architecture
Frontend → Next.js 15 (App Router) + shadcn/ui — Vercel deployment API Layer → Next.js API Routes + server actions ORM → Prisma with Neon Postgres (serverless) Auth → NextAuth (GitHub + Google OAuth) Testing → Playwright (E2E), Jest (unit) CI/CD → GitHub Actions
Chose Neon over Supabase after the Supabase India block. Neon's serverless Postgres scales to zero between requests, keeping costs near-zero for bootstrapped early-stage traffic. Prisma provides a typed ORM layer that makes database migrations safe across the team.
GirlScript Summer of Code 2025
Selected for GirlScript SoC 2025 — one of India's largest open source programs. This brought contributors, community validation, and the first real stress test of the codebase.
Key Decisions
Why Neon over Supabase?
After the Supabase India block hit production platforms, Neon's serverless Postgres became the obvious choice — no vendor lock-in, same Postgres interface, better India latency.
Why under Open Paws?
Brand recognition, payment infrastructure, legal entity, and shared mission. Building inside an existing organization de-risks the cold-start problem and provides immediate client access.
Why bootstrapped?
Prove unit economics first. 15–30% platform fee on Indian market rates is sustainable without external capital. Show the model works before raising.
What's Next
- Complete Open Paws India Pvt Ltd registration — move all payments under legal entity
- Hire senior developer mentor to lead the D+ intern cohort
- Build automated quest matching — skills assessment maps students to appropriate quests
- Launch bootcamp cohort track with structured 8-week curriculum
- External client pipeline beyond Open Paws — target Indian SaaS companies needing affordable dev capacity
Key Lesson
500 users wasn't luck — it was the right abstraction applied to a real problem. RPG mechanics aren't decoration on top of a jobs board. They change what students are optimizing for. When you make progress visible and incremental, people keep going. That's the product insight. Everything else is execution.