{% extends "base.html" %} {% block title %}Voxint — settings{% endblock %} {% block body %}

Settings

{% if tutorial_done %} {# Completion celebration after POST /settings/tutorial/complete (?tutorial=done). Terminal — no "next step" — so it is rendered here rather than through the walkthrough banner partial, and it offers the plain "submit your own media" link the plan calls for in place of a live "try it" step. #}

You finished the tutorial 🎉

You have completed one full run end to end — submit, review, attribute, export. When you are ready, submit your own audio or video and do the same with real speakers.

{% endif %}

First-run setup

Onboarding is complete. You can walk through the setup wizard again at any time — it never resets your existing preferences unless you change them.

Re-run the setup wizard →

Guided tutorial

{% if not tutorial_available %}

The guided tutorial isn't set up yet. Run voxint tutorial seed to create the bundled three-speaker sample, then reload this page.

{% elif tutorial_completed_at %}

Completed {{ tutorial_completed_at.strftime("%Y-%m-%d %H:%M") }}.

Replaying walks you through the sample again. Your previous speaker rulings on the tutorial run are preserved — replay doesn't reset them.

{% else %}

A short, hands-on walkthrough of one full run on a bundled three-speaker sample.

Start the guided tutorial →

{% endif %}
{% endblock %}