{% extends "layout.html" %} {% block content %}

Register as Freelancer

Create your independent freelancer account

{% with messages = get_flashed_messages(with_categories=true) %} {% if messages %} {% for category, message in messages %}
{{ message }}
{% endfor %} {% endif %} {% endwith %}
Leave blank to use your username as your workspace name.

What you get as a freelancer:

  • Your own personal workspace
  • Time tracking for your projects
  • Project management tools
  • Export capabilities for invoicing
  • No company code required
{% endblock %}