I'm curious, is it all custom design? Or do the icons come from a library?
I've been looking at various UI libraries recently but wondered if Indie Hackers used one. I really like IH's design too!
I've settled into Vuetifyjs.com material-based UI for all my projects. The more comfortable I get with it, the easier it is to override and shape things as I need.
I'm not great at design, so I rely on UI frameworks a lot.
Most icons I use are from here: https://materialdesignicons.com/
Thx, yes, I used Material Icons as they're licensed pretty liberally but was looking for alternatives. :) Iconmonstr looks cool!
If the design is not that important, I can easily use any UI framework (Bootstrap, Material ...) and use their icons.
But for a big project I would start from a low-level lib like tachyons.io, do most of the component myself and use iconmonstr.com
I haven't done that for colofon.io and I regret it.
I'm a React guy so have been using a simple UI lib called Rebass. (Very neat primitives.) Likewise have used Material, etc. but slowly trying other ones like Evergreen which is real nice.
Many icons here come from Iconmonstr
Nice, will check it out!