frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Open in hackernews

Show HN: One prompt generates an app with its own database

https://www.manyminiapps.com/
4•stopachka•1h ago
Hey HN, manyminiapps is the world first massively multiplayer online mini app builder (MMOMA)

*Here’s what it does:*

You load the page. You write 1 prompt and you get a mini app back in under 2 minutes. There’s no sign up, and you can see what everyone’s creating in real-time!

Each mini app comes with it’s own database and backend, so you can build shareable apps that save data.

*What’s different*

There are a lot of app builders that promise you’ll build production software for others. But we think true production software can take a long time to get right. Even if you don’t need to program there’s a lot of work involved.

What if we turned the promise around? Instead of “you vibe code software companies”, it’s “you build fun software for yourself”.

If you cut the problem right, LLMs as they are today can already deliver personal software. manyminiapps is meant to be an experiment to demonstrate this.

You may wonder: do you really need personal software? We’re not 100% sure, but it’s definitely an interesting question. Using manyminiapps so far has been surprising! We thought our friends would just try to build the common todo app, but instead we found them building wedding planners, chord progression helpers, inspiration lists, and retro games.

*How it works*

Instead of spinning up VMs or separate instances per app, we built a multi-tenant graph database on top of 1 large Postgres instance.

All databases live under 1 table, on an EAV table (entity, attribute, value). This makes it so creating an “app” is as light as creating a new row.

If you have heard of EAV tables before, you may know that most Postgres experts will tell you not to use them. Postgres needs to know statistics in order to make efficient query plans. But when you use EAV tables, Postgres can no longer get good statistics. This is usually a bad idea.

But we thought it was worth solving to get a multi-tenant relational database. To solve this problem we started saving our own statistics in a custom table. We use count-min sketches to keep stats about each app’s columns. When a user writes a query, we figure out the indexes to use and get pg_hint_plan to tell Postgres what to do.

*What we’ve learned so far*

We’ve tried both GPT 5, Claude Opus, and Claude Sonnet for LLM providers.

GPT 5 followed the instructions the best amongst the models. Even if you told it a completely nonsensical prompt (like “absda”, it would follow the system prompt and make an app for you. But GPT 5 was also the “most lazy”. The apps that came out tended to feel too simple, with little UI detail.

Both Claude Opus and Sonnet were less good at following instructions. Even when we told them to return just the code, they wanted to returned markdown blocks. But, after parsing through those blocks, the resulting apps felt much better.

To our surprise, we didn’t notice a difference in quality from Opus and Sonnet. Both models did well, with perhaps Sonnet following instructions more closely.

To get good results we iterated on prompts. We initially tried giving point-by-point instructions, but found that a prompt with a full example tended to do better. Here’s what we landed on:

https://gist.github.com/stopachka/a6b07e1e6daeb85fa7c9555d8f...

Let us know what you think, and hope you have fun : )

Show HN: Continuum Game (68k Mac) Ported to JavaScript

https://continuumjs.com
1•sam256•1m ago•0 comments

DE-25 Orders Open

https://www.retrorgb.com/de-25-orders-open.html
1•CTOSian•1m ago•0 comments

Google confirms fraudulent account created in law enforcement portal

https://www.bleepingcomputer.com/news/security/google-confirms-fraudulent-account-created-in-law-...
2•akyuu•4m ago•0 comments

Peezy v1.0.0 – Production-ready CLI for scaffolding full-stack apps

https://github.com/Sehnya/peezy-cli
1•sehnya•4m ago•1 comments

Ask HN: Dark Mode for HN?

2•todotask2•5m ago•0 comments

Map Is Not Upside Down

https://www.maps.com/this-map-is-not-upside-down/
1•aagha•5m ago•0 comments

ClientLever's New Calendly Integration Saves You Hours Every Week

https://www.clientlever.com/blog/clientlevers-calendly-integration-saves-you-hours
1•mglazebrook•6m ago•1 comments

The 'near-telepathic' device that puts AI in your head

https://www.nature.com/articles/d41586-025-03000-z
1•gnabgib•7m ago•0 comments

