{% extends "base.html" %} {% load i18n static %} {% block title %} {{ site_settings.company_name }} | {% trans "Home" %} {% endblock title %} {% block content %}
{% trans "Codex Django Starter" %}

{{ site_settings.company_name|default:_("Build your service platform faster") }}

{% trans "A clean foundation for public pages, cabinet flows, notifications, and operational features that grow with your project." %}

{% trans "What this starter already demonstrates" %}

{% trans "Use the generated project as a production-ready base, and use Showcase as a guided tour through the reference UX patterns bundled with the library." %}

01

{% trans "Public website foundation" %}

{% trans "A clean site shell with reusable header, footer, SEO primitives, static content, and room for your own landing pages." %}

02

{% trans "Cabinet and backoffice flows" %}

{% trans "Reference patterns for staff and client interfaces, including dashboards, appointments, catalog pages, and operational screens." %}

03

{% trans "Notifications and integrations" %}

{% trans "Support for direct Django delivery, queued workers, prepared HTML or template-based notifications, and deploy-ready building blocks." %}

{% trans "Start with the guided tour" %}

{% trans "These demo routes make the library ideas concrete before you replace them with your own product logic." %}

{% trans "Replace the placeholders, keep the structure" %}

{% trans "This homepage is a starting point: swap in your own story, connect real data, and use Showcase as the internal reference while building." %}

{% endblock content %}