Home
Our Process
Portfolio
FAQ
Where can I see your previous work?
Check out our portfolio at AppMakersLA.com/portfolio
What services do you offer?
We are a Los Angeles app and web development company. As such, we offer: 1) Design for Apps, Webapps and Websites 2) Mobile App Development for iPhone Apps, Android Apps and iPad Apps & Web Development for Webapps. Each project includes full QA Services as well as a product manager.
Where are your app developers located?

Our app developers are mainly located at 1250 S Los Angeles St, Los Angeles, CA 90015, though we have other offices around the world, and we hire the best developers wherever and whenever we find them. If having engineers & designers in Los Angeles is critical to the project, we have the resources to make that happen.

How much do you charge for your services?
Our cost varies depending on the project. Please contact us for a mobile app development consulting session and we will get you an estimate + analysis pronto.
Can you build software for startups?
Yes, we consider ourselves a startup app development company, as well as an agency that builds software for already established firms.

Discover 30+ more FAQs
View all FAQs
Blog
About
Contact ussms IconCall Icon
We answer our phones!
Number Hive app icon

How we built Number Hive to survive its own growth

A classroom math game grew to 700,000+ students, then started crashing under the weight of its own success. We re-engineered the foundation so it held.

ClientNumber Hive
EngagementBuild + scale + ongoing
Built foriOS · Android · Web
Number Hive: practice, learn and master elementary math
Number Hive · 700,000+ students learning math as a game
0K+
Students reached worldwide
per Number Hive
Tens of
thousands
of teachers using it worldwide
per Number Hive
Live.
Free web platform, no install — used in classrooms
play.numberhive.org
01The Context

Number Hive teaches multiplication the way chess teaches planning.

Children play head to head, place numbers on a shared board, and learn their times tables without ever feeling like they are drilling facts. Founder Chris Hogbin built the concept after ten years teaching high-school math, turning an analog game he ran in his own classroom into a digital product.

It targets the three mindsets every math teacher knows: "I'm not a math person," "math is boring," and "I can follow the rules but I don't get it." AppMakers USA built the multiplayer game that carried that idea across iOS, Android and the web, and kept developing it as schools adopted it around the world.

Number Hive learning journeys across addition, subtraction, multiplication and division
The learning journeys: addition through algebra, played as a game.
02The Challenge

Success creates its own engineering problem.

As Number Hive caught on in classrooms, concurrent multiplayer use climbed fast. Matches that ran fine at small scale started to strain the system. When we scaled the backend horizontally to keep up with demand, the realtime layer began to crash under load.

A multiplayer game is only as good as its weakest match. The work ahead was to make the architecture hold at the scale the product had earned.

03The Approach

We treated stability as the feature.

The working rule on the engagement: every "intermittent" crash is a deterministic bug we have not reproduced yet.

Rather than rebuild the product, we re-engineered the realtime foundation it ran on, so the game stayed dependable as concurrency grew. Then we kept extending functionality on top of a base that could take the weight.

04The Hard Problem

When we scaled horizontally, players started seeing events from other people's games.

The gnarliest issue lived in the GraphQL pub/sub system. Everything worked on a single server. The moment we scaled horizontally, players began receiving realtime game events from unrelated matches, because pub/sub events were being broadcast across every server instance.

In a multiplayer game for children, board state bleeding between matches does not just look wrong. It breaks the game.

Before · broadcast to all

Each instance rebroadcasts every event. Match A's moves leak into Match B.
MATCH A
MATCH B
node
event reaching the wrong match

After · scoped + validated

Events scoped to game & session IDs; clients ignore anything not their own.
MATCH A
MATCH B
node
event stays inside its own match
The fix

Our engineers tightened event scoping around game and session identifiers, so each event only reached its own match, and added client-side validation so an app ignored any event that did not belong to its active game. The cross-session leakage stopped, and the realtime layer held as concurrency climbed.

A subtler one: stopping the words a filter is supposed to stop.

A children's app needs reliable bad-word detection, and simple dictionary filtering is trivial to bypass with leetspeak or altered spelling. Our team combined dictionary matching with heuristic normalization and pattern detection to catch obfuscated words. The filter runs deliberately aggressive. It occasionally flags a legitimate word, because in a product for children the cost of a missed word is far higher than the cost of a false positive.

Got a build that has to hold under real-world scale?

Get a Free Project Estimate
05Built for Every Platform

We built it for iOS, Android and the web — and scaled it where the students are.

AppMakers shipped Number Hive as native iOS and Android apps alongside the web build. As classroom adoption grew — where shared browsers and Chromebooks dominate — the product consolidated onto its web platform, now live and free at play.numberhive.org for 700,000+ students, with no install required.

700,000+ students and tens of thousands of teachers have used Number Hive worldwide (per Number Hive). Free, no advertising, used in schools worldwide, which keeps the product aligned with classroom use rather than ad revenue. It has also drawn independent praise from math educators — featured on Pam Harris's Math is Figure-Out-Able! podcast and reviewed by author and educator Sunil Singh, who called it "exactly the way I would want multiplication presented to kids."

06What Teachers Say

Reviews lean on one recurring theme: children stop noticing they are practicing.

"

The buzz is how Number Hive engages my students in math fact practice while they think they're just playing a game.

— Mrs. Middle School Math Lady · App Store review
"

My 6th graders love this. The students were engaged, had to move, find partners, and were begging to play it again.

— Mrs. McG! · App Store review

That is the experience the engineering protected. A game that crashes mid-match does not get children begging to play it again.

07Why This Is a Partnership

The clearest measure of a build is whether the client comes back. Number Hive did.

We built the game, carried it through the hard scaling problems that growth created, and Chris returned after more than a year to keep developing with the same team. Most agencies optimize for shipping and then disappear. The realtime scaling work is exactly the kind of problem that surfaces after launch, once real usage arrives, and it is the moment most teams are no longer around to solve.

In his own words
Chris Hogbin · Founder & CEO, Number Hive

Building something that has to survive its own success?

The hardest parts of an app rarely show up before launch. They show up when it works, when real users arrive, and when the system has to scale. We build for that moment — and, like we did for Number Hive across multiple years, we stay through it.

Get a Free Project Estimate

Copyright © 2026 AppMakers. All Rights Reserved
Follow us on socials: