I’m excited to share a set of mobile apps I’ve recently completed and published on both the Google Play Store and the Apple App Store. These apps are designed with a simple goal in mind: to make meaningful, structured content more accessible, whether you’re studying theology or improving your English vocabulary. 📱 Now Available on Both Platforms All apps are live and available for download: Google Play Developer Page: https://play.google.com/store/apps/dev?id=5835943159853189043 Apple App Store Developer Page: https://apps.apple.com/ca/developer/q-z-l-corp/id1888794100 📖 Theology & Confession Study Apps For those interested in Reformed theology and classical Christian teachings, I’ve developed a series of apps that present foundational texts in a clean, focused reading format: The Belgic Confession Canons of Dort Heidelberg Catechism Westminster Shorter Catechism Each app is designed to provide a distraction-free experience, making it easier to read, reflect, and revisit these im...
WSC QA: Study the Westminster Shorter Catechism | Q.Z.L Corp
- Get link
- X
- Other Apps
By
Errong Leng
-
WSC QA: Interactive Catechism Learning App
By Q.Z.L Team | Published on 2026-01-20
Demo Video
Elevator Pitch
Deepen your knowledge of the Westminster Shorter Catechism in English & Chinese with a modern app featuring full Q&A, scripture references, quizzes, text-to-speech, and an AI Tutor for guided learning.
What it does
- Complete catechism Q&A in English & Chinese.
- Full scripture references for every answer.
- Interactive quiz mode to test knowledge and memorization.
- Text-to-speech support for auditory learning.
- AI Tutor Chat powered by Gemini 3 for real-time guidance.
- Modern interface for smooth browsing and study.
Try it now: Web App | Android w/ ads | Android Paid, no ads
Inspiration
We wanted a modern, interactive, and accessible way to study the Westminster Shorter Catechism. Students, teachers, and parents often struggle with static text, so we combined a bilingual interface, quizzes, text-to-speech, and AI Tutor for guided learning.
How we built it
- React Native + TypeScript for cross-platform apps.
- TailwindCSS for clean and modern UI.
- Text-to-Speech for auditory learning.
- Interactive quiz module with randomized questions.
- Gemini 3 AI Tutor for real-time guidance.
Challenges
- Balancing bilingual content while keeping interface clear.
- Making AI Tutor interactions accurate and encouraging.
- Designing quizzes that are challenging but not discouraging.
- Ensuring smooth Text-to-Speech playback across devices.
Accomplishments
- Complete modern redesign for cross-platform use.
- Interactive learning tools: quizzes, AI Tutor, and text-to-speech.
- Bilingual support for English and Chinese speakers.
- Guided, structured, and motivating learning experience.
What's Next
- Expand AI Tutor capabilities for complex theological questions.
- Add spaced repetition and smart quiz suggestions.
- Introduce progress tracking and streaks to motivate daily study.
- Explore additional translations and accessibility features.
- Refine interface design for smoother, more intuitive learning.
❤️ Support This Blog
If this post helped you, you can support my writing with a small donation. Thank you for reading.
AI tutor
Bible study
bilingual
Christian doctrine
Code
quiz
React Native
text-to-speech
Westminster Shorter Catechism
WSC QA
- Get link
- X
- Other Apps
Popular Posts
Cross compile tensorflow for armv7l targets via bazel
By
三好Daddy
-
2026 Begins: Choosing to Stay on the Path as a Blogger
By
Errong Leng
-
Today is January 1st, 2026 . Before rushing into new goals, I spent some time looking back at the past 12 months of data for this blog — the quiet numbers that tell a very honest story. Looking Back at the Numbers Over the past year: 📈 Total views: ~44,600 👀 Daily average visits: ~200 💬 Comments: 19 💰 AdSense income: about $0.01 per month At first glance, these numbers may look small — especially the income. But when I zoom out, I see something more meaningful. This blog has been quietly read every single day . No viral posts. No aggressive promotion. No paid traffic. Just consistent readers arriving through search, bookmarks, and curiosity. That consistency matters. What the Traffic Graph Tells Me The graph over the last 12 months shows something important: Early months were quiet and uneven Mid-year brought steady growth Toward the end of the year, traffic became more stable , with clear spikes when certain posts resonated This tell...
Health Checks and Scaling Strategies for Next.js in Kubernetes
By
Errong Leng
-
Health Checks and Scaling Strategies for Next.js in Kubernetes This is Part 6 and the final post of the series: Self-Hosting Next.js in Kubernetes (Without Vercel) . At this point, your Next.js standalone app: Builds cleanly Runs in a minimal Docker image Deploys correctly on Kubernetes / OpenShift Serves static assets properly Uses runtime configuration and secrets Now let’s make it resilient and scalable . Why Health Checks Matter Kubernetes relies on health checks to: Know when a pod is ready to receive traffic Restart unhealthy containers Safely roll out new versions Without proper probes, traffic can be sent to a pod that isn’t ready yet. Readiness Probe A readiness probe tells Kubernetes: “This pod can accept traffic.” For most Next.js apps, the root path works well: readinessProbe: httpGet: path: / port: 3000 initialDelaySeconds: 10 periodSeconds: 5 If your app depends on downstream services (APIs, d...
Comments
Post a Comment