Samsung forces ads onto fridges; is a bad sign for other appliances

https://arstechnica.com/gadgets/2025/09/samsung-forces-ads-onto-fridges-is-a-bad-sign-for-other-a...
4•speckx•7m ago•1 comments

Learn Your Way: Reimagining Textbooks with Generative AI

https://research.google/blog/learn-your-way-reimagining-textbooks-with-generative-ai/
1•FromTheArchives•9m ago•0 comments

Google Injects Gemini into Chrome as AI Browsers Go Mainstream

https://www.wired.com/story/google-gemini-ai-chrome-browser/
1•thm•10m ago•0 comments

Podcasts, You Altered the Deal, So I Will Alter Your App

https://blog.matthewbrunelle.com/podcasts-you-altered-the-deal-so-i-will-alter-your-app/
6•Bogdanp•11m ago•0 comments

Show HN: Supercharging RL with Hyper-Efficient Online Opt, +165% in 2h, $10

https://www.arc.computer/blog/supercharging-rl-with-online-optimization
2•gabyhaffner•12m ago•0 comments

Gravity and Quantum Physics Solved

https://pajuhaan.medium.com/time-lives-inside-a-quantum-story-of-gravity-no-spacetime-required-an...
3•pajuhaan•12m ago•1 comments

The Little Prince: Manuscript and Drawings

https://www.themorgan.org/collection/little-prince
2•oidar•13m ago•0 comments

AI-generated genomes yielded viable phages with substantial evolutionary novelty

https://www.biorxiv.org/content/10.1101/2025.09.12.675911v1
2•birriel•14m ago•0 comments

BM25F from Scratch

https://softwaredoug.com/blog/2025/09/18/bm25f-from-scratch
1•softwaredoug•15m ago•0 comments

AK or just okay? AI and economic growth

https://jzmazlish.substack.com/p/ak-or-just-okay-ai-and-economic-growth
1•speckx•16m ago•0 comments

I've Written About Loads of Scams. This One Almost Got Me

https://www.nytimes.com/2025/09/18/nyregion/zelle-chase-banking-scam.html
1•coatedcharger•16m ago•1 comments

A Marketplace for Buying and Selling Automation Workflows

https://www.neura.market/
2•lovereading•16m ago•2 comments

Stocks for the Long Run

https://www.bloomberg.com/opinion/newsletters/2025-09-18/stocks-for-the-long-run
2•ioblomov•19m ago•1 comments

OpenTelemetry Collector: What It Is, When You Need It, and When You Don't

https://oneuptime.com/blog/post/2025-09-18-what-is-opentelemetry-collector-and-why-use-one/view
2•ndhandala•23m ago•0 comments

If Anything Changes, All Value Dies?

https://www.overcomingbias.com/p/if-anything-changes-all-value-dies
1•paulpauper•23m ago•0 comments

Intake of low-, no-calorie sweeteners tied to faster cognitive decline

https://medicalxpress.com/news/2025-09-intake-calorie-sweeteners-faster-cognitive.html
1•PaulHoule•25m ago•0 comments

Vitamin D2 supplements can lead to a drop in Vitamin D3

https://www.newscientist.com/article/2496879-vitamin-d-supplements-may-lower-your-level-of-one-ty...
2•busymom0•26m ago•0 comments

Database of Databases

https://dbdb.io/
3•cyanf•26m ago•0 comments

Bambauer Contra BS

https://www.betonit.ai/p/bambauer-contra-bs
1•paulpauper•26m ago•0 comments

Show HN: NoZeroDay – strictly-enforced daily streak challenges

https://apps.apple.com/in/app/nozeroday/id6751885932
1•tj203•27m ago•0 comments

How Big Pharma Saved My Skin

https://www.richardhanania.com/p/how-big-pharma-cured-my-psoriasis
1•paulpauper•27m ago•0 comments

Newton for Ladies (1737) – Newtonianism vs. Cartesianism

https://www.whipplelib.hps.cam.ac.uk/special/exhibitions-and-displays/exhibitions-archive/newton-...
1•bgilroy26•28m ago•0 comments