Is it Possible to Build a Full SaaS Using Just MD Files?

0
6
Asked By CreativeCoder42 On

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

Answered By SkepticalDev99 On

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).

ChillCoder77 -

Yeah, it feels like you want an easier way out without actually putting in the technical work!

Related Questions

LEAVE A REPLY

Please enter your comment!
Please enter your name here

This site uses Akismet to reduce spam. Learn how your comment data is processed.