open-props VS web_app_from_scratch

Compare open-props vs web_app_from_scratch and see what are their differences.

web_app_from_scratch

One script for every web framework which sets up a minimal web app with routing, templates and users. (by no-gravity)
Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
open-props web_app_from_scratch
49 5
4,390 50
- -
8.3 0.0
9 days ago over 1 year ago
HTML Shell
MIT License -
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

open-props

Posts with mentions or reviews of open-props. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-02-27.
  • Learn CSS Layout the Pedantic Way
    7 projects | news.ycombinator.com | 27 Feb 2024
    There's still some boilerplate, but I'm a big fan of Open Props[0] because it takes a hybrid approach. CSS isn't necessarily reinventing the wheel, but allowing for easier / more powerful approaches to difficult layouts or things that would otherwise require JS. Bootstrap is fine but troubleshooting advanced layout issues involves a lot of inspecting elements to see what styles are actually being applied (at least in my experience, YMMV) so I'd personally always bet on CSS.

    [0] https://open-props.style/

  • Why Tailwind Isn't for Me
    2 projects | news.ycombinator.com | 26 Jan 2024
    I don't quite get the hate for having CSS in another file. Do you also put all your react stuff in one single file ? That same logic and argument can be applied against all modularization.

    And really 20-50 tailwind classes in a single element is VERY hard to read and keep in mind. No - it does not make things clear or understandable. One tends to need to re-read and scan over from the beginning and eyes glaze over. Esp if some elements only vary with a few classes missing. I guess it works for people with very high attention to detail and high amount of working memory. I only find it personally frustrating.

    Maybe tailwind css works for some bright people. I did try it for a couple of projects and only felt pain.

    However, the "atomic css" philosophy behind tailwind is great. I find framewroks like https://open-props.style/ far better to use.

  • Htmx and Web Components: A Perfect Match
    5 projects | news.ycombinator.com | 18 Jan 2024
  • Styling React 2023 edition
    11 projects | dev.to | 3 Nov 2023
    Open Props adds to the set by providing extra custom properties for things like easing functions or animations.
  • The Future of CSS: Easy Light-Dark Mode Color Switching with Light-Dark()
    5 projects | news.ycombinator.com | 9 Oct 2023
    > If you wanted to actually solve theming, what you should work for is not a constrained helper function like light-dark(), but instead a shared token schema. Today nearly every company has their own token schema and different ways of naming things in the semantic token layer. If we had a shard language here, not only would it be trivial to add light/dark theming (just redefine a few variables that are already provided for you), code could be shared between sites and inherit the theming/branding.

    Isn't that the idea behind https://open-props.style/ (and https://theme-ui.com/ in JS land)?

    I think it's a great idea, but hampered by the lack of adoption incentives for the very people that need to adopt it for it to become successful (design system/component library authors). It introduces constraints, but the promised interoperability is not really beneficial to the people who need to work within those constraints.

  • Tailwind CSS and the death of web craftsmanship
    8 projects | news.ycombinator.com | 2 Aug 2023
    I do think that the real value of Tailwind comes from the utility classes, rather than css-in-html paradigm. You could achieve the same, for example, with Pollen.css [0] or Open Props [1].

    [0] https://github.com/heybokeh/pollen

    [1] https://github.com/argyleink/open-props

  • What is the best styling strategy for a Svelte project?
    1 project | /r/sveltejs | 12 Apr 2023
    If you choose to style with plain CSS you can add design tokens as CSS variables with Open Props: https://open-props.style.
  • Released tw-variables: 400 useful Tailwind utilities as ready-to-import CSS variables
    2 projects | /r/Frontend | 11 Mar 2023
    Some time ago I discovered Open Props which provides a lot of design tokens as CSS variables and started using it in some of my projects.
  • [Showcase] Searching for Friendly-User for Scrum-Tool Miyagi
    4 projects | /r/sveltejs | 5 Feb 2023
    CSS: Open Props (https://open-props.style/)
  • What UI framework would you recommend?
    10 projects | /r/sveltejs | 2 Feb 2023
    https://open-props.style/ gives you design tokens as CSS variables. It’s CSS only and not Svelte specific.

web_app_from_scratch

Posts with mentions or reviews of web_app_from_scratch. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-08-23.
  • Server-Side Rendering Is a Thiel Truth (2020)
    3 projects | news.ycombinator.com | 23 Aug 2023
    How do you mean Django is heavy? When I think about heavy, I think about how hard it would be to replace the framework with my own code in the future. So I don't like magic. Both, Django and Flask seem to have a similar amount of magic to me. But I might be wrong. I tried Flask only very briefly.

    Me and other devs maintain this repo which shows how to get from a fresh Debian install to a running web app via different frameworks:

    https://github.com/no-gravity/web_app_from_scratch

    As you can see, it also has a Flask version.

    Contributions are welcome!

  • Ask HN: Good resource on writing web app with plain JavaScript/HTML/CSS
    27 projects | news.ycombinator.com | 16 Nov 2022
    Why using python3-django on debian instead of a venv and the last lts of django from pypi on your script[0] ?

    [0]: https://github.com/no-gravity/web_app_from_scratch/blob/main...

  • Ask HN: Do you contribute to open source projects?
    7 projects | news.ycombinator.com | 22 Mar 2022
    I am building an open source web framework comparison.

    The idea is to put together a project that gives an overview of how to set up a minimal viable web application from scratch via all the different frameworks.

    For each framework the project features a self explanatory shell script that builds a web app with routing, templates and user accounts. So there is no ambiguity of how to reproduce the results. And it is even possible to just copy&paste the steps into a docker container and see the framework in action.

    So if you want to compare how the frameworks do templating, you can look at the "Let's use templates" part and have a quick overview of how it is done in Django, Laravel, Flask, Symfony, NextJS...

    So far, 5 developer joined and contributed.

    Here is the repo:

    https://github.com/no-gravity/web_app_from_scratch

  • Ask HN: Who Wants to Collaborate?
    50 projects | news.ycombinator.com | 1 Feb 2022
    I am building an open source web framework comparison.

    The idea is to put together a project that gives an overview of how to set up a minimal viable web application from scratch via all the different frameworks.

    For each framework the project features a self explanatory shell script. So there is no ambiguity of how to reproduce the results. And it is even possible to just copy&paste the steps into a docker container and see the framework in action.

    The shell script for each repo starts from scratch and builds a web app with routing, templates and user accounts.

    Here is the repo:

    https://github.com/no-gravity/web_app_from_scratch

    So if you want to compare how do you use a template, you can look at the "Let's use templates" part and have a quick overview of how it is done in Django, Laravel, Flask, Symfony, NextJS...

    So far, I wrote the beginning of the Django script and two developers contributed Laravel and Symfony scripts. So far we have routing and templates. All three still need user accounts.

    If you are experienced in a web framework, feel free to add to one of the scripts or a new one and send a pull request!

What are some alternatives?

When comparing open-props and web_app_from_scratch you can also consider the following projects:

carbon-components-svelte - Svelte implementation of the Carbon Design System

html-form-to-google-sheet - How to submit HTML forms to Google Sheets. (Updated for 2023 Script Editor)

svelte-headlessui - Unofficial Svelte port of the Headless UI component library

DS4Windows - A reimagination of DS4Windows.

pollen - The CSS variables build system

share-file-systems - Use a Windows/OSX like GUI in the browser to share files cross OS privately. No cloud, no server, no third party.

modern-normalize - 🐒 Normalize browsers' default style

langterm - 🕹️ WebGL-based VT220 emulator, made as a learning example and frontend for a text adventure

Tailwind CSS - A utility-first CSS framework for rapid UI development.

Yacy - Distributed Peer-to-Peer Web Search Engine and Intranet Search Appliance

vanilla-extract - Zero-runtime Stylesheets-in-TypeScript

bangle-io - A web only WYSIWYG note taking app that saves notes locally in markdown format.