Ship a Full-Stack App with One Prompt

Copy this prompt into your AI coding agent, or open it in one below.

Give this to your AI Create a to-do list app using Puter.js

Coding manually? see the guide

Blog

FLUX.2 Max Is Now Available in Puter.js

On this page

Puter.js now supports FLUX.2 Max, the most capable variant of FLUX.2 by Black Forest Labs for professional-grade image generation.

What is FLUX.2 Max?

FLUX.2 Max is Black Forest Labs' top-tier image generation model, designed for maximum performance and professional-grade output.

Key Capabilities

  • Maximum Performance: Delivers the most consistent and highest quality results across tasks.
  • Strongest Prompt Following: Faithfully represents various styles with precise adherence to your instructions.
  • Grounded Generation: Supports real-time web context for more accurate and contextually aware outputs.

Examples

Professional-grade image generation

puter.ai.txt2img("Photorealistic portrait of an elderly craftsman in his workshop, detailed skin texture, warm natural lighting, shallow depth of field", {
    model: "black-forest-labs/FLUX.2-max"
})

Architectural visualization

puter.ai.txt2img("Modern luxury penthouse interior at golden hour, floor-to-ceiling windows overlooking a city skyline, minimalist furniture, realistic reflections on marble floors", {
    model: "black-forest-labs/FLUX.2-max"
})

Product photography

puter.ai.txt2img("Professional product photography of a luxury watch on dark marble surface, studio lighting, sharp focus, realistic metal reflections", {
    model: "black-forest-labs/FLUX.2-max"
})

Get Started Now

Just add one script tag to your HTML:

<script src="https://js.puter.com/v2/"></script>

No API keys and no infrastructure setup. Start building with FLUX.2 Max immediately.

Learn more:

Ship a Full-Stack App with One Prompt

Give this to your AI Create a to-do list app using Puter.js

Coding manually? see the guide