🪐 Orbit - a Gemini app framework for Elixir

Module VersionHex Docs

A simple framework for a simple protocol.

Orbit is a framework for building Gemini applications, known as "capsules".

This framework focuses primarily on the Gemini protocol itself, intent on getting a request into your application, handling it, and sending a Gemtext response.

It doesn't make any assumptions about your business logic, backing database, migrations, or anything like that. If you need a database, you can add it manually.

Concepts

Orbit borrows a lot of ideas from Plug and Phoenix.

Some additional niceties:

Installation

Orbit can be added to a new or existing application, including a Phoenix one.

See the quickstart guide for installation instructions.