{% extends "base.html" %} {% block title %}Scopuli — sites{% endblock %} {% block head %} {% endblock %} {% block main %}

Your sites

From {{ websites_root }}

{% if not surge_installed %}

surge CLI not found on PATH — install with npm install -g surge and run surge login before publishing.

{% endif %} {% if ai_warning %}

AI provider {{ ai_warning.provider }} has no API key configured. Add one in Settings, set {{ ai_warning.env_var }} in your environment, or switch to Ollama for local-only models.

{% endif %}
{% if sites %} {% else %}

No sites found under {{ websites_root }}.

Drop a folder containing index.html into websites/ and refresh.

{% endif %}

Surge settings

Site:

Publishing…


    
      
    
  
{% endblock %} {% block scripts %} {% endblock %}