Bright Edutech
A regional-language learning platform for tier-2, tier-3 and rural India, with a custom video pipeline built to keep delivery affordable.
View case study , Bright EdutechCase study · Content platform
A platform giving founders vetted advice, mental-health resources and discounted tools, built for three audiences at once, from MVP.
Beta
01The business situation
Advice aimed at entrepreneurs is abundant and mostly noise, and the toll that noise takes is rarely acknowledged. Humble set out to do three things at once: curate advice actually worth reading, treat mental health as a first-class part of the founder experience rather than a footnote, and make the tools a young company needs affordable. We built it as the engineering half of a three-way collaboration: 99x Technologies designed the web application, and the Humble team steered both.
Core challenge
Serve consumers, creators and administrators from one platform without the product becoming three products stitched together.
Before
Advice, wellbeing and tooling scattered across the web
After
One curated place, built for three kinds of user
Humble Platform
02The system at a glance
03Workflow 01
A consumer meets the platform as a single curated library. Whether something arrives as a video, a podcast or an article is a matter of format, not of where it lives.
assets/portfolio/humble/workflow-content.png · 16 / 11
04Workflow 02
A creator is onboarded by an administrator, publishes in whichever format suits the material, and then gets to see how it performed, in a dashboard of their own, not a monthly email.
1Onboarded by admin
assets/portfolio/humble/step-onboard.png · 1 / 2.04
2Publish any format
assets/portfolio/humble/step-publish.png · 1 / 2.04
3See it perform
assets/portfolio/humble/step-studio.png · 1 / 2.04
05Workflow 03
Alongside the content sits a set of discounted offers on the SaaS products a young company actually runs on, purchasable in the platform rather than linked away.
assets/portfolio/humble/marketplace.png · 16 / 10
assets/portfolio/humble/admin-mobile.png · 1 / 2.04
06Engineering behind the product
A deliberately conventional architecture, chosen so effort could go into the product rather than into operating it.
A single well-structured application was the right shape for a beta product, keeping deployment and reasoning simple.
Consumers, creators and administrators have distinct capabilities against the same content records.
Video, podcast and article are variants of one content entity rather than three parallel systems.
Engagement is aggregated per creator and surfaced in a dedicated dashboard.
A Redis queue with Celery-run cron jobs handles processing that should not happen inside a request.
Discounted SaaS offers are modelled as purchasable items within the platform.
Verify before publishingNotification and transactional mail run through AWS SES.
07Technical architecture
A deliberately monolithic Django application with a Nuxt front end, chosen so effort went into the product rather than into operating it.
Backend
Frontend
Async
Cloud & serving
Services
Delivery tooling
08Delivery journey
Gather scope with the client team
Mock-ups by 99x Technologies, approved by Humble
Document and agree expected behaviour
Build features against approved designs
Unit, integration and regression testing
Acceptance testing before release
Ship, then iterate in beta
The product is in beta with creators being onboarded. Engagement dates and durations are withheld until confirmed. Verify before publishing
09Where it stands today