毎日の Show HN

Upvote0

2025年9月28日 の Show HN

15 件
268

Toolbrew – Free little tools without signups or ads #

toolbrew.co favicontoolbrew.co
58 コメント2:40 PMHN で見る
I got tired of fighting through spammy tool sites just to do something simple, so I made Toolbrew in a few hours on Replit. Just a bunch of free little tools in one place. Text converters, SEO checks, video downloaders, that kind of stuff. No signups, no ads.

If there is a tool you wish existed, you can request it on the site and I will build it. Do your worst. Seriously, ANY tool.

Maybe it helps, maybe not. Enjoy!

87

Built an MCP server using Cloudflare's Code Mode pattern #

github.com favicongithub.com
29 コメント4:23 PMHN で見る
Read this article by Cloudflare this morning https://blog.cloudflare.com/code-mode/ the main argument being that LLMs are much better at writing typescript code than tool calls because they've seen typescript code many more times.

HN Discussion: https://news.ycombinator.com/item?id=45399204 https://news.ycombinator.com/item?id=45386248

Deno provides a great sandbox environment for Typescript code execution because of its permissions system which made it easy to spin up code that only has access to fetch and network calls.

Stick an MCP proxy on top of that and you've got "CodeMode" (code intermixed with MCP tool calls) for more advanced workflow orchestration.

https://github.com/jx-codes/codemode-mcp

There's a lot of things that can be improved here. Like a virtual file system for the agent to actually build up its solution instead of being forced to one shot the solution but the bones are there.

15

Privacyforge.ai – AI Privacy Compliance Documents That Work #

privacyforge.ai faviconprivacyforge.ai
8 コメント6:37 AMHN で見る
Hi HN,

I'm Divy, former CTO at Branch and previously led engineering teams at Credit Karma and NexHealth. Over the past decade in fintech and healthtech, I've watched too many founders get blindsided by privacy compliance.

The Problem: 80% of startups are unaware of privacy laws affecting their business. The choice between expensive attorneys ($5,000+) and risky generic templates is getting worse as regulations expand. Generic privacy policies fail because they make promises your business can't keep – I've seen this tank funding rounds and trigger regulatory investigations.

My Personal Pain: At Branch, we spent weeks and over $5K just to get basic privacy compliance docs. Our attorneys charged hundreds per hour to essentially fill out forms about our data practices. The kicker? The policy didn't even cover our specific use cases properly, and we had to redo everything when new regulations kicked in.

The Solution: PrivacyForge.ai generates legally compliant privacy documentation using AI trained on current regulations. Instead of generic templates, it creates documents based on your actual business practices – what data you collect, how you process it, where you store it, and which jurisdictions apply to you.

Technical Approach: We built this on Google Cloud with Vertex AI, using Claude Sonnet and Gemini 2.5 for document generation. The system maintains separate knowledge bases for GDPR, CCPA, CPRA, PIPEDA, COPPA, and CalOPPA. Each document gets validated against jurisdiction-specific requirements before delivery. We're continuously expanding the regulations we support.

Different from existing tools: Most privacy generators use static templates with basic fill-in-the-blanks. We analyze your specific data flows and generate custom language. No per-site pricing that kills agencies – just one-time payments with included updates when regulations change. Current status: We're live with paying customers who've saved thousands in legal fees. Generated documents have passed compliance reviews at companies going through Series A due diligence.

Try it at privacyforge.ai – would love feedback from the HN community, especially if you're dealing with privacy compliance headaches at your company.

What privacy compliance nightmares have you faced? Always curious to hear war stories from fellow builders.

8

Lizard Button Clicker Game #

lizardbutton.net faviconlizardbutton.net
1 コメント3:38 AMHN で見る
The Lizard Button Clicker is the most authentic recreation of the viral Lizard Button meme. This addictive clicking game features the original Lizard Button sounds and mechanics, allowing you to experience the hypnotic Lizard Button phenomenon while tracking your clicks per second and earning points.
5

Production-ready macOS dev environment setup with 10 preset configs #

github.com favicongithub.com
0 コメント8:48 AMHN で見る
I built a comprehensive environment setup tool that automatically configures a complete development environment on macOS. Features include AI tools (Ollama, LM Studio), modern terminals, complete dotfiles, and intelligent parallel processing.

The tool has zero ShellCheck errors/warnings and is production-ready. It's particularly useful for new Mac setups, team onboarding, or anyone wanting a modern development environment without the manual configuration hassle.

Key features: - 10 preset configurations (minimal to everything) - AI tools with local LLM support - Modern terminals (Warp, iTerm2, Alacritty, WezTerm, Kitty) - Complete dotfiles (Shell, Git, SSH, editors) - Zero ShellCheck errors - production quality code - Intelligent CPU detection and parallel processing

Quick start: ```bash git clone https://github.com/davidsilvestrehenao-hub/env-setup.git cd env-setup ./setup-env.sh install --config configs/webdev.yaml ```

