settle-down VS pollen

Compare settle-down vs pollen and see what are their differences.

InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
settle-down pollen
3 19
0 854
- -0.2%
8.2 0.0
6 months ago 6 months ago
Go TypeScript
MIT License 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.

settle-down

Posts with mentions or reviews of settle-down. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-08-02.
  • Tailwind CSS and the death of web craftsmanship
    8 projects | news.ycombinator.com | 2 Aug 2023
    i'm very guilty of making entire sites with style="margin: 10px; padding: 10px; etc." every style I want right there inline. Inline styles FTW! I would always say: "I'm just getting it working and some css person can clean this up later."

    Now I use tailwind and I've learned their wonderful little syntax for mr-x or p-y and it does feel a little like inline style days. But I do make this file https://github.com/andrewarrow/settle-down/blob/main/assets/... with some stuff so I can say like "btn-main" over and over.

  • I Want Off Mr. Golang's Wild Ride
    1 project | news.ycombinator.com | 25 Jul 2023
    Like all languages you can make a mess or make something wonderful. It's also really hard to remove your own bias from the project itself and the drama (or lackthereof). I happen to love go, honey moon started in 2016 and hasn't stopped for me yet. Today's commits: https://github.com/andrewarrow/settle-down/tree/main/app

    Start at welcome_controller.go and follow the flow. Notice no structs for the sake of structs I make heavy use of map[string]any which serialized to json so nicely without as `json` modifiers.

  • Show HN: Independent contractor with N clients invoice pdf creation tool
    3 projects | news.ycombinator.com | 25 Jul 2023
    Well it's strange what you discover when trying to code what you thought would be "simple." Hello HN, I want to show my new creation called "settle-down". It's a simple independent contractor with N clients invoice pdf creation tool.

    I started down the PDF creation side using a PDF library with direct drawString, drawLine, etc. functions. But the complexities of using this library made me search github and I found:

    https://github.com/TheFpiasta/BuisnessPDF

    It's a very nice pdf invoice generation tool! But it just so happened to be in German and for German addresses and currency etc.

    I forked it: https://github.com/andrewarrow/BuisnessPDF

    And slowly but surely I found where I needed to add Address format changes and $ money symbol changes, etc. So without further ado I give you a free SaaS version available here:

    https://many.pw/sd

    Video demo here:

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

    And it's all open source if you don't want to use the SaaS version:

    https://github.com/andrewarrow/settle-down

pollen

Posts with mentions or reviews of pollen. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-12-10.
  • Why does everyone love tailwind
    3 projects | /r/webdev | 10 Dec 2023
    So frameworks like https://www.pollen.style/ are doing this. Personally I still prefer the tailwind approach.
  • 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

  • Is vanilla CSS enough?
    4 projects | /r/webdev | 3 Jun 2023
    Tailwind is a great option to look into, I really enjoy it, but if you want something a bit more in-between, you can check out frameworks like https://www.pollen.style. There you get a framework of consistent CSS variables you can use, while still writing all your vanilla CSS yourself with full control of everything.
  • What UI framework would you recommend?
    10 projects | /r/sveltejs | 2 Feb 2023
    It uses UnoCSS (think TailwindCSS but super customizeable) with Pollen (which is similar to open props).
  • Open Props: Tailwind Alternative from Chrome Dev Team
    3 projects | news.ycombinator.com | 13 Sep 2022
    Very similar to Pollen (https://www.pollen.style), though it looks a little more complicated.

    IMO the main value of Tailwind is that it's a step function over your units and colors, which helps bring better consistency and dev speed to UI implementation.

    Tailwind's "write class names instead of CSS" approach makes sense in the component-based systems most apps are built in these days, where pretty much any repeated markup will be turned into a component. It performs better than scoped styles and is less complicated.

    A CSS variable approach like Open Props or Pollen is, in my experience, better if you're not using a component-based system (ie. conventional HTML) and therefore have repeated markup patterns. Having a simple class name to apply to repeated markup is much more maintainable than trying to copy/paste a long tailwind string around.

  • Pollen, the CSS variable build system
    2 projects | /r/Frontend | 12 Sep 2022
  • What are cool kids using for styling these days?
    2 projects | /r/webdev | 28 Jan 2022
    Pollen and Open Props are two popular examples of such token first frameworks. If you are not familiar with CSS Custom Properties (also called CSS variables), I recently wrote about how to use them to create a CSS Style API layer.
  • Ask HN: Looking for an open CSS variables theme that was published here
    2 projects | news.ycombinator.com | 3 Jan 2022
  • Pollen vs. Tailwind CSS: Finding the better build experience
    2 projects | dev.to | 10 Dec 2021
    In the last few years, a new set of frameworks with a radically different concept drew the attention of frontend developers. These frameworks are now extremely popular in the frontend world, and youโ€™re likely already familiar with them: Tailwind CSS and Pollen.
  • Tailwind CSS v3.0
    11 projects | news.ycombinator.com | 9 Dec 2021

What are some alternatives?

When comparing settle-down and pollen you can also consider the following projects:

BuisnessPDF - A lightweight Go tool for creating PDF invoices.

tailwindcss - A utility-first CSS framework for rapid UI development. [Moved to: https://github.com/tailwindlabs/tailwindcss]

panda - ๐Ÿผ Universal, Type-Safe, CSS-in-JS Framework for Product Teams โšก๏ธ

open-props - CSS custom properties to help accelerate adaptive and consistent design.

comply - Compliance automation framework, focused on SOC2

unocss - The instant on-demand atomic CSS engine.

atos - Built by freelancer ๐Ÿ™‹โ€โ™‚๏ธ, for freelancer ๐Ÿ•บ ๐Ÿคท ๐Ÿ’ƒ๐Ÿพ - ATOS is a locally hosted application that allows freelancers to easily manage clients/projects, generate invoices against backlogs, and estimate their personal taxes based on their invoiced income.

halfmoon - Halfmoon is a highly customizable, drop-in Bootstrap replacement. It comes with three built-in core themes, with dark mode support for all themes and components.

BuisnessPDF - A lightweight Go tool for creating invoices.

daisyui - ๐ŸŒผ ๐ŸŒผ ๐ŸŒผ ๐ŸŒผ ๐ŸŒผ โ€ƒThe most popular, free and open-source Tailwind CSS component library

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

nord - An arctic, north-bluish color palette.

InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured