It all started with a dream. Not a vision for a billion-dollar startup, but a literal, vivid dream about the internet of my childhood: that wonderfully weird, deeply personal, and endlessly surprising web of the late '90s and early 2000s. I woke up with a clear mission: I would build a search engine to find those forgotten personal webpages again.
That initial dream, however, ran headfirst into the reality of the modern web. Instead of rediscovering quirky blogs and hand-coded passion projects, I found a digital landscape hostile to discovery, dominated by SEO spam and auto-generated content.
The original vision may have stalled, but it led to something far more ambitious. I didn't find the old web, but I did end up building a fully independent, AI-enhanced search engine with a two-billion-page index—run entirely out of my laundry room. This is the story of how a solo developer, armed with a dream, second-hand hardware, and the power of AI, took on the challenge of building a search engine from scratch.
The Anti-Unicorn: A Search Engine Built on a Shoestring Budget
From the outset, this project was an exercise in radical capital efficiency. In an era of multi-billion dollar AI funding rounds, my entire operation was built on a budget smaller than a single corporate offsite. There was no venture capital, no cloud credits, just a relentless focus on performance-per-dollar.
The heart of the operation began as a second-hand EPYC 7532 workstation with 512 GB of RAM and 40 TB of SSD storage, all housed in my bedroom. The constant heat and fan noise quickly became unbearable. The solution? I drilled a hole in the wall and moved the entire server rack into the laundry closet, mounting it on shelves behind the door.
This "laundry-room data center" is the physical embodiment of the project's philosophy: a rejection of the high-burn, VC-fueled startup model in favor of sustainable, focused innovation. With a total hardware spend of around $4,000, the system can handle an estimated 50,000 searches per day.
The Rise of the One-Person Startup: How AI Filled the Gaps
The natural question is: how can a single person build and operate a system of this scale? The answer lies in leveraging AI not just as a feature, but as a foundational part of the development process.
Modern AI tools have leveled the playing field, enabling one person to accomplish what once required a large team. I used AI, primarily Google's Gemini 2.5 Pro, to build my own internal "company OS." Instead of relying on off-the-shelf SaaS products, I created a custom suite of tools for:
- Task and project management
- A custom CRM to track media outreach
- Real-time analytics for search queries and infrastructure performance
- A bespoke log explorer for deep, real-time debugging
This "personal SaaS" stack, tailored precisely to my workflow, allowed me to build and operate two production search sites entirely on my own.
A Hybrid Approach to Search: Blending Classic Ranking with AI
While AI was crucial for development, I took a more measured approach to its integration into the search product itself. Purely AI-driven search can be prone to "hallucinations," biases, and a shallow understanding of the web. I opted for a hybrid model that combines the strengths of traditional search with the contextual understanding of large language models (LLMs).
The core of the engine is a classic lexical index of over two billion pages. This provides the raw recall and depth that AI models often lack. Then, I strategically layer in LLM calls at specific stages:
- Query understanding and context
- Keyword expansion
- Re-ranking of the top results
This hybrid approach, which runs on my self-hosted infrastructure without relying on Google or Bing APIs, delivers context-aware answers while maintaining the speed and accuracy of traditional search.
An Experiment in Privacy: Seek Ninja and Searcha Page
This technological foundation gave rise to two distinct search experiences, born from a fundamental question about user privacy and personalization:
- Seek Ninja: This is the privacy-first option. It is completely stateless, with no cookies, no user IDs, and no search history tracking. It offers a pure, anonymous search experience.
- Searcha Page: This site explores a middle ground. It uses a long-lived, browser-stored session to provide more relevant, personalized results over time, without creating a permanent user profile or tracking users across the web.
These two sites represent a real-world, public experiment in the trade-offs between privacy and personalization. I don’t claim to have the one right answer; instead, I invite users to try both and decide which model they prefer.
A Call for a More Sovereign and Independent Web
Ultimately, this project is more than just a technical challenge; it's a statement. In a world where a handful of tech giants control the flow of information, building a truly independent search engine is a political act. It’s a practical step towards digital sovereignty.
By demonstrating that a solo developer can create a competitive search engine on a minimal budget, I hope to provide a blueprint for a more decentralized and resilient web. This "anti-unicorn" approach proves that innovation doesn't have to be fueled by massive venture capital—it can be driven by passion, ingenuity, and a desire to build a better, more independent internet.
The journey from a nostalgic dream to a functioning, laundry-room-hosted search engine has been a long and challenging one. But it shows what's possible when you combine a clear vision with the incredible power of modern technology.
I’m still actively seeking feedback from the community. I invite you to try out Seek Ninja and Searcha Page and let me know what you think.


Top comments (0)