June 18, 2026Engineering

How I Built Tool Index, A Real SaaS, Solo In Under A Month

Tool Index is a working directory product with instant search, payments, and an admin queue, built by one person in under a month. Here is what made that pace possible, and what I would tell a founder who wants the same.
SaaS Development
Solo Founder
MVP Development
SvelteKit
Meilisearch
People do not believe a single person can ship a real SaaS in under a month, so they overhire, overscope, and overspend before they have proven anyone wants the thing. Tool Index is my counterexample. It is a working directory of AI and SaaS tools with instant search, payments, and an admin queue for submissions, and I built it solo in under a month. It runs in production at toolindex.net today. This is what actually made that pace possible. The reason most first versions take six months is not that the code is hard. It is that the scope keeps growing. Every feature feels essential when you are imagining the product, and a solo build dies under that weight fast. So the first and most important work on Tool Index was not code. It was deciding what the product absolutely had to do to be useful, and then refusing everything else. A directory has to do three things to earn its existence. People have to be able to find tools, which means search that feels instant. The owner has to be able to make money, which means a way to pay for placement. And submissions have to be manageable, which means an admin queue instead of a flood of email. Everything that was not one of those three things got pushed past launch. That discipline, protecting the scope every single day, is what kept a one month build to one month. When you are one person on a clock, the stack is not a place to experiment. I built the app in SvelteKit because it lets a small surface area go a long way and renders server side cleanly, which matters enormously for a directory that needs to be found on Google. Search runs on Meilisearch, which gives you the instant, typo tolerant search experience people expect without building a search engine yourself. Data lives in Postgres. Payments run through an embedded checkout so people pay without leaving the site. None of those choices were about looking impressive. They were about being fast to build with and cheap to run. A solo founder's stack should be boring and familiar, because every hour spent learning a trendy tool is an hour not spent shipping the thing that proves the idea. A directory lives or dies on search. If finding a tool is slow or clumsy, the whole product feels broken no matter how good the data is. Meilisearch is what made the search feel instant, results appearing as you type, tolerant of typos, ranked sensibly. Wiring it up well was a larger share of the value than its share of the code, because it is the thing a visitor judges the product on in the first five seconds. A product nobody finds is a hobby. From the start, Tool Index was built to rank. Server rendered pages so search engines can read them, a sitemap that grew to 369 URLs, structured data on the listings, and a real internal linking structure. The catalog grew to nearly 200 tools, each with original writeups rather than thin scraped blurbs, because thin pages get ignored and real ones earn rankings. That decision, treating the content as a real asset instead of filler, is the difference between a directory that compounds traffic and one that sits empty. The lesson is not that everyone should move this fast. It is that the speed comes from subtraction, not heroics. Decide the smallest version that is genuinely useful, build it on tools you already trust, treat the parts users judge you on as worth real care, and ship before you let scope creep back in. The version that is live and learning from real users beats the bigger version that is still six weeks from launch, every time. If you have an idea and you want it real instead of theoretical, that is the work I do. The MVP Development service page is the place to start, and if your product needs to win on organic traffic the way a directory does, the Programmatic SEO and Content Engines service covers how I build pages that rank at scale. What is Tool Index? A directory of AI and SaaS tools with instant search, paid placement, and an admin queue, running in production at toolindex.net. How can one person build a SaaS in under a month? Scope discipline and a familiar stack. Most of the month is spent protecting the scope, not writing code. What stack is it on? SvelteKit, Meilisearch, Postgres, an embedded checkout, deployed on K3s Kubernetes. Can you build something like this for me? Yes, taking an idea to a shippable product fast is exactly what I do. The MVP service page covers it.

Frequently asked questions

What is Tool Index?

Tool Index is a directory of AI and SaaS tools with instant full text search, paid placement and review options, and an admin queue for handling submissions. It is a real product running in production, not a prototype. You can see it at toolindex.net.

How can one person build a SaaS in under a month?

Scope discipline and the right stack. You decide what the product absolutely must do to be useful, you build exactly that on tools you already know, and you say no to everything else until the core is live. Most of the month is spent protecting the scope, not writing code.

What stack is it built on?

SvelteKit for the app, Meilisearch for the instant search, a Postgres database, and an embedded checkout for payments, all deployed on a K3s Kubernetes cluster. The pieces were chosen to be fast to build with and cheap to run, not to look impressive on a resume.

Can you build something like this for me?

Yes. Taking an idea to a real shippable product fast is exactly what I do. The MVP Development service page covers it, and you can book a call from there.
How I Built Tool Index, A SaaS, Solo In Under A Month | Kevin Gabeci