MVP Launch - Hey Celestia

AI-powered astrology and wellness companion mobile app

Overview

Building an AI-Powered Astrology and Wellness Companion

Hey Celestia is an AI-powered astrology and wellness companion that combines conversational AI with personalisation, journaling, and mood tracking. We partnered with Xenvio from technical strategy through to launch, delivering a cross-platform mobile app with end-to-end encrypted AI conversations, deterministic astrology calculations and scalable backend infrastructure.

Client: Xenvio
Industry: Astrology & Wellness
Project type: Cross-platform mobile app & AI infrastructure
Solution: MVP Launch
Timeline: 6-months to MVP launch, on-going partnership
Hey Celestia Screenshot 1
Hey Celestia Screenshot 2
Hey Celestia Screenshot 3
Hey Celestia Screenshot 4
Hey Celestia Screenshot 5

Challenge

Balancing AI flexibility with security, determinism and privacy requirements

Xenvio set out to launch Hey Celestia, a mobile app combining conversational AI, astrology-based personalisation and reflection tools.

The objective was to deliver a production-ready MVP that could:

  • Launch on iOS and Android
  • Immediately support real users and paid subscriptions
  • Handle sensitive, personal data responsibly
  • Act as a strong technical foundation for future growth

This required solving several non-trivial technical challenges across AI infrastructure, security, personalisation, and mobile delivery; well beyond a typical "chat app" or prototype.

Key Challenges

Security, Privacy & Trust

Ensuring a strong privacy and trust foundation from the first release.

  • End-to-end encryption of user chats, from device to LLM and back
  • Per-conversation encryption, where only the end user holds access to decrypted content
  • No plain-text storage of chat messages at rest
  • Secure handling of sensitive user-generated content (journal entries, mood check-ins)

AI Infrastructure & Guardrails

Building a robust AI infrastructure with clear guardrails to ensure safety and reliability.

  • Designing a modular AI platform using LangChain and LangGraph to orchestrate AI workflows
  • Clear separation between reasoning, prompt construction, moderation, and response generation
  • Implementing OpenAI's moderation API as a guardrail layer
  • Preventing unsafe outputs and prompt injection

Deterministic Data + Generative AI

Combining deterministic astrology calculations with conversational AI which was one of the project's key innovations.

  • Generating accurate birth charts from user-provided date, time, and location
  • Calculating astrological events (sun signs, lunar phases, transits)
  • Using deterministic data as the foundation for AI personalisation
  • Fine-tuning prompts to ensure outputs remained consistent, explainable, and verifiable

Dynamic Prompt Management

Allowing controlled refinement of AI behaviour without app store resubmissions.

  • Backend-managed system prompts for tone, logic, and guardrails
  • Safe experimentation during early-stage user feedback cycles
  • Version control and rollback capabilities for AI behaviour
  • Decoupling AI iteration from mobile release cycles

Production-Ready Mobile Delivery

  • Cross-platform mobile delivery using a single codebase
  • Background processing for scheduled insights and notifications
  • Performance optimisation for responsiveness and perceived speed
  • Full App Store and Google Play policy compliance from day one

Solution

Serverless architecture, modular AI and infrastructure that separates AI iteration from mobile release cycles

LGSE Limited partnered with Xenvio to design and build Hey Celestia as a production-ready MVP from the ground up, architected for real users, sensitive data, and scalability.

Architecture for Trust and Scale

We chose a serverless, event-driven architecture built on Firebase to minimise operational overhead whilst maintaining security and performance. This allowed Xenvio to focus on product-market fit rather than infrastructure management.

The mobile layer used React Native (Expo) for cross-platform delivery: one codebase for both iOS and Android without compromising native performance.

Security-first design

Rather than adding encryption as an afterthought, we architected end-to-end encryption from day one. Each conversation generates unique encryption keys held exclusively by the end user. Chat content never exists in plain text on our servers: not in logs, not in databases, not in transit. This was about earning user trust in a category where privacy matters.

AI as Infrastructure

