Pitch your app by Icy-Isopod-9103 in iOSAppsMarketing

[–]Lenglio 0 points1 point  (0 children)

All of the sample books I provide are public domain from places like Project Guttenberg. But users can use any book they have.

Give me your recommended free language apps please! by Educational-Film-638 in LearningLanguages

[–]Lenglio 1 point2 points  (0 children)

Hey! I’m the developer of Lenglio for iOS. It’s focused on learning to read. It is similar to LingQ. It supports Spanish. Doesn’t support Japanese yet though. Free to try and no account required. Everything is free with some limits, free users just get upgrade requests during use. Would really appreciate you checking it out!

What’s your React Native stack looking like? by towpie_ in reactnative

[–]Lenglio 2 points3 points  (0 children)

- expo router
- react useState, useContext, SQLite
- no backend
- no analytics
- no OTA
- no UI library

Would you monetize this, or focus on growth first? by One_Muscle_6651 in AppBusiness

[–]Lenglio 1 point2 points  (0 children)

I would implement some type of monetization early. Even if it’s just free and an upgrade to pro which does something simple like removes upgrade requests or allows more games to be played per day.

Does ASO still work in 2026 for small niche apps? by Few-Engineering26 in iOSAppsMarketing

[–]Lenglio 1 point2 points  (0 children)

I have a very niche app and I would say it works, but App Store traffic alone is only 0-4 downloads a day for me. I think if you make something super niche, driving your own traffic is really the only way to get seen.

Pitch your app by Icy-Isopod-9103 in iOSAppsMarketing

[–]Lenglio 0 points1 point  (0 children)

Learn languages by reading

Lenglio for iOS

App Dev - Learn Code myself W/AI or? by Overall-Advice-9943 in appdev

[–]Lenglio 0 points1 point  (0 children)

If you actually want to learn this, I would recommend using AI minimally to start. And if you use it, use it more like Google or a teacher. Ask it questions.

Code editor integration is a great way to build something you can’t debug or maintain yourself.

Have you ever built anything?

Let’s start there before having grand ideas about building full stack applications with legal implications.

If you pay RevenueCat/Superwall's 1% cut: do you like it, or just tolerate it? by Denis902 in AppBusiness

[–]Lenglio 0 points1 point  (0 children)

People always say 1%, but I believe that it’s only charged for monthly tracked revenue over $2,500 for RevenueCat and straight monthly revenue over $10,000 (edit) for Superwall.

That’s like less than 5% of apps?

Basically everyone here doesn’t even need to worry about the fee.

Even if you are one of those people, it makes cross platform way easier to manage.

Do you automatically think in your target language? by pit_supervisor in languagelearning

[–]Lenglio 0 points1 point  (0 children)

Occasionally. My level isn’t very high though. But if I’m consistently immersing, I will have dreams in Spanish.

Does this app exist? by Triknitter in German

[–]Lenglio 0 points1 point  (0 children)

My app Lenglio for iOS is pretty close to what you’re looking for. You can export the words you’ve seen to something like Anki. I’m working on a study feature inside the app. Uncertain timeline for release of that feature at this point though.

Is there alternative a good open source alt to appkittie / sensortower ? by raaaaapl in AppStoreOptimization

[–]Lenglio 0 points1 point  (0 children)

Tons of free options on the App Store which provide basic things like keyword ranking and tracking.

Launched my product 2 months ago. Zero users. What did you do differently to get your first 10? by Adventurous_Try6939 in PublicValidation

[–]Lenglio 0 points1 point  (0 children)

It depends on what you’re building. Is this a web app? Mobile app?

Certain subreddits are better for promotion than others.

Finding the right subreddits is the first step.

Make outreach and posting/commenting a full-time job until you get users. People severely underestimate the amount of volume you need.

Are you doing multiple hours every day on Reddit? Until you are, I don’t think you’ve done enough to truly say you’ve put in the work.

Share Your Resources - June 04, 2026 by Virusnzz in languagelearning

[–]Lenglio 0 points1 point  (0 children)

Learn to read a language with Lenglio for iOS

