{% extends "layouts/base.html" %} {% block title %}Prompt Builder{% endblock %} {% block main_content %}

Prompt Builder

Combine multiple prompts using drag-and-drop to create sophisticated workflows

Available Prompts

{% for prompt in prompts %}

{{ prompt.title or prompt.name }}

{{ prompt.category }}

{{ prompt.content[:100] }}...

{{ prompt.content|length }} chars
{% else %}

No prompts available

Create your first prompt
{% endfor %}

Selected Prompts

Drag prompts here or click to select. Drag to reorder.

Drag prompts here to combine them

Or click prompts to select them

0 prompts selected

Combination Template

Choose how to combine your selected prompts

Preview

{{ i18n.t('builder.select_prompts_preview') }}
                            
0 {{ i18n.t('builder.characters') }}, 0 {{ i18n.t('builder.tokens_estimated') }} 0 {{ i18n.t('builder.source_prompts') }}
{% endblock %}