Available configs: minimal (~20 packages), webdev (~50), ai (~60), devops (~80), everything (113+ packages).

GitHub: https://github.com/davidsilvestrehenao-hub/env-setup

What do you think? Any features you'd like to see added?

4

CLIPSQLite – A SQLite Library for Clips Resources Readme #

github.com favicongithub.com
0 コメント11:00 AMHN で見る
Hey, HN!

CLIPSQLite is a library for working with SQLite databases within CLIPS rules engines. It provides the basics like opening and closing connections, as well as more advanced ones like binding named variables to prepared statements and returning results as Facts and Instances.

Aside from being a lot of fun to create, my goal in making this is to open up the possibilities of using CLIPS in real world systems. Give it a look, and let me know what features you'd like to see added next!

3

"Code Mode" for Vercel AI SDK #

github.com favicongithub.com
0 コメント10:04 PMHN で見る
I think code mode is a game changer. You can compose multiple tool calls in a single LLM step.

I just built it as a plug-and-play wrapper of vercel's ai sdk.

3

Selen – Constraint Satisfaction Solver in Rust #

github.com favicongithub.com
2 コメント7:06 AMHN で見る
This project originated from my need for a constraint solver in a cutting optimization project. After evaluating existing solvers, which were primarily bindings to large C/C++ libraries with numerous dependencies, I decided to develop my own solution. Over several years, I experimented with various approaches, resulting in a self-contained implementation.

The solver handles constraints with integer, float, and boolean domains, supporting arithmetic, logical, and several global constraints (alldiff, element, count, table).

While performance continues to improve, it is not intended to compete with large commercial solvers.

3

FashionCanvas – an infinite AI canvas for fashion design #

fashioncanvas.app faviconfashioncanvas.app
0 コメント3:24 AMHN で見る
a web app where fashion designers can sketch, remix, and iterate with AI on an infinite canvas.

Upload your own images or pick from starters, Drag them around like polaroids, connect them with edges, and branch off new designs.

Edit with prompts or quick sketches → AI generates variations right on the canvas.

It’s like a moodboard + AI lab for fashion.

1

Supacrawler – lightweight web scraping, crawling, screenshots API #

supacrawler.com faviconsupacrawler.com
0 コメント6:42 AMHN で見る
Supacrawler is open source web scraping api built in Go for performance and concurrency. Playwright-Go for JS rendering, Redis for caching and queuing. Also easy to self-host (clone + docker-compose) or use hosted version.

What Supacrawler supports:

- v1/scrape — fetch content (HTML, js rendered) from a URL

- v1/crawl — follow links to crawl entire sites or sections

- v1/screenshots — capture visual renderings of pages (full page, element, etc.)

- v1/watch — monitor pages for changes over time

- v1/parse — the new endpoint: you submit a URL + a schema or desired format (JSON, CSV, YAML, Markdown), and it returns structured data without needing custom scraper logic

Repo: https://github.com/supacrawler/supacrawler Cloud: https://supacrawler.com

Let me know what would make this a tool you’d rely on in production! Thanks for checking this out :)

1

Wacht – Complete SaaS Toolkit #

github.com favicongithub.com
0 コメント7:17 AMHN で見る
Hi HN,

I'm building Wacht (https://wacht.dev/ | https://github.com/wacht-platform/) after years of freelancing on enterprise SaaS products and getting tired of cobbling together tools that don't actually work together.

(Note: the landing page has a waitlist signup - jump straight to the demo below to actually try it)

The problem I had was: There's no cohesive ecosystem for building SaaS apps. I don't want to spend half my time on integration gymnastics instead of solving actual problems. Every project becomes "how do I sync data from one product to this other product and then another one”

What I built instead: A unified platform which deploys infrastructure for: - CIAM suite - API Keys & Distributed Rate Limiting - Real-time in App Notifications - Webhook and analytics - AI Agents

And an SDK to consume all of this infrastructure + white label support

My primary motivation is I want all of this working from day one instead of forcing integration of other desperate tools.

This has been promising so far, I took it to a previous client, they integrated it and saw faster development on their AI agents offering. They are considering paying for it as well.

Try it out: I've deployed a demo of the CIAM suite: https://demo-9kg.pages.dev/

You'll need to sign up (I recommend social login with Google - it's faster and I'm hitting email sending limits for verification, though it does work). I don't actually need your real details for the demo.

While making the CIAM suite, my reference was Clerk because of the DX but it was expensive and not as “comprehensive” as they advertise it to be, extending anything related to it and I felt like I hit a wall.

Fair warning: Still actively building some features and cleaning up AI-generated code that I'm not happy with. The core works, but expect rough edges.

Two questions for HN: - Best way to open source this: I want to earn from this but at the same time I don’t want to lock people in, hence I will have all the source code and deployment instructions open but at the same time I don’t want somebody to just copy it and then compete, will not be the best experience. What license works best here?

- Extensibility: I want this to be easily extendable so developers don't hit the walls I did with existing tools. What patterns have you found work best for this?