{% extends "base.html" %} {% block title %}abogen ยท Dashboard{% endblock %} {% block content %}

Create a New Audiobook

Kick off a fresh conversion with your manuscript or pasted text. You can fine-tune chapters and speakers in the next steps.

Drop your manuscript to begin

Drag & drop a supported file here, or click to choose one in the next step.

{% with pending=None, readonly=False, active_step='settings' %} {% include "partials/upload_modal.html" %} {% endwith %} {% include "partials/reader_modal.html" %} {% endblock %} {% block scripts %} {{ super() }} {% endblock %}