Hacker News new | ask | show | jobs
by devSm0ke 2526 days ago
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!