{% extends "base.html" %} {% block title %}Postiz Native Setup Studio · Overview{% endblock %} {% block meta_description %}Design the first native Postiz install plan for this VM, track service readiness, and jump into the next development steps from one polished landing page.{% endblock %} {% block content %}
Hosted Postiz development workflow

Plan a native Postiz development install without losing sight of the public URL, services, or next commands.

This first slice turns the blank starter into a Postiz setup cockpit: a polished landing page, install brief workflow, generated prerequisite summary, and a detail view you can revisit while you wire the VM.

{{ brief_stats.total }} Saved briefs
{{ brief_stats.ready }} Ready to bootstrap
3 Core services tracked
First delivery included
Runtime Node 18+

Choose the Node target and package manager before the repo bootstrap.

Local services Postgres · Redis · Temporal

Mark what is already available on the VM and see the gaps instantly.

Public entrypoint Reverse-proxied URL

Keep the exposed hostname visible in every install brief and detail page.

Workflow

How the thin slice works

{% for step in setup_steps %}
0{{ forloop.counter }}

{{ step.title }}

{{ step.description }}

{% endfor %}
Recent activity

Install brief snapshot

See all
{% if recent_briefs %} {% else %}

No install briefs yet

Create the first brief to generate a hosted Postiz setup blueprint for this machine.

Start the first brief
{% endif %}
{% endblock %}