Become a sponsor to Zuhaitz
Hello there! I'm Zuhaitz, and I love building from scratch.
I believe the motor of the world is FOSS. Even when you don't think about it, most of what you see around is freely accessible under permissible licenses, and proprietary software has an open-source foundation many times.
The developers who build FOSS do it for the love of art, or to solve real problems. Let's say in my case I go from one side to the other quite easily. Many times the reason behind my repositories are a shower thought or an idea digested unconsciously. Building is a joy and that's why I share my passion with others over here.
What I'm Working On
While I have other projects, I am currently working on z-libs, a collection of single-header C libraries that focuses on offering a high-level API with no performance cost. From containers, to mutable strings, memory, and a lot more, I am working on z-libs getting closer day by day to becoming a complete modern standard library alternative.
Why Sponsor Me?
The truth is that I will keep building independently of any sponsors. This section is for appreciated help, but not a required one. I code and build because I like it, but you all are a great motivator and one of my desires is building a strong ecosystem.
Obviously, as a sponsor you would have a list of benefits:
- $5/mo → "Supporter" tag + name in
CONTRIBUTORS.md. - $20/mo → "Sponsor" tag + shout-out on my social media (mainly Twitter/X).
- $50+/mo → All the above + I’ll personally review your code, help you integrate z-libs into your project, or brainstorm your next low-level idea with you (up to 1 hour/month).
- $200+/mo → "Legend" tier - your name/logo on the z-libs README forever + priority consideration for your feature requests.
While this is not much, it is my way to express how much I value you. Your support means the world.
3 sponsors have funded Zuhaitz-dev’s work.
Featured work
-
z-libs/zvec.h
A type-safe, header-only generic vector library for C/C++ using X-Macros.
C++ 44 -
z-libs/zlist.h
A type-safe, header-only generic doubly linked list library for C/C++ using X-Macros.
C++ 33 -
z-libs/zmap.h
A type-safe, header-only generic map library for C/C++ using X-Macros.
C 34 -
z-libs/zstr.h
A modern, header-only string library for C/C++ using Small String Optimization (SSO) and Views.
C 32 -
z-libs/zalloc.h
A single-header C/C++ memory suite featuring Arena, Pool, and Debug allocators for high-performance systems.
C 28 -
JavaScript 7