Skip to content

Tutorials

A zero-to-deploy learning path for Tyravel 1.0.x. Each tutorial builds on the last and links to deeper guide chapters.

Track overview

StepTopicOutcome
1Install & first routeRunning app with a named route and HTML response
2Auth & databaseUsers table, session login, protected routes
3Queues & eventsBackground job, domain event, database queue worker
4Realtime & deployWebSocket broadcasting, production checklist

Before you start

  • Node.js 26+ — Tyravel requires native SQLite, WebSocket, and OpenSSL PQC support.
  • npm — workspaces are used in the monorepo; generated apps use a normal package.json.
  • Guide chapters — tutorials move quickly; keep the guide open for detail.

Example repos

When a tutorial step has a matching example file, we link to it directly.

Released under the MIT License.