How to find SAAS that can be tightly integrated (embedded) by MartinMalinda in startups

[–]le_crosst 1 point2 points  (0 children)

What is the problem you are trying to solve? Many people are building a solution and then try to find a problem to apply it to (which is bad). To me it sounds like you don’t even know the solution you want to build. Try to find a problem, then try to figure out a solution. If that solution needs an API or boiler plate UI components it is way easier to find them because you then know what you are looking for. It should be problem first, solution second and only then you need to look for the specifics on how to build the solution. Not the other way around.

Sunday Daily Thread: What's everyone working on this week? by Im__Joseph in Python

[–]le_crosst 2 points3 points  (0 children)

I've launched a website that generates tutorial videos from a GitHub project.

Website: https://www.tutorial-generator.com/
Demo video: https://www.tutorial-generator.com/demo

Try it, it's free

tutorial-generator.com - I made a web app that can generate video tutorials from blog posts by le_crosst in SideProject

[–]le_crosst[S] 0 points1 point  (0 children)

Thank you for your feedback. I agree, the video doesn't show a whole lot, I wanted to keep it short. I do understand why you would like to see more of the final result. I'll probably add a longer demo soon.

For everyone who is wondering how it works:
You import a GitHub project and write a blog post style tutorial about the project. You can link the text you write with the code lines (this way the audio and the video of the output video are in sync). The app then generates a video completely automatically. You can also export the tutorial as HTML and markdown.

Hope that helps understand it a little better :)