{% extends "base.html" %} {% block title %}Create Your Workspace | TrustForge{% endblock %} {% block meta_description %}Create your TrustForge business workspace, set your service area, and start the protected proof pipeline.{% endblock %} {% block content %}
Business onboarding

Create your first TrustForge workspace

This workspace becomes the protected home for your completed jobs, review requests, proof cards, and team permissions.

01 Create your business workspace
02 Become the owner automatically
03 Invite admins, managers, and technicians
04 Keep every job and proof asset scoped securely
Workspace details

Set up the business your team will operate inside

You can update branding details later from workspace settings. The trust pipeline and team access will use this business as the default scope.

Protected SaaS Multi-tenant ready
{% csrf_token %}
{{ form.name }} {% if form.name.errors %}
{{ form.name.errors|join:', ' }}
{% endif %}
{{ form.industry }} {% if form.industry.errors %}
{{ form.industry.errors|join:', ' }}
{% endif %}
{{ form.primary_city }} {% if form.primary_city.errors %}
{{ form.primary_city.errors|join:', ' }}
{% endif %}
{{ form.primary_state }} {% if form.primary_state.errors %}
{{ form.primary_state.errors|join:', ' }}
{% endif %}
{{ form.google_review_url }} {% if form.google_review_url.errors %}
{{ form.google_review_url.errors|join:', ' }}
{% endif %}
{% if form.non_field_errors %}
{{ form.non_field_errors|join:', ' }}
{% endif %}
You will be assigned as the owner and land inside your dashboard immediately.
{% endblock %}