Software Alternatives & Reviews

Ask HN: Simplest stack to build web apps in 2021?

ember.js Kemal Tailwind CSS FastAPI Kit55 Strapi Hugo Imba
  1. A JavaScript framework for creating ambitious web apps
    Pricing:
    • Open Source

    #Javascript UI Libraries #JS Library #JavaScript Framework 27 social mentions

  2. 2
    Kemal is a web framework written in Crystal.
    Pricing:
    • Open Source

    #Web Frameworks #Developer Tools #Programming Language 6 social mentions

  3. A utility-first CSS framework for rapidly building custom user interfaces.
    Pricing:
    • Open Source
    And pair with https://tailwindcss.com and you are golden. Seriously, is super productive this way!

    #Developer Tools #Design Tools #Website Design 864 social mentions

  4. FastAPI is an Open Source, modern, fast (high-performance), web framework for building APIs with Python 3.6+ based on standard Python type hints.
    Pricing:
    • Open Source
    • Free
    As an aside (and as a Python/Flask user on several past projects) I'd also recommend taking a look at FastApi. (https://fastapi.tiangolo.com/) I've not used it in depth yet, but from a poke around the overall design and syntax seem very nicely thought out (much more logical/intuitive than Flask, honestly) and it's very fast.

    #Developer Tools #API Tools #Python Programming 232 social mentions

  5. 5
    The Dev Server GUI for Static Websites. Easy to use, super fast desktop app that will compile your html templates for you.
    Pricing:
    • Freemium
    • Free Trial
    • $29.0 / Monthly (Pro)
    Have you ever tried Jinja templates? Kit55 (https://stack55.com) provides a super simple tech stack with barely any config if all you need are static pages + a simple JSON based CMS backend. Disclosure - I work for Stack55.

    #Website Builder #Static Site Generators #Multilingual Site Generator 18 social mentions

  6. 6
    Strapi is the most advanced Node.
    Pricing:
    • Open Source
    And gives you built in api to create, read , update and manage access, so its almost like a combination of wp + hasura kinda, and it comes in one docker image to host, you can choose between sqlite3 and postgres for the db. Hugo for building my static web pages and page templates, after that I either render it statically with hugo (and serve it with nginx) or migrate the final file into template folder for my python app Then for the dynamic content, I just use flask and jinja2 to serve the pages, along with fastapi if I need to built a custom api (i try to handle it with strapi and only build my custom api if I need to) [strapi](https://strapi.io/).

    #CMS #Blogging #Blogging Platform 310 social mentions

  7. 7
    Hugo is a general-purpose website framework for generating static web pages.
    Pricing:
    • Open Source

    #Static Site Generators #Blogging #Blogging Platform 353 social mentions

  8. 8
    Take a whole lot of Ruby, a pinch of Python and some React, get Imba
    Pricing:
    • Open Source

    #Personal Finance #Financial Planner #Android 36 social mentions

Discuss: Ask HN: Simplest stack to build web apps in 2021?

Log in or Post with