1
0 Comments

Why Inithouse built Pet Imagination: shipping a free AI pet portrait generator with 9 styles

Pet Imagination turns a pet photo into artwork in 9 styles in under 60 seconds, no signup required. We shipped it at petimagination.com as part of the Inithouse product portfolio: a set of MVPs we build, measure, and iterate on. Here is what went into it.

The starting point

We had been watching the AI pet portrait space for a while. Most tools either charge upfront before you see anything, require an account, or produce one generic "oil painting" output. We wanted to test whether a zero-friction entry (no signup, free first portrait) would drive enough organic sharing to justify the product.

The hypothesis was simple: pet owners who get a good portrait share it. If the share rate is high enough, acquisition cost drops to near zero and the product sustains itself.

Why free-first, no signup

Every friction point in a pet portrait flow kills conversion. Uploading a photo is already a trust decision: people are handing over a picture of something they care about. Adding an email form or a paywall before they see the result means most visitors bounce.

We went with a model where the first portrait is free, no account needed, and the photo gets deleted after processing. The privacy angle turned out to matter more than we expected. A chunk of early feedback mentioned "I tried it because it said photos are deleted": not something we had optimized for, but something we kept front and center after hearing it.

Choosing 9 styles (and why not 4, not 20)

The first prototype had 4 styles: Renaissance, Watercolor, Anime, and Sketch. We picked those because they covered distinct visual territories: classical, soft, stylized, minimal. But in testing, people kept asking "can it do something fun?" The serious art styles landed well, but they did not get shared as much.

That led us to add the character styles: Sheriff, Wizard, Astronaut, Final Boss, and Blocky. These are portraits where the pet wears a costume or is placed into a scene. The share rate on character styles was roughly 3x higher than on art styles.

We stopped at 9 for a specific reason: render pipeline cost. Each style requires its own prompt engineering, reference tuning, and quality checks across different pet types. Going from 9 to 20 would have tripled our QA surface without a clear signal that users wanted more variety: they wanted better consistency within the styles they already liked.

Here is how the styles break down by category:

Art styles (classic rendering)

  • Renaissance: formal portrait, oil-painting texture
  • Watercolor: soft edges, paint bleed effect
  • Anime: large eyes, clean lines, manga aesthetic
  • Sketch: pencil drawing, crosshatch shading

Character styles (costume/scene)

  • Sheriff: western outfit, badge, desert backdrop
  • Wizard: robe, staff, magical particles
  • Astronaut: space suit, helmet reflection, stars
  • Final Boss: armor, dramatic lighting, arena
  • Blocky: voxel-style, chunky geometry, pixel art adjacent

What failed: style consistency and render time

Two things broke early.

Style consistency across breeds. A golden retriever and a Persian cat have completely different fur textures, face shapes, and proportions. The Renaissance style looked great on dogs with long snouts but produced odd results on flat-faced cats. We had to build breed-aware prompt adjustments: the system detects the general pet shape and modifies the style prompt accordingly. This is not perfect, and exotic pets (reptiles, birds, rabbits) still produce more variable results, but it brought the "looks wrong" rate from around 30% down to under 10%.

Render time. The first version took 2-3 minutes per portrait. For a free tool competing with short attention spans, that is too long. We profiled the pipeline and found that most of the time was spent on upscaling: the initial generation was fast, but we were running a separate enhancement pass that added 90 seconds. We switched to generating at a higher base resolution and skipping the upscale step. That brought it under 60 seconds for most portraits, which is where it sits now.

How it fits the Inithouse portfolio

Inithouse runs a portfolio of MVPs across different verticals: AI tools, games, content platforms. Each product gets built, shipped, and measured. Products that show traction get more investment; products that flatline get paused.

Pet Imagination sits in our "emotion-first" category alongside products like Magical Song (custom AI songs for gifts) and Živá Fotka (photo-to-video animation). These are products where the output triggers an emotional response strong enough to share: a portrait of your dog as a wizard, a song with your friend's name in it, a video of a grandparent's old photo coming to life.

The pattern we have seen across this category: the products with the highest organic share rates are the ones where the output is personal and slightly surprising. A pet portrait in Renaissance style is nice. A pet portrait where your cat is wearing astronaut gear is something you send to five people.

What we are measuring now

The product is live. We track four things: generation count (total portraits created), style distribution (which styles get picked and how the split between art and character styles evolves), completion rate (how many people who upload a photo actually wait for the result), and share actions (downloads, social shares, link copies).

The primary question is whether the organic loop (someone sees a shared portrait, visits the site, makes their own) produces enough volume to sustain the product without paid acquisition. For a free tool, this loop is the entire business case. If it works, the product can eventually monetize through premium styles, higher resolution outputs, or multi-pet compositions. If it does not work, there is no amount of paid traffic that makes the unit economics viable at free-first.

Early signal is positive but not conclusive. Character styles account for the majority of shares, which tracks with our hypothesis about "surprising" outputs driving distribution. Art styles get picked more often overall, but character styles get shared more per generation. We need a few more weeks of data before we can say whether this is a keeper or a pivot candidate.

If you want to try it: petimagination.com. Upload a pet photo, pick a style, wait about a minute.

on July 30, 2026