Tutorials
If you want to suggest a tutorial, feel free to open an issue in the GitHub repo.
More tutorials and recipes are coming. Join our Community to receive notifications.
'Hello, World' with Resonance
Let's walk step by step through the basic Resonance project.
Building a Basic GraphQL Schema
Learn How to Build a Basic GraphQL Schema
How to Create LLM WebSocket Chat with llama.cpp?
Learn how to setup a WebSocket server and create basic chat with an open source LLM.
How to Serve LLM Completions (With llama.cpp)?
How to connect with llama.cpp and issue parallel requests for LLM completions and embeddings with Resonance.
How to Setup Postfix for Outgoing Emails
Learn how to set up an outgoing email server (no inbox) with Postfix and send transactional emails with Resonance.
Semi-Scripted Conversational Applications
Large Language Models, when used as a user interface, enable users to create advanced applications that can replace most traditional interfaces.
Session-Based Authentication
Learn how to create basic authentication pages and how to secure your routes with session-based authentication.