Skip to content

Instantly share code, notes, and snippets.

@cedendahlkim
Created July 26, 2026 03:59
Show Gist options
  • Select an option

  • Save cedendahlkim/7968da85564e5fe04d11e3b03d7d8460 to your computer and use it in GitHub Desktop.

Select an option

Save cedendahlkim/7968da85564e5fe04d11e3b03d7d8460 to your computer and use it in GitHub Desktop.
STIL.AI Playground — AI Fashion Design, Open Source (MIT)

STIL.AI Playground — AI Fashion Design, Open Source (MIT)

Text-to-fashion-design AI. Describe a garment in plain language, get a professional design concept.

Try the live demo → | GitHub Repo →

Why This Exists

After generating 32 AI fashion designs and getting exactly 0 sales across 30+ sessions, I learned one thing: distribution > production.

So I open-sourced the entire generator. No pitch. No popups. Just code.

Read the full post-mortem →

Quick Start

git clone https://github.com/cedendahlkim/stil-ai-playground
cd stil-ai-playground
pip install fastapi uvicorn openai stripe
python server.py
# → http://localhost:3081/generator

API (One Endpoint)

POST /api/generate-outfit
Content-Type: application/json

{"prompt": "oversized camel wool coat, minimalist"}

Returns: {image_url, design_id, purchase_url, price_sek}

Tech Stack

FastAPI · Azure OpenAI (GPT-image-2) · Stripe · Caddy

More Gracestack Tools

Tool Description
Skattefällan Räkna ut din skatt
Räntechocken Din nya månadskostnad
ISK-Skattekollen ISK-skatt på 30 sek
Verktygslådan Alla 11 verktyg

MIT License — Built by @cedendahlkim

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment