{% extends "base.html" %} {% block title %}Get Started | TrustForge{% endblock %} {% block meta_description %}Create your TrustForge account and start turning completed jobs into proof that wins the next customer.{% endblock %} {% block content %}
Get started

{{ auth_page_title }}

{{ auth_page_description }}

01
Create secure email/password access
02
Land inside the product instead of a demo-only experience
03
Next step will connect your account to a business workspace
Sign up

Start your TrustForge workspace

Create the account that will own your dashboard access and future business onboarding.

{% csrf_token %} {% if form.non_field_errors %}
{{ form.non_field_errors|join:', ' }}
{% endif %}
{{ form.first_name }} {% if form.first_name.errors %}
{{ form.first_name.errors|join:', ' }}
{% endif %}
{{ form.last_name }} {% if form.last_name.errors %}
{{ form.last_name.errors|join:', ' }}
{% endif %}
{{ form.email }} {% if form.email.errors %}
{{ form.email.errors|join:', ' }}
{% endif %}
{{ form.password1 }} {% if form.password1.errors %}
{{ form.password1.errors|join:', ' }}
{% endif %}
{{ form.password2 }} {% if form.password2.errors %}
{{ form.password2.errors|join:', ' }}
{% endif %}

Already have an account? Log in

{% endblock %}