storystarling's comments

storystarling | 16 days ago | on: Is Show HN dead? No, but it's drowning

Appreciate the honesty. On bilingual - that's actually our strongest use case already. A surprising number of our orders are from multilingual families who simply can't find children's books in their language combination. That's a gap no publisher will fill because the print runs are too small.

storystarling | 16 days ago | on: Is Show HN dead? No, but it's drowning

This matches our experience. For a 28-page children's book there's no context collapse - the entire story fits comfortably in context. The format actually plays to LLMs' strengths: short, structured, clear emotional arc. It's a very different problem than generating 500 pages.

storystarling | 16 days ago | on: Is Show HN dead? No, but it's drowning

Fair perspective. But the parent isn't passive here — they're the creative director. They decide what the story is about, who the hero is, what happens. The AI does a lot of the writing, yes, but the parent is the editor: they review every page, rewrite lines, regenerate illustrations they don't like. It's closer to working with a ghostwriter than pushing a button.

Most AI content feels empty because it's made for nobody in particular. A StoryStarling book is the opposite - a parent shaping a story around their specific child's world. That's a real story. They just had help telling it.

storystarling | 16 days ago | on: Is Show HN dead? No, but it's drowning

Honestly, for children's books specifically - yes. A children's book is 28 pages, simple language, short sentences, clear emotional arc. That's a very different challenge than writing a novel. We've put a lot of work into the prompting and story structure, and the results are genuinely good for this format. Parents can also edit every page of text before approving for print if they want to tweak anything.

The soul comes less from the prose and more from the fact that this story exists for this child. A book about their specific fear, their favorite thing, their family situation — that's what makes a kid ask to read it again at bedtime.

storystarling | 16 days ago | on: Is Show HN dead? No, but it's drowning

That's a fair point about friction, but we're intentionally focused on physical books - the whole idea is to get away from screens. Most parents we talk to have the opposite problem: too much digital content, not enough tangible things. A printed book that lives on the shelf, gets read at bedtime, gets dog-eared and carried around - that's the product. You're ordering it for a birthday, a holiday, a first day of school. It's not impulse content, it's a keepsake.

storystarling | 17 days ago | on: Is Show HN dead? No, but it's drowning

Thanks for the blunt feedback - genuinely appreciate it.

You're right that children's books can be excellent, and for generic topics a well-reviewed book from a skilled author and illustrator will beat what we generate. No argument there.

Where we see real value is in the gaps the publishing industry doesn't serve. Bilingual families who can't find books in Maltese/English or Estonian/German. A child with an insulin pump who wants to see a superhero like them. A kid processing their parents' divorce. A child with two dads, or being adopted, or starting at a new school in a country where they don't speak the language yet. No publisher will print a run of one for these families - but these are exactly the stories that matter most to them.

On the UX points - you're right on both. We should localize the showcase to your language, and the signup wall before trying is too much friction. Working on both.

storystarling | 17 days ago | on: Is Show HN dead? No, but it's drowning

Similar experience. I posted a Show HN two days ago for a children's book generator - type a story idea, get a fully illustrated printed book shipped to you. Offered a free printed book including shipping to the HN community via voucher code. Got 7 points, 2 comments, and zero voucher redemptions. Nobody even ordered the free book.

One of those comments was genuinely useful feedback from Argentina about localization. That alone made it worth posting. But the post was gone from page 1 in what felt like minutes.

What's interesting is this isn't a weekend vibe-coded project - it involves actual physical production, printing, and shipping. But from the outside it probably looks like "another AI wrapper," which I think is the core problem: the flood of low-effort AI projects has made people reflexively skeptical of anything that mentions generation, even when there's real infrastructure behind it.

storystarling | 19 days ago | on: Show HN: Custom illustrated kids' book, generated and printed (StoryStarling)

Hi from Germany! Thanks for the feedback.

You're right - the showcase sorting prioritizes "Real Books" (from customers who opted in to share theirs) over "Inspiration" (demo books we generated), which pushes the Spanish example further down. We'll fix the sorting so your language appears first regardless of type.

Good catch on the German book with the English idea - that's the customer's original input, which we didn't translate for the showcase. Will fix.

On "samples" vs "ideas": agreed it's confusing. We'll either make the distinction clearer or merge them into one gallery.

Thanks for the thoughtful feedback!

storystarling | 21 days ago | on: Gemini 3 Deep Think

yes, i had the same experience. As good as LLMs are now at coding - it seems they are still far away from being useful in vision dominated engineering tasks like CAD/design. I guess it is a training data problem. Maybe world models / artificial data can help here?

storystarling | 25 days ago | on: Ask HN: What are you working on? (February 2026)

The story synopsis next to the preview gives you the full narrative arc before you commit. But fair point on wanting to see more.

You can edit or regenerate pages if something isn't working - it's iterative, not one-shot. Happy to help you try it out without payment - drop me an email.

storystarling | 25 days ago | on: Ask HN: What are you working on? (February 2026)

Character consistency was the hardest problem, and honestly what took the longest to get right. We use reference images as style anchors, run multiple generation passes, and have an LLM "critic" that checks for visual inconsistencies and triggers regeneration when needed. It's not perfect but it's gotten to the point where parents are happy with the results.

On margins - tight but workable.

storystarling | 25 days ago | on: Ask HN: What are you working on? (February 2026)

RTL = Right-to-Left languages - Arabic, Hebrew, Farsi, Urdu. The text rendering and page layout needs to flip for these, and it gets especially tricky with bilingual books where one language is RTL and the other is LTR.

What's the scenery? Happy to try it on our system if you want to share.

storystarling | 26 days ago | on: Ask HN: What are you working on? (February 2026)

StoryStarling - Turn your story idea into a printed children's book

https://storystarling.com

Working on a platform where you describe a story concept and it becomes a real, illustrated picture book - professionally printed and shipped to your door.

The key difference from "personalized" book companies: this isn't template stories with a name swapped in. You bring an idea - maybe a book about a kid with a cochlear implant going to their first day of school, or a bilingual German-Turkish story about visiting grandma's village - and it generates a complete original narrative with consistent illustrations throughout.

You can upload reference photos so characters actually look like your child. Supports 30+ languages including bilingual editions on the same page.

Currently refining the showcase features and adding RTL language support.

storystarling | 1 month ago | on: Rust’s Standard Library on the GPU

Raw CUDA works for the heavy lifting but I suspect it gets messy once you implement things like grammar constraints or beam search. You end up with complex state machines during inference and having standard library abstractions seems pretty important to keep that logic from becoming unmaintainable.

storystarling | 1 month ago | on: Rust at Scale: An Added Layer of Security for WhatsApp

I suspect it is actually about maintaining permissiveness for malformed inputs rather than keeping security bugs. I ran into this building ingestion for a print-on-demand service where users upload technically broken PDFs that legacy viewers handle fine. If the new parser is stricter than the old one you end up rejecting files that used to work, which is a non-starter for the product.

storystarling | 1 month ago | on: Prism

The WASM constraints make sense given the resource limits, especially for mobile. If you are moving that compute server-side though I am curious about the unit economics. LaTeX pipelines are surprisingly heavy and I wonder how you manage the margins on that infrastructure at scale.
page 1