---
title: "Case Study: StoryHunt Ships Updates in Hours, Not Days"
description: Learn how StoryHunt uses Capawesome Cloud to replace custom-built solutions and ship updates to their travel app in hours instead of days.
date:
  created: 2026-04-13
  updated: 2026-04-13
authors:
  - robingenz
categories:
  - Case Studies
  - Cloud
---

# Case Study: StoryHunt Ships Updates in Hours, Not Days

[StoryHunt](https://www.storyhunt.io/){:target="_blank"} is a travel app that lets users explore destinations through interactive maps, audio stories, and personalized tours. Built by a small team based in Denmark, the app serves global travelers and tourism organizations looking to create engaging, on-location experiences. After replacing custom-built native solutions with Capawesome Cloud, StoryHunt cut their release cycle from days to hours while improving app stability across the board.

<!-- more -->

<div class="capawesome-z29o10a">
  <a href="https://cloud.capawesome.io/" target="_blank">
    <img alt="Build and deploy your Capacitor app with Capawesome Cloud" src="https://cloud.capawesome.io/assets/banners/cloud-build-and-deploy-capacitor-apps.png?t=1" />
  </a>
</div>

## Background

StoryHunt helps travelers discover destinations by turning real-world places into interactive stories. Users can explore freely on a map, build their own routes, or follow curated tours created by local experts. The company also works with cities and destination organizations to showcase local attractions and distribute visitors beyond the main tourist spots.

The app is built with [Ionic](https://ionicframework.com/){:target="_blank"}, [Angular](https://angular.dev/){:target="_blank"}, and [Capacitor](https://capacitorjs.com/){:target="_blank"}, running across iOS, Android, and the web from a single codebase. The backend is powered by [Firebase](https://firebase.google.com/){:target="_blank"} (Firestore, Functions, Auth), with [Mapbox](https://www.mapbox.com/){:target="_blank"} for maps and location data, plus additional services for AI-generated content and audio streaming.

StoryHunt is available on the [App Store](https://apps.apple.com/dk/app/storyhunt/id1563214352){:target="_blank"} and [Google Play](https://play.google.com/store/apps/details?id=dk.storyhunt.app){:target="_blank"}.

## Pain Points

Before adopting Capawesome Cloud, StoryHunt relied heavily on web-based functionality and custom-built solutions to handle native features. This approach created several challenges:

**Stability Issues**: Custom implementations for critical features like media playback and offline data handling were prone to bugs. Audio playback, a core part of the StoryHunt experience, was particularly affected.

**Slow Release Cycles**: Deploying updates required submitting native builds through app store review processes, meaning even minor fixes took days to reach users. For a team iterating on a recently launched product, this was a serious bottleneck.

**Manual Deployment Overhead**: Releases required significant manual effort, pulling focus away from product development. Maintaining native functionality across both iOS and Android added further complexity and cost.

**Dependency on External Developers**: The complexity of maintaining custom native solutions meant the team relied on external developers for certain tasks, increasing both cost and turnaround time.

## Why Capawesome Cloud

StoryHunt previously relied on internal, custom-built solutions for native functionality and deployment, but the maintenance overhead wasn't worth the complexity. After evaluating their options, they chose Capawesome Cloud for several reasons:

**Complete Ecosystem**: Rather than piecing together multiple tools and vendors, StoryHunt found a single platform covering native functionality (through [Capawesome Insiders](../../insiders/index.md) plugins), [live updates](../../cloud/live-updates/index.md), [native builds](../../cloud/native-builds/index.md), and [app store publishing](../../cloud/app-store-publishing/index.md).

**Developer Experience**: The platform fits into existing workflows. Everything works out of the box, so setup and configuration take little time.

**Responsive Support**: Support has been fast, responsive, and proactive. A small team can't afford to get stuck on integration issues.

> "Capawesome Cloud gives us a tightly integrated setup across native functionality and deployment, making it easy to ship both code and updates fast without added complexity. The platform just works, and their support is fast, responsive, and genuinely helpful."
>
> — Mathias Mølgaard, CEO at StoryHunt

## Integration & Workflow

StoryHunt integrated Capawesome Cloud into their existing development workflow using [GitHub Actions](https://github.com/features/actions){:target="_blank"} for CI/CD, automating builds and deployments across iOS and Android with minimal manual steps.

### Live Updates with Firebase Remote Config

A key part of StoryHunt's setup is combining Capawesome Cloud [Live Updates](../../cloud/live-updates/index.md) with [Firebase Remote Config](https://firebase.google.com/docs/remote-config){:target="_blank"} to control how updates are delivered. This combination gives them fine-grained control over the update experience:

- **Optional vs. required updates**: Remote Config flags determine whether an update is critical (requiring immediate action) or can wait until the next app reload
- **Staged rollouts**: Updates are tested through channel-based distribution before wider release
- **Rollback strategy**: A clear rollback plan allows the team to quickly revert changes if issues arise in production

### Native Builds & App Store Publishing

Beyond live updates, StoryHunt uses Capawesome Cloud's [Native Builds](../../cloud/native-builds/index.md) and [App Store Publishing](../../cloud/app-store-publishing/index.md) features to handle the full release lifecycle. Combined with [Automations](../../cloud/automations/index.md), builds are triggered directly from their codebase with proper code signing across both platforms and published to the App Store and Google Play automatically.

This end-to-end automation means the team spends minimal time on release management and can focus on building the product.

## Results

StoryHunt recently launched a new version of their app and is already seeing clear improvements:

**Faster Iteration Cycles**: Updates and fixes now reach users in hours instead of days. For a product centered around interactive audio experiences, the team can now fix playback issues or push content updates without waiting on a store review.

**Reduced Development Costs**: By replacing custom-built native solutions with Capawesome Insiders plugins (including plugins for [Firebase](../../sdks/capacitor/firebase/authentication.md), [Purchases](../../sdks/capacitor/purchases.md), and audio playback), StoryHunt eliminated significant maintenance overhead and reduced their dependency on external developers.

**Improved App Stability**: Moving from custom web-based implementations to native solutions through Capawesome plugins significantly improved reliability, especially for audio playback, which is core to the product.

**Faster Feature Development**: With the deployment pipeline automated, the team ships features without release work eating into development time.

## Get Started

Want to see how Capawesome Cloud fits into your team's development and deployment workflow? Book a demo to learn more.

[Book a Capawesome Cloud Demo](https://cal.com/team/capawesome/cloud-demo){ .md-button .md-button--primary }

## Conclusion

If your team maintains custom native code for something a supported plugin already covers, drop that code first, starting with the features that break most often. Then automate the release path so fixes reach users without a store review. To control how those updates land, pair live updates with the [Capacitor Firebase Remote Config plugin](../../sdks/capacitor/firebase/remote-config.md) and decide per release whether an update is optional or required.

For more on how teams use Capawesome Cloud at scale, check out the [snapAddy case study](./case-study-snapaddy-live-updates.md) on deploying live updates to 200K+ monthly active users. Have questions or want to connect with other Capacitor developers? Join the [Capawesome Discord server](https://discord.gg/VCXxSVjefW){:target="_blank"}. And to stay updated on new guides and features, subscribe to the [Capawesome newsletter](https://capawesome.io/newsletter/){:target="_blank"}.
