
What problem was Pointii actually solving?
Access, not content. There's no shortage of educational material online — the shortage is structure. Underrepresented students, in particular, were being locked out of careers, scholarships, and opportunities not because the material didn't exist, but because there was no single, coherent path connecting what they were learning day to day with the scholarships and jobs that learning was supposed to unlock. Pointii, a US-based EdTech client, came to DevOrbital with that exact gap: build the connective tissue between "a student is learning" and "a student gets an opportunity because of it." You can see the finished system in our Points-Based Learning & Opportunity Platform case study.
That framing mattered from day one, because it ruled out the easy version of this project — another content library with a login screen. The brief was mobile-first, ecosystem-wide, and outcome-driven from the start.
The three problems that shaped every architecture decision
Three challenges surfaced early in discovery, and each one pushed the build in a specific direction.
No structured guidance. Students weren't short on effort, they were short on a next step. A student could finish a course and have no idea what to do with that achievement — no application, no scholarship match, no employer visibility. The product had to make "what's next" an explicit, always-visible part of the experience, not something a student had to go looking for.
Engagement at scale. Getting a few hundred beta users to stick around is one problem. Keeping tens of thousands of students motivated over months is a different one entirely. Content alone doesn't do it — people need a reason to open the app again tomorrow. That reason had to be built into the product mechanics, not bolted on with push notifications.
Trustworthy curation. This is the one that's easy to underweight and expensive to get wrong. Every scholarship and job listed on the platform is a promise to the student that it's real, current, and worth their time. At scale, with partner organizations and companies contributing listings, that promise only holds if there's a rigorous vetting layer behind it. Get this wrong once and you don't just lose a user, you lose the platform's entire premise.
“”
Why "learn, earn, unlock" became the core loop
The architecture that answered all three problems at once is a points-driven engagement loop: students learn through structured content, earn points for real progress and participation, and use those points to unlock opportunities — scholarships, job listings, community standing. Every action in the app is designed to surface the next thing worth doing, so the guidance problem and the engagement problem get solved by the same mechanic instead of two separate features competing for the same screen space.
Behind that loop sits the part users never see: a curated opportunity pipeline. Admins vet every scholarship and job before it's eligible to be unlocked, which turns the trust problem from a support-ticket liability into a designed workflow. We go deeper on how that curation and moderation layer was structured in our design framework for opportunity platforms — it's the worked example throughout that piece.
How the ecosystem was built
Pointii isn't one app, it's four connected surfaces, each solving a different job:
- Student Mobile App (Android & iOS) — the gamified learning and opportunity experience, built in Flutter for a single codebase across both platforms, which mattered enormously at 50,000+ users where platform-specific drift would have meant double the maintenance burden.
- Partner/Non-Profit Admin Panel — where partner organizations manage their own student cohorts and contribute opportunity listings, built on Next.js and Tailwind.
- Company Admin Dashboard — where companies post and track job opportunities and see engagement from the student pool.
- Content & Application Management System — the backbone that ties learning content, applications, and curation workflows together, running on PHP/Laravel and SQL, hosted on DigitalOcean.
Role-based access control runs across all four surfaces, so a student, a non-profit partner, and a company admin see only what's relevant to their role, on infrastructure that scales as the student base grows. This is the same pattern we bring to any multi-stakeholder platform through SaaS development and mobile app development — separate the audiences, share the backend, enforce access at every layer.
A moderated community layer sits on top of the core loop — leaderboards and community chat/networking that give the platform its social pull. This is deliberately not decoration: leaderboards work because the points behind them are real, and community features work because they're moderated, so the same trust discipline that governs opportunity listings governs peer interaction too.
What actually happened at scale
The platform scaled to 50,000+ students across Android and iOS. That's not a beta number — it's a live, ongoing student base using the app to move from learning to real opportunity. The outcome that matters most to Pointii as a business: the platform is being acquired as a long-term social impact initiative at a $3M–$5M valuation, with DevOrbital continuing on as the technology partner through the acquisition and beyond.
That continuity is worth calling out. A lot of build partners hand off a finished product and step back. This one didn't end at launch — it's still an active technology partnership, because the platform is still growing and the roadmap is still open.
What this build says about scaling EdTech products
Three things generalize well beyond Pointii. First, engagement mechanics only work when they're tied to something real — we unpack this further in our piece on what actually drives student engagement in gamified EdTech. Second, a multi-stakeholder platform is usually four products wearing one brand, and treating it that way from the architecture stage saves months of retrofitting later. Third, trust isn't a feature you add after growth — it's the thing that makes growth safe to pursue at all. If you're building a platform where credibility is the product, that discipline has to be there before the first thousand users, not after the first complaint.
If you're scoping something in this space — a learning platform, an opportunity marketplace, or any product where multiple stakeholder types need role-based, mobile-first access to a shared system — talk to us about SaaS development.
FAQs
Frequently asked questions

Written by
Partha Sarathi Ghosh
Founder & Engineering Lead, DevOrbital
Partha leads DevOrbital, where his team has elevated 50+ businesses across MVP development, AI agents, custom software, and growth. He writes about the hidden mechanics of getting AI-generated code into production, MVP scope discipline, and the architecture decisions founders make too late.
Keep reading