Skip to content
level09 edited this page Dec 30, 2025 · 3 revisions

Enferno Tutorials

Hands-on tutorials for building with Enferno.

Setup

git clone https://github.com/level09/enferno.git
cd enferno
./setup.sh
uv run flask create-db
uv run flask install
uv run flask run

Tutorials

Tutorial What You'll Build Time
Quick Notes Personal notes on your dashboard ~10 min
OAuth Login Google and GitHub sign-in ~15 min
Background Tasks Async email with Celery ~15 min
Deploy with Ignite Production deploy with auto SSL ~5 min

Deploy to Production

Use Ignite for one-command deployment:

curl -sSL https://raw.githubusercontent.com/level09/ignite/main/ignite.sh | sudo DOMAIN=app.example.com bash

Includes automatic SSL, Redis, systemd services, and security headers.

Documentation

Full reference docs at docs.enferno.io

Clone this wiki locally