{% extends "base.html" %} {% block title %}New Project - flanner{% endblock %} {% block content %}
A unique name for your project (lowercase, hyphens allowed)
Absolute path to your project root (where .git is located). Auto-detected if empty.
Relative path within project where plan files will be stored (default: .plans)
Cancel

What happens when you create a project?

  • A project entry is created in the database
  • The plan directory is created in your project root
  • The plan directory is added to .gitignore
  • You can start creating plan files immediately
{% endblock %}