Skip to main content

My Go-To Stack and Free Tools That Power It

— Updated on

As someone who balances freelance work, community projects, and niche product building with very tight budgets, I’ve found a setup that helps me go from code to production quickly—with stability, structure, and just the right level of complexity.

This post walks through my go-to tools and workflow for getting things done, from landing pages to production-ready MVPs—all while keeping costs low thanks to generous free tiers.

I am not affiliated with any of the tools mentioned in this post.


The Tools

For Domain Management

porkbun is my go-to for domain registration and management. They offer a wide range of domain extensions and simple yet complete user interface.

For Landing Pages

For a clean, fast, mobile-responsive landing page with memberships, ecommerce, few sections, Strikingly gets the job done. I’ve used it for quick project launches and validation experiments.

For Backend Prototypes

For Version Control & CI/CD

Bitbucket (Private Repos + Pipelines) All my code lives in private Bitbucket repositories. I used their free tier for years, but recently moved to the Standard plan because i work with a young graduate developer on some projects—we collaborate entirely within Bitbucket, using issues features, pull requests and code reviews to level up both our skills.

SonarQube (Free Tier) Clean code matters—even when moving fast. I use the SonarQube Cloud mostly to enforce code quality and spot security issues rigth upfront. I don’t let sonarCloud stop the build in case of quality gate failure, the free tiers Sonar Way rules impose 80% test code coverage by default, who have time for that :-)

For Infrastructure

It’s an underrated platform for solo developers.

For Databases & Messaging

Depending on what i’am prototyping or the tech i’am learning i started everything on SQLite when fast prototyping. In my toolbelt, I kept Docker compose for:

Each service runs in a container, isolated but networked—sharing compute on OCI, with Docker Compose.

For Code Editing(a.k.a. Where I Actually Live)

Yes, I use multiple IDEs:


see my other post on what i’am building Free tiers and picking the right tools, moving with clarity. I get my stuff to work, get it used, and make keep it clean and “fancy” after it’s done.