We built the AI layer using LangChain and LangGraph to create modular, stateful workflows instead of monolithic prompt chains. This separation allowed us to:

  • Insert moderation and guardrails at appropriate points in the flow
  • Generate deterministic astrology data independently of AI generation
  • Use calculated birth charts and astrological events as grounding context for AI responses
  • Maintain explainability and consistency in outputs
  • Enable debugging and troubleshooting capabilities for AI workflows

Rapid iteration

We built a custom admin interface for backend-managed prompt refinement. This architectural decision meant Xenvio could iterate AI tone, logic, and behaviour based on early user feedback without waiting days for app store review cycles. Version control and rollback capabilities provided safety during experimentation.

Revenue-Ready from Launch

Subscription infrastructure was integrated from the beginning. We implemented Apple App Store and Google Play subscriptions via RevenueCat with full compliance including account deletion flows and data portability requirements.

Tech Stack

Mobile Application

  • React Native (Expo) - single cross-platform codebase
  • Tamagui - design system and theming

Backend & Infrastructure

Firebase

  • Firestore - user data, configuration, metadata
  • Cloud Functions - AI workflows, scheduling, orchestration
  • Authentication - identity management

AI & Personalisation

  • LangChain - prompt construction and LLM integration
  • LangGraph - stateful AI workflows and orchestration
  • OpenAI API - language model inference
  • OpenAI Moderation API - safety and guardrails

Monetisation & Platform Integration

  • Apple App Store & Google Play subscriptions via RevenueCat
  • Platform-compliant account and data deletion flows

Outcome

Production launch with paying users, encrypted conversations and iterative AI control

Hey Celestia launched successfully on iOS and Android as a production-ready product, not a prototype.

Key outcomes included:

  • Secure foundation: End-to-end encrypted AI conversations protecting sensitive user data from day one
  • Cross-platform reach: Single codebase deployed to both iOS and Android app stores
  • Revenue-ready: Subscription monetisation enabled at launch with full platform compliance
  • Iterative AI control: Backend prompt management system enabling safe refinement without mobile releases
  • Hybrid intelligence: Deterministic astrology data combined with AI personalisation for reliable, verifiable insights
  • Technical scalability: Architecture designed to support growth without requiring fundamental rewrites

The client gained:

  • Confidence to launch with real users and real monetisation
  • A technical foundation built on solid engineering principles
  • The ability to iterate AI behaviour independently of app releases
  • A security posture appropriate for handling sensitive personal data

Xenvio now has a platform that can evolve with their business, built on architecture that scales.

Learnings

AI Products require infrastructure thinking, not just interface design

Building Hey Celestia reinforced that successful AI products need more than a chat interface - they need robust infrastructure. The difference between a prototype and a production AI product lies in moderation layers, deterministic grounding data, version control for prompts, and clear separation between AI logic and delivery mechanisms.

Using LangChain and LangGraph proved invaluable for building modular AI workflows that follow industry standards. This architectural choice gave Xenvio the ability to easily iterate and test system prompts and outputs during development and post-launch, without needing to understand the underlying implementation details. The separation of concerns meant AI behaviour could evolve independently from the mobile application.

This project validated that combining deterministic calculations with generative AI creates more reliable, explainable outputs than pure LLM responses. Users need both the flexibility of conversation and the trustworthiness of verifiable data.

Architecture shapes how products are marketed

One unexpected insight was how technical decisions became product differentiators. End-to-end encryption wasn't just a security feature - it became a trust signal that shaped how Xenvio could position the product in market. In categories handling sensitive personal data like journal entries and mood tracking, the ability to say ‘your conversations are encrypted and we can't read them’ changes the entire value proposition.

This taught us that architecture isn't just about how systems work internally - it's about what promises you can make to users. Building encryption from day one was easier than retrofitting it later, and it unlocked marketing angles that wouldn't have been credible otherwise.

For founders building products in trust-sensitive categories, early architectural choices don't just affect technical scalability - they affect how you can talk about your product and what competitive position you can claim.

Building an AI Product with Complex Requirements?

We help founders to design, build, and scale web and mobile products involving AI, personalisation, or sensitive data handling, from MVP to growth.

Let's Discuss Your Project

FAQs

Frequently Asked Questions