---
title: AwenPrompt: structured prompts for architectural visualization
date: 2026-06-11
topic: AwenPrompt
summary: A practical introduction to AwenPrompt, a local-first prompt builder for architectural visualization workflows that need reference-image and material fidelity.
slug: awenprompt-structured-prompts-architectural-visualization
---

AwenPrompt is a local-first browser tool for architects and designers who need better prompts for architectural visualization.

It is strongest when the project involves tensile fabric, membrane structures, ETFE, mesh, shade systems, masts, cables, and lightweight envelopes. It also supports facade studies, interior visualization, site scenes, and lighting studies.

[Open AwenPrompt](https://awen-prompt.vercel.app/) to try the production app.

<iframe src="https://player.vimeo.com/video/1200076771?context=Vimeo%5CController%5CApi%5CResources%5CVideoController.&h=dcdc11f9db&s=b023c42016f2574dfaa7c048346389a4505ab430_1781310715" width="640" height="564" frameborder="0" allow="autoplay; fullscreen" allowfullscreen></iframe>

The important part is what AwenPrompt does not do: it does not generate images. Instead, it helps turn design intent into structured prompt instructions that can be used in external image-generation tools. Its job is to keep the project legible when an AI image model starts interpreting it.

## Why it exists

Architectural prompts fail in predictable ways.

A model may redraw the structure, invent supports, change fabric colors, flatten a roof form, ignore cable logic, or turn a careful reference image into a loose mood board. That is irritating for any visualization workflow. For tensile fabric and membrane architecture, it can break the whole idea, because the geometry, supports, curvature, and material behavior are not decorative details. They are the design.

AwenPrompt treats those details as first-class inputs. Instead of asking users to write one long prompt from memory, it gives them a structured prompt builder. The user can describe the architectural workflow, site context, fabric system, material choices, camera view, lighting intent, output style, preservation rules, and negative prompt guardrails in a repeatable way.

The result is not a magic sentence. It is a clearer brief for the next tool in the chain.

## What it does

AwenPrompt is built around a few practical functions:

- **Prompt builder**: a structured input surface for architectural visualization prompts.
- **Architectural workflows**: presets for tensile structures, facade studies, interiors, site work, and lighting studies.
- **Native mode**: deterministic prompt assembly from the form state, without calling an AI provider.
- **AI-assisted mode**: provider-backed prompt generation through server-side routes when a configured OpenRouter or OpenAI key is available.
- **Reference image analysis**: image-based project reading for geometry, composition, material, and context clues.
- **Auto-fill**: conversion of a brief, reference image, or existing prompt into prompt builder fields.
- **Strict overrides**: authoritative user fields that AI-assisted output must preserve.
- **Negative prompts**: guardrails against geometry distortion, wrong fabric colors, unrealistic physics, and low-quality rendering artifacts.
- **Material catalog**: built-in fabric and architectural material data, with support for custom materials.
- **Mask editor**: region-based inpainting instructions for targeted changes.
- **Lighting editor**: lighting annotations that can be exported as prompt text.
- **Local workspace**: browser-local sessions and artifacts, with no account required.

## How the workflow feels

A typical session starts with a design problem rather than a blank text box.

You choose the architectural workflow, then describe the project: structure, site, view, materials, atmosphere, output style, and anything that must not change. If there is a reference image, you can use it to anchor massing, camera angle, fabric topology, openings, site boundaries, or existing context.

From there, AwenPrompt can produce either a deterministic Native mode prompt or an AI-assisted prompt. The output can be copied as text or structured JSON, depending on the downstream image model target.

If the image needs a local change, the mask editor helps define bounded regions and inpainting instructions. If the task is about mood, fixture placement, or emphasis, the lighting editor lets you annotate lighting areas and export a focused lighting prompt.

The app is not trying to replace design judgment. It gives the user a tighter way to communicate that judgment to image tools.

## What makes it different

Most prompt tools are broad. They help with style, mood, subject matter, and composition, but they do not know much about the failure modes of architectural visualization.

AwenPrompt is narrower on purpose. It cares about whether a membrane roof keeps its topology. It cares whether the fabric color stays the selected manufacturer color instead of drifting into a nearby shade. It cares whether a reference facade keeps its rhythm, openings, grid, and camera view. It cares whether a negative prompt is specific enough to stop the common damage.

That narrowness makes it more useful for the work it is built for.

## Built for local-first work

AwenPrompt is designed to stay usable without an account. Project data is kept in the browser. Native mode does not require an API key. AI-assisted routes use server-side provider handling, and user-facing workflows are written with the assumption that model output is untrusted until parsed and validated.

That matters for design work. Reference images, prompt drafts, and project notes can be sensitive even when they are not formally confidential. The app keeps the normal workflow lightweight while avoiding unnecessary server-side project storage.

## Who it is for

AwenPrompt is for people who already know what they are trying to see.

It is useful for architects testing facade options, designers preparing concept visuals, tensile fabric specialists trying to preserve form and material intent, and anyone using reference images as serious constraints rather than loose inspiration.

It is also useful for teams that need prompts to be repeatable. A structured prompt builder makes it easier to see why one output worked, why another failed, and which field needs to change before the next run.

## Current status

AwenPrompt is in active development. The core product surfaces are the prompt builder, Auto-fill workflows, reference image analysis, mask editor, lighting editor, and local workspace.

The current focus is not to make the broadest possible image tool. It is to make a careful prompt workspace for architectural visualization, especially where geometry, fabric behavior, material color, and reference-image preservation are the difference between a useful study and a pretty but unusable picture.
