LTK · FEETGEN2

AI image generation, reproduced.

A structural clone of the FeetGen architecture: Next.js front, async submit→poll generation, style presets backed by ComfyUI workflows, and a coins + subscription billing model. Auth, billing, and the GPU worker are stubbed — swap each in without touching the rest.

Web tier

Next.js + API routes. Live now: /api/generate (submit + poll), /api/user-status, /api/create-checkout-session.

Inference tier

Mocked. Drops in later: RunPod ComfyUI worker loading your custom LoRAs, fed by a real queue.

Billing

Stubbed Stripe subscriptions + coins. Webhook grants plan / credits when wired.