Posts

My Gita web app: Regular app backend data service is not working and so using simpler backend data service

Last updated on 4 Dec. 2025 This post is about my Gita web app deployed on Vercel . .... My post on Gita web app . Jump to Resetting app to regular functionality ====================================== Related ChatGPT (CG) chat: Gita app sitedown, on 30 Nov. 2025 On 30 Nov. 2025, I found that the Gita app's backend data service - https://gql.bhagavadgita.io/graphql - provided by somebody else, and so not in my control, is not working.  So the app showed a "Sorry! Something went wrong!" message with following technical details (To get the specific message, on 1 Dec. 2025, I re-ran the last deployment before I made changes for this issue:  gita-jyk0kl1h5-ravi-s-iyers-projects.vercel.app deployed on 7 Sept. 2024) : Details: An error occurred in the Server Components render. The specific message is omitted in production builds to avoid leaking sensitive details. A digest property is included on this error instance which may provide additional details about the nature of the ...

No-code LMS website (web app) using WordPress.org hosting and free Tutor LMS plugin (Open Source)

Last updated on 29 Nov. 2025 ToDo Note: I have old posts covering WordPress plugin solutions for some areas (eCommerce?) as well as installation of WordPress.org on my PC and trials with some plugins. I should find those old posts and link to the useful ones here. Interesting video showing how to create an LMS by hosting Wordpress.org and using plugins with the main plugin being Tutor LMS. The video is authored by an Indian and so caters to India specific stuff like using RazorPay for UPI and Net-banking payments. WordPress.org is Open Source. Tutor LMS core is free and open source,  https://github.com/themeum/tutor . I have to say that I did not expect any part of it to be open source. Most of the video uses the free version of Tutor LMS and so the related source code is open/available. Note that the Tutor LMS home page does not say it is Open Source and so, if Open Source is a requirement for a solution, it may be better to confirm that the free plugin downloaded through WordP...

Searching for Open Source React Native LMS frontend apps with low hosting cost LMS backend

Last modified on 29 Nov. 2025 27 & 28 Nov. 2025 Google search AI response for 'Open Source React Native LMS frontend' says: While there are general open-source React Native projects and open-source Learning Management Systems (LMS) with React web frontends, there is no single, prominent, ready-to-use open-source React Native LMS frontend project that is widely recognized as a complete product for mobile apps.  Frappe LMS: This is a 100% open-source LMS application that integrates with the Frappe framework. The frontend is web-based, but its modular nature makes it possible to build a React Native client that consumes its API. MERN Stack Examples: Many GitHub repositories offer full-stack MERN (MongoDB, Express.js, React, Node.js) LMS examples. These are usually web applications, but can serve as architectural inspiration or a starting point for building a mobile version. In summary, you will likely need to build the frontend yourself using React Native/Expo, connecting it t...