nowfound

Alternatives

Products that do what snaap does

Stunning site in 60s. Your own subdomain. No subscription.

  1. 1A2

    It's been a long slow hog and I almost gave up a few times (more than a few) but when covid hit this year it gave me some time to really focus on my product. There were stupid user journey things that I knew needed fixed. There were some features I knew needed added. And I knew the pricing was wrong. I spent some hardcore time working on these things back in March / April and since then my MRR has continued to grow. My product is SongBox (https://songbox.rocks) - it's an alternative to things like bandcamp and soundcloud for creators who need to share audio files privately.…

    2020

  2. 2
    Donely 220

    Your own OpenClaw instance for $0/mo

    Mar 2026 · donely.ai

  3. 3AM

    Do you remember the internet of the early 2000s? Neat single function websites that let you be creative and customize your spaces and weren't setting out to be the next major conglomerate (or to be bought by them). I'm building a series of websites that have simple concepts but too many of the players have tried to make their product so big. I also used to live in a very rural area so my goal is to make websites that load fast even on very slow internet. I'm starting with Lynx.boo. A linktree style website that lets you fully customize your CSS (and adds a bunch of classes to your links to…

    2024 · lynx.boo

  4. 4

    Give your Substack a proper home at your own domain.

    2020

  5. 5

    Build & host a website faster than you make coffee

    2023

  6. 6

    Order a website in under 10 minutes

    Mar 2026

  7. 7PA

    I'm sure folks here have seen pastebins a thousand times. There's no innovation left in this space – and that's kind of the point. When I wanted to self-host a pastebin, every option I found was too much. Git-based version control, OAuth, elaborate admin panels. I just wanted something I could deploy in under a minute with a CLI that actually works. So I built pbnj (yes, like the sandwich). What it is: - A minimal, beautiful pastebin with syntax highlighting for 100+ languages - One-click deploy to Cloudflare (free tier gives you ~100,000 pastes) - CLI-first: pbnj file.py → get a URL, copied…

    Dec 2025 · pbnj.sh

  8. 8IB

    Do you want to monetize a private group/ channel/ community? Use Subjoin to create a personal membership page in minutes. It's easy to use and free to try out. No need to integrate Stripe if membership is free. - - - - I have never built something this fast, what a thrill! I saw there was no easy way to create a simple subscription page. Big platforms are confusing and expensive for simple needs. - - - - What are you building? Would love to connect with like-minded people on X: @tjmakingof

    2024 · subjoin.me

  9. 9

    Showcase and grow your startups. Pay once to go live.

    Aug 2026 · makerstack.altuzar.dev

  10. 10

    Grow your LinkedIn presence with AI-powered tools

    Jul 2026 · linkedgrow.ai

  11. 11

    Never lose quality content again. Free Chrome Extension.

    May 2026 · snipsnip.ai

  12. 12IB

    Hi HN! My name is Yossi, and I'm a solo indie maker. SEO tools are super pricey and free tools often fall short, leaving most users to costly subscription-based tools. So, I built SEO Stuff, a keyword tool that uses a credit-based system for builders like me who use SEO more sporadically. Have a great day!

    2024 · seo-stuff.com

  13. 13IB

    Hey HN, I'm Daniel, solo dev from Germany. I built ClawHosters (https://clawhosters.com), a managed hosting platform for OpenClaw, the open-source AI agent framework. Quick timeline: domain registered February 5th. First paying customer six days later. I probably should have spent more time on it, but it works. If you haven't seen OpenClaw, it lets you run a personal AI assistant that connects to Telegram, Discord, Slack, and WhatsApp. Self-hosting it is absolutely possible, but it's a pain. You're dealing with Docker setup, SSL certs, port forwarding, security hardening, keeping…

    Feb 2026 · clawhosters.com

  14. 14IM

    I made a simple site that allows you to upload files. It requires no sign up and 100% free. The biggest advantage is that it returns you the direct URL to your file. So you can use it to store images for MD-based forum posts. Or put in your site's . I use the Cloudflare R2 storage which offers zero egress fees. So I pay $0 of transfer costs. I added a simple anti-nsfw files check and a simple anti-malware check. Please do not try to break it. Thanks! (>‿◠)

    2024 · uploadfile.click

  15. 15IB

    I've been frustrated by so many blogging platforms. Last I used Ghost. I thought it was expensive and I hated that www I had to prefix on custom domain. So, I built https://lykhari.com just for myself and then opened for public. If you want something simple do try. It became profitable and hence self sustaining!

    2025 · lykhari.com

  16. 16WB

    Mintlify Pro costs 250 USD per month. We wanted something similar (AI assistant and nice UI), but fully customizable and cheap. So we built GibsonAI docs in 1 day for about 50 USD. How we did it: Used Lovable for UI components + rendering MDX beautifully (Markdown stored in GitHub). Built an AI Agent for docs using Agno + Memori → personalized Q&A and “smart educator.” Stored embeddings in LanceDB and metadata in our SQL DB. Bonus: We can share our reusable design templates and source code so you can deploy on Vercel (or anywhere) and skip Lovable costs. Would love feedback on what features…

    Sep 2025 · gibsonai.com

  17. 17IM

    It's at http://finkin.com. The goal is to allow a developer to sign up in seconds, and within minutes begin querying data. It runs under https and stores no access information. From http://news.ycombinator.com/item?id=1431583, I realized that all those types of sites are not tailored to developers like the other simple APIs around the web are (i.e. flickr). I made mine as simple as I thought possible. From http://news.ycombinator.com/item?id=1676458, I realized that eventually it should be a scalable model where you pay pennies per the # of requests you make. Right now it supports many…

    2010

  18. 18

    All-in-one Python toolkit cuts your daily coding workload

    Jun 2026 · 3514165579.itch.io

  19. 19
    Snipp6

    The modern way to share your uploads with the world.

    Jan 2026

  20. 20IM

    Hey Hacker News, I'm the maker of Kopage, a free & self-hosted Website Builder. While working on new, cool features (AI, of course), it would be great to hear some HN feedback :) Thanks, Simon

    2024 · kopage.com

  21. 21

    ▎ Free image & video hosting, now built for AI agents too

    20d ago · yourimageshare.com

  22. 22RC

    Hey, OpenAI recently released "assistants" - These have RAG built into the API, which means that you can provide up to 10.000 files to the assistant without the overhead of dealing with vector databases, splitting files into chunks and more. They work surprisingly well, so I've built a free simple tool to embed them on websites. It has no dependencies and simply uses fetch to communicate to my backend which proxies openai. In the future I plan to add more widget embedding options (currently only chat is available). Let me know if you have any specific questions about either the tool or…

    2024 · rispose.com

  23. 23BA

    ByteSites builds and deploys a production-ready site from a single prompt — really fast. You get a custom domain, SSL, easy to use editor, blogs and built-in forms (via our ByteForms integration). Pricing: $99 one-time build + $24.99/year hosting. Please give it a try and would love to hear your feedback.

    2025 · bytesites.ai

  24. 24

    Self-hosted SOC 2 readiness, $99/mo, RFC 3161 timestamps

    Jul 2026 · scorifya.com

Ranked by how close each launch is in meaning, then by votes. Refine with a description →