{% extends "base.html" %} {% block content %}

Your Projects

Manage your book series and generation tasks.

Personas System Status {% if current_user.is_admin %} {% endif %}
{% for p in projects %}
{{ p.name }}

Created: {{ p.created_at.strftime('%Y-%m-%d') }}

{% else %}

No projects yet. Start writing!

How to use BookApp:
  1. Click New Project to launch the AI Wizard.
  2. Describe your idea, and the AI will plan your characters and plot.
  3. Review the "Bible" (the plan), then click Generate.
  4. Read the book, edit it, and export to EPUB/Kindle.
{% endfor %}
{% endblock %} {% block scripts %} {% endblock %}