Content rating
Teen
1K+
Downloads
Content rating
Teen
Diverse Content: Discretion Advised
Users Interact, In-App Purchases
Learn more
Screenshot image
Screenshot image
Screenshot image
Screenshot image
Screenshot image
Screenshot image
Screenshot image
Screenshot image
Screenshot image
Screenshot image
Screenshot image
Screenshot image

About this app

Afterlight is a legacy planning service that allows users to create and schedule messages, memories, and guidance for their loved ones. It includes features like a digital vault, recipient management, trusted contacts, and automated message delivery based on various triggers, including a "proof of life" check-in system. Leave a Loving Legacy for those who matter most.
Leaving a Loving Legacy!!!
Updated on
Aug 1, 2026

Data safety

Safety starts with understanding how developers collect and share your data. Data privacy and security practices may vary based on your use, region, and age. The developer provided this information and may update it over time.
  • No data shared with third parties
    Learn more about how developers declare sharing
  • No data collected
    Learn more about how developers declare collection
  • Data is encrypted in transit
  • You can request that data be deleted

What’s new

Split every page route into a lazy-loaded chunk via React.lazy + Suspense so only the Landing page bundle is parsed on startup.
Added a PageLoader fallback spinner shown while each lazy route chunk downloads.
Service worker registration stays deferred to the load event
Net effect: eliminated the giant initial bundle that was blocking the main thread and causing the ~30 July ANRs.