Documentation
Five guides that ship inside every ScribeEngine project's docs/ directory.
Getting Started
Create your first routes, work with the database, and handle form submissions. Start here.
Read →Template Syntax
Complete reference for .stpl files: @route, @require_auth, @no_layout, @sse, Python blocks, and Jinja2.
Read →Database
Query methods, parameterized SQL, multi-database configuration (SQLite, PostgreSQL, MySQL, MSSQL), and migrations.
Read →Authentication
Session management, password hashing, the @require_auth decorator, and building custom registration flows.
Read →Deployment
Production server (Waitress), Nginx reverse proxy, PostgreSQL setup, and systemd service configuration.
Read →