I'm looking for a way to create an entire SaaS application using only Markdown files, including handling the database and API. Is there a web framework that supports this kind of setup?
1 Answer
It sounds like you're asking to redo a whole app using Markdown, but why not just stick with a programming language instead? If you want everything in MD, are you also thinking about including the business logic? That could turn into a custom domain-specific language (DSL).
Yeah, it feels like you want an easier way out without actually putting in the technical work!