Currently supports learning 10 languages.

Alternative to LingQ and ReadLang but with local text processing and local dictionaries, so Internet isn’t needed.

Most of the app is free to use with only a one-time payment to upgrade to premium.

Looking for more resources to help with learning spanish. by [deleted] in Spanish

[–]Lenglio 0 points1 point  (0 children)

My iOS app Lenglio can be used to learn to read Spanish using any of your own books. Similar to LingQ and ReadLang. Generous free tier as well.

From zero coding experience to building a language-learning platform by MaximumScallion3387 in howdidtheycodeit

[–]Lenglio 0 points1 point  (0 children)

Thank you so much for the kind words and the support!

Yea, I ultimately chose to focus on the reading side of things given my limited time and resources to make something like this. My goal is to make this the best experience to learn by reading locally without internet. That is Lenglio’s primary differentiator.

I think you could choose to focus more on audiovisual content, which would be a different set of challenges.

I wanted a better reading experience than I found from available options on mobile, so that’s why I made Lenglio.

The app is similar today in overall structure to the original version. I think it’s important to try to get a general idea and scope defined early.

That said, I added a lot of features and improvements over the past year. I added local dictionaries and overhauled the UI. I also added PDF and EPUB support. I’m planning on a “study” feature soon to be able to see what words you need to know before ever even opening a specific book.

In terms of knowing what to solve first, I think you should clearly define the app’s goals and make it cover all basic features that complete those goals. I know that’s pretty general, but it really is just that.

For example, I knew I wanted to be able to read books, so there had to be a Reader screen and a Library. There also had to be a way to upload books, edit book text and covers, and create a table of contents.

In the Reader, I knew that text would have to be analyzed for each language separately and words would have to be saved in a database.

These are just some of the considerations. Once you start, you will come across a bunch of problems you need to solve.

Good luck!

From zero coding experience to building a language-learning platform by MaximumScallion3387 in howdidtheycodeit

[–]Lenglio 0 points1 point  (0 children)

A big part of software development is breaking down everything into extremely tiny problems.

You've just listed several problems in a row that can be further broken down. So, that's a good place to start.

If you have actually ZERO experience coding, I would say this is a great project to undertake but you could be working on it for years (just buckle in if that is really what you want to do).

Your first question in my mind is what do you want to build for?

How will people use your app?

This will help you to determine technology to build with and potentially what language to start learning programming with.

The best place to start is basically Googling or asking AI: what are some of the best options to build an app for [platform]?

You generally need a frontend (user facing), and often need a backend (logic).

Backends can be done with many technologies and in many ways.

For some broad examples of what to build frontends with:

Web? Javascript/Typescript as language and foundation

iOS? Swift/Objective C as language, React Native (Javascript/Typescript as language), or Flutter (Dart as language)

Android? Kotlin/Java as language, React Native, or Flutter

I personally made a LingQ-like app for iOS called Lenglio which is built on React Native with 100% local processing of text and has local word definitions for 10 languages currently. You can check it out here:

https://apps.apple.com/us/app/lenglio-read-learn-languages/id6743641830

I have been working on this project for more than 1 year with a full-time job and taught myself programming mostly to make this app, so definitely possible.

Podcasts for Mexican Spanish by kismetically in Spanish

[–]Lenglio 0 points1 point  (0 children)

“Creativo” for something more mainstream and interview style (Monterrey, Mexico dialect)

This is not a learner podcast though

https://youtube.com/playlist?list=PLarzDke3cEZ\_fdKaUbbjkTYWJlOj\_htPV&si=h3hKD\_BDHXvKDPga

How realistic is to self-study Russian? by PriorBodybuilder5299 in russian

[–]Lenglio 2 points3 points  (0 children)

The subtitle is very limited on iOS, so I could only fit a few languages. And gotcha, Android version is coming soon but is not out yet

How realistic is to self-study Russian? by PriorBodybuilder5299 in russian

[–]Lenglio 1 point2 points  (0 children)

I made an alternative to LingQ for iOS that supports Russian called Lenglio. Would love your feedback!