conty

Interactive stories for kids. Download & play offline, anytime!

MIT License

Stars
9

Installation

AppVerifier hashes

Conty:

com.akylas.conty
39:EA:68:80:92:09:BA:74:AF:24:F0:8E:DE:D1:CB:79:D7:BE:B6:9D:47:3D:99:FF:DF:1A:51:54:0F:A3:54:72

Welcome to Conty, the ultimate app for kids to enjoy immersive, interactive stories! With our app, you can download and listen to captivating, free-to-play stories that encourage creativity, imagination, and learning. Whether at home or on the go, your child can dive into exciting adventures that play right from your phone, with or without internet access! Key Features:

🌟 Interactive Stories for All Ages: Explore a growing library of stories designed to entertain and engage young minds. Each story is interactive, allowing children to make choices that shape the narrative, making every adventure unique!

📥 Download & Play Offline: Download your favorite stories from the app and store them on your phone. No internet? No problem! Once downloaded, your kids can listen and enjoy the stories offline, anytime, anywhere.

🌍 Community-Created Stories: Access free stories created by a vibrant community of storytellers and enthusiasts. Discover new voices and perspectives as the library continues to grow.

💡 Safe & Kid-Friendly Environment: We prioritize child safety. The app offers a secure, ad-free experience with age-appropriate content, designed specifically for young children.

How It Works:

Browse: Open the app and explore the library of available stories.
Download: Choose a story to download and save it to your device.
Listen & Interact: Hit play and let your child start their interactive story adventure!
Offline Access: Once downloaded, you can access and play the stories anytime, even without an internet connection.

Screenshots

Having issues, suggestions and feedback?

You can,

Languages:

The Translations are hosted by Weblate.org.

Feature Graphic generated with hotpot.ai

Building Setup

Nativescript

First setup Nativescript

This project is optimized to be built with Akylas Fork. Though it would work with main it is best to use this fork. The package.json defines a resolution to ../NativeScript/dist/packages/core so clone the fork and build it using npm run setup:yarn && npm run ui-mobile-base:build && npm run core:build

Yarn

You need to use yarn with this project as it uses the portal: protocol for some dependencies. Note that the project has some yarn link for easy local dev for me. The best is for you to remove the resolutions part of the package.json

Building

Now that all is setup and that you prepared the 3rd party libraries you can actually build and run the app:

  • yarn
  • ns run android --no-hmr --env.devlog (replace by ios for iOS...)

This should run the app on the first discovered device or emulator.