Undefined

V’Dabbling – Pico-SaaS – Heartifact

In the Bay Area, everyone is obsessed with scale. Almost everyone is chasing the unicorn, the dent in the universe, the next big thing. That focus pushes conversations around massive architectures, horizontal scaling, global distribution, and venture funding that demands hockey-stick growth quarter after quarter and year after year.

But what if your target audience isn’t a million users? What if it’s only six?

For a good chunk of my career, I was used to hacking things together – bolting together PoCs or weaving APIs together in a Python script. It was always with the little tools that were available, and it tended to be to move forward a tiny to medium problem for a small team. There was a certain simple joy in seeing the immediate results and unlock, even when it started to take 12 hours to run the scripts.

Now, the tools to build and launch software are changing drastically, but the philosophy of why we build may need to evolve as well. I posit we are entering a new era: The Rise of Pico-SaaS.

What is Pico-SaaS?

Think below Micro-SaaS. If Micro-SaaS is a boutique business, Pico-SaaS is a custom-made tool for your own household. It is an application built for a user base between 1 and 50 people—often for an individual, a family unit, or a small social group. It doesn’t need a team of AI SDRs or AI support agents. It may not even have a landing page.

A Pico-SaaS product is:

  1. Tiny by Design: It solves one very specific problem (e.g., family recipes, coordination, scheduling).
  2. Ultra-Low Maintenance: Serverless and hosted on free tiers. Once deployed, it just works.
  3. Built in a Day: It leverages modern, high-velocity development stacks.
  4. Lazy Growth: It scales if it wants via open source channels and word of mouth.

Enterprise Gravity

Traditional software, particularly the Enterprise kind, faces the constant pull of ‘gravity’: the operational complexity, cost, and technical debt required to support growth. And classic Micro-SaaS businesses are always succumbing to this pull in order to reach that next tier of users.

Pico-SaaS tries to exit the orbit entirely.

When you build an app that only needs to support your parents and kids, you make different decisions. You don’t need Redis clusters. You don’t need complex auth systems. You don’t need a dev team. You only need utility, security, and connection. And a pleasant side effect, you already love your customers.

Next Day Shipping – Heartifact

I’ve had a Pico-SaaS idea for a while now – ever since Cloudflare released its Stream product actually. This week, I set out to make it a reality. Family calls and conversations can be tough, and there was a new urgency with my father entering hospice after a 5 year battle with cancer. We are spread across multiple time zones. When my kids are most free, my parents are asleep. And, even if we give the kids the phone for a conversation – it quickly turns into a game of filters and insanity.

I wanted a better, dead-simple and asynchronous way to collect and build on family stories.

So, I kicked off Anti-Gravity, spun up a private repo and started building on the Cloudflare stack:

  • Cloudflare Workers: (Serverless Compute) The brain of the app. It handles the API, secure requests, and authentication logic. It’s light, fast, and free any tiny request volumes.
  • Cloudflare D1: (Serverless SQL Database) My data store for user profiles, video metadata, and simple access rules.
  • Cloudflare Stream: (Serverless Video) This was the magic ingredient. Video is usually hard. Stream handled the heavy lifting—secure uploading, adaptive bitrate encoding, and global delivery.

This complete integration allowed me to focus purely on the user experience of recording a video, rather than managing infrastructure. I wanted to ensure it was grandpa-proof.

By Wednesday afternoon, I had the functional end-to-end flow with an administration screen, magic invite links, storage and accumulation, and a set of 10 prompts to test with. By Wednesday night, I was sharing with my wife for testing. By Thursday night, I was sharing it with my Dad.

Total infrastructure cost: Free

This is the power of the Pico-SaaS philosophy. When you remove the demand for scale, and you utilize a frictionless development stack, the speed of iteration is exhilarating. I was able to ship useful software that made me smile and made a real, tangible difference to the people I love.

Why You Should Build a Pico-SaaS

The democratization and commoditization of infrastructure means developers now have a superpower. We can build bespoke digital tools for our personal lives with a similar level of polish we expect from work software.

I’m a big believer that anything big and complex that works started as something small that worked. Size and complexity build up and accrete over a seed of progress. Whether it be a pico-, femto- or even an atto-sized problem, you can now get started. The joy of shipping software that instantly improves a relationship, simplifies a chore, or preserves a memory just for you.

Join the Pico-SaaS revolution. Build something absolutely tiny this weekend.

Technologist Poet. Dabbler Extraordinaire.