Hacker News new | ask | show | jobs
by heyalexej 2523 days ago
Great work! A readme with a link to a landing page linking back to the readme.
1 comments

All of the app-generator repos are the same, as far as I can tell: https://github.com/app-generator

What gives?

Some empty repos are created to force Google indexing. AppSeed provides some basic tools, full-stack boilerplates, and pre-built apps. 99% are open-source released under the MIT license. Apps are generated, using the HTML parser as first processor int the whole flow:

Flat HTML -> HTML Parser -> extract layouts & components and inject them in apps: - flask - php - ...

Free apps: - https://appseed.us/admin-dashboards - https://appseed.us/apps/bulma-css

Another tool, related to the parser is the CSS conversion tool from Bootstrap to Bulma & Tailwind.

Stay tuned!

This DEMO shows more:

https://www.youtube.com/watch?v=CnO1AozqyPA

I'm working on this for more than 1 year

What's the purpose of this submission though?
I mean the work behind, is more than a slim readme. Still testing & improving the tool. When I have something usable, I will commit the sources.