{% extends "base.html" %} {% block title %}Create install brief ยท Postiz Native Setup Studio{% endblock %} {% block meta_description %}Create a hosted Postiz install brief, capture the public URL, and save prerequisite readiness for this VM.{% endblock %} {% block content %}
Create install brief

Capture the first hosted Postiz setup plan.

Tell the app which URL, Node target, and prerequisite services you expect. After saving, you will land on a generated detail page with next actions, env placeholders, and command prompts.

Tracked now Public URL + service readiness

Keep one source of truth while the VM is being prepared.

After save Confirmation + detail blueprint

Jump directly into the generated install checklist and command sequence.

{% include "core/_brief_form.html" with submit_label="Generate install blueprint" %}
{% endblock %}