1
3 Comments

how to build an scalable online learning platform like domestika? What online tools can I rely one to ship my product quickly.

I have got almost small 10 courses ready and I need to launch a platform to deploy them. I am creating my own platform as it is for a specific country. I also intend to have a marketplace to sell the supplies to the students. I am familiar with coding but never built a commercial product. I need to rely on some efficient tools to design my custom platform. This is going to be my first product. Any other suggestion and recommendation for rapid development are welcome.

on February 4, 2023
  1. 1

    I think you should use some no code solution to create this platform. Have you looked into Teachable (https://teachable.com/) and Gumroad (https://gumroad.com/)?

  2. 1

    I think I would have two systems for this.

    • One simple web app to show the courses and other stuff. I would start by focusing on this one.
    • And then another app using canvas lms. Here I would set up everything after someone buys a course, doing things that don't scale (configuring users manually for example), etc.

    Hope it helps.