{% extends "email/base.html" %} {% block title %}Praxicraft is open | Praxicraft{% endblock %} {% block hero %} {% include "email/partials/_hero.html" with hero_variant="primary" hero_title="Praxicraft is open" hero_subtitle="Your spot is ready." hero_icon="rocket.png" %} {% endblock %} {% block content %}

Hi {% if first_name %}{{ first_name }}{% else %}there{% endif %},

Praxicraft is live at praxicraft.com.

You signed up on the waitlist. Your spot is ready.

Create your account and pick a track: Linux, Python, or SQL. Then start solving production-style tasks in live sandboxes.

When you sign in, we will show you what is available for early members inside the product.

{% include "email/partials/_cta.html" with cta_url=cta_url|default:site_url cta_label=cta_label|default:"Open Praxicraft" %}

Thank you for signing up before launch.

{{ sender_name|default:"Najeeb Sulaiman" }}

{{ sender_title|default:"Founder, Praxicraft" }}

{% endblock %}