{% extends "base.html" %} {% block title %}Project Created - PairCoder Setup{% endblock %} {% block content %}

Project Created!

Your PairCoder project is ready to go.

Next Steps

  1. Check project status
    bpsai-pair status
  2. {% if tier == 'pro' or tier == 'team' or tier == 'enterprise' %}
  3. Connect Trello board
    bpsai-pair trello connect
  4. {% endif %} {% if tier == 'enterprise' %}
  5. Set up workspace
    bpsai-pair workspace init
  6. {% endif %}
  7. Create your first plan
    bpsai-pair plan new my-feature
  8. Read the getting started guide
    Documentation →
{% if tier == 'solo' %}

Upgrade to Pro

Unlock Trello sync, GitHub integration, token budgets, and more.

{% endif %}
{% endblock %}