# Introduction

**flompt** = Visual AI Prompt Builder. Decompose any prompt. Edit visually. Assemble as XML. Ready to inject. Free. Open-source.

🔗 Live at: <https://flompt.dev>

***

## What is flompt?

**flow + prompt = flompt**. Visual prompting. Structured. Modular.

## The three-step workflow

1. **Decompose** — Paste any prompt. AI breaks it into blocks.
2. **Edit** — Use Canvas or List View. Hide blocks to exclude them.
3. **Assemble** — Generate XML. 100% local. Instant.

No sign-up. Free. MIT license. Self-hostable.

## Template Library

**100+ templates** across 10 categories. One click. No blank page.

→ [Template Library documentation](/docs/features/template-library.md)

## List View

Switch between Canvas and List view. Edit inline. Reorder. Duplicate. Toggle visibility. Both views stay synced.

→ [List View documentation](https://github.com/Nyrok/flompt/blob/master/docs/list-view.md)

## Projects

Manage multiple workspaces. Switch instantly. Export/import as JSON.

→ [Projects documentation](/docs/features/projects.md)

## Make.com Integration

Send your assembled prompt to a Make.com webhook with one click. Trigger any automation — Claude, GPT, Notion, Slack, Airtable — the moment your prompt is ready. No backend, no API key, fully client-side.

→ [Make.com integration documentation](/docs/features/make-integration.md)

## Browser Extension

flompt is available as a **browser extension** for Chrome and Firefox — a sidebar that opens directly inside ChatGPT, Claude, or Gemini. Build your prompt visually, click "Send to AI", and it's injected into the chat input. No tab switching, no copy-pasting.

Supported platforms: ChatGPT · Claude · Gemini

→ [Chrome](https://chrome.google.com/webstore/detail/mbobfapnkflkbcflmedlejpladileboc) · [Firefox](https://addons.mozilla.org/addon/flompt-visual-prompt-builder/) · [Install instructions](/docs/integrations/chrome-extension.md)

## Privacy

No account. No data retention. Everything stays in your browser. The backend only receives prompt text during the Decompose step — and discards it immediately.

→ [Privacy & Data Retention](/docs/reference/privacy.md)


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://flompt.gitbook.io/docs/readme.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
