{% extends "base.html.jinja" %} {% block content %}

Welcome, {{ user.username }}

{{ user.emails[0] if user.emails }}

API Tokens

Forage is in early access. Container deployments and the component registry are under active development. You can manage your API tokens now and deploy once the platform is live.

Projects

No projects yet. Deploy your first forest.cue manifest to get started.

Organisations

You're not part of any organisation yet.

Quick start

# Install forest CLI
cargo install forest

# Create a project
forest init my-project --component forage/service

# Deploy
forest release create --env dev
{% endblock %}