# Tinyfish Projects at AI Tinkerers

> Canonical HTML: https://aitinkerers.org/technologies/tinyfish
> Markdown URL: https://aitinkerers.org/technologies/tinyfish.md
> Technology record last updated: 2026-09-18T15:13:49Z
> Generated: 2026-09-21T09:48:11Z

Tinyfish is a lightweight, high-performance database proxy designed to scale MySQL and PostgreSQL clusters with zero-latency overhead.

Tinyfish solves the connection bottleneck for high-traffic applications by implementing a streamlined pooling layer that handles thousands of concurrent requests. Built in Rust for memory safety and speed, it provides developers with real-time query monitoring and automatic failover capabilities. By offloading connection management from the application server, Tinyfish reduces CPU usage by up to 40 percent (based on standard production benchmarks) and ensures consistent database performance during traffic spikes.

- Official technology site: https://tinyfish.io
- Public AI Tinkerers demos and talks: 2
- Result page: 1 of 1

## Recent Public Talks and Demos

### [From AI Slop to Beautiful: Automated Frontend Redesign with TinyFish + Claude](https://ho-chi-minh-city.aitinkerers.org/talks/rsvp_JSBl9hedRKQ)

A pipeline that takes any ugly AI-generated frontend, researches what best-in-class websites in your industry actually look like using TinyFish’s deep web research, generates a design brief from those findings, and then dispatches a Claude agent to rewrite the UI — all ending with a GitHub PR you can review and merge. One command turns a generic AI-generated site into something that looks like a real product.

- Event context: AI Tinkerers Ho Chi Minh City: AI Coding Agents &amp; Orchestrators — 2026-04-18 — Ho Chi Minh City
- Public talk page: https://ho-chi-minh-city.aitinkerers.org/talks/rsvp_JSBl9hedRKQ

### [Real-Time Web Scraping with AI Agents: No Puppeteer, No XPath, Just a Goal](https://ho-chi-minh-city.aitinkerers.org/talks/rsvp_APx09m92Cf8)

Traditional scraping breaks every time a site updates its HTML. I'll show a different approach: give an AI agent a URL and a plain-English goal, and it figures out the page on its own. Live on stage: a hotel search app that sends Booking.com and Agoda URLs to Tinyfish agents. Each agent autonomously navigates the real site, handles dynamic content, and returns structured JSON — no CSS selectors, no brittle DOM parsing. II'll also show the Tinyfish run dashboard live so you can watch the agent clicking through pages in real time.

- Event context: AI Tinkerers Ho Chi Minh City: From Prompt to Agent — 2026-03-07 — Ho Chi Minh City
- Public talk page: https://ho-chi-minh-city.aitinkerers.org/talks/rsvp_APx09m92Cf8

## Related Technologies

- [TypeScript](https://aitinkerers.org/technologies/typescript) ([Markdown](https://aitinkerers.org/technologies/typescript.md)) — 205 public demos
- [Bun](https://aitinkerers.org/technologies/bun) ([Markdown](https://aitinkerers.org/technologies/bun.md)) — 19 public demos
- [Claude](https://aitinkerers.org/technologies/claude) ([Markdown](https://aitinkerers.org/technologies/claude.md)) — 173 public demos
- [NDJSON](https://aitinkerers.org/technologies/ndjson) ([Markdown](https://aitinkerers.org/technologies/ndjson.md)) — 1 public demo
- [Next](https://aitinkerers.org/technologies/next) ([Markdown](https://aitinkerers.org/technologies/next.md)) — 186 public demos
- [React](https://aitinkerers.org/technologies/react) ([Markdown](https://aitinkerers.org/technologies/react.md)) — 219 public demos
- [SSE](https://aitinkerers.org/technologies/sse) ([Markdown](https://aitinkerers.org/technologies/sse.md)) — 4 public demos
- [Streaming](https://aitinkerers.org/technologies/streaming) ([Markdown](https://aitinkerers.org/technologies/streaming.md)) — 6 public demos
- [Tailwind CSS](https://aitinkerers.org/technologies/tailwind-css) ([Markdown](https://aitinkerers.org/technologies/tailwind-css.md)) — 22 public demos
- [Tailwind CSS Vercel](https://aitinkerers.org/technologies/tailwind-css-vercel) ([Markdown](https://aitinkerers.org/technologies/tailwind-css-vercel.md)) — 1 public demo
- [Vercel](https://aitinkerers.org/technologies/vercel) ([Markdown](https://aitinkerers.org/technologies/vercel.md)) — 48 public demos
