Framework
Start with Procyon's framework model and choose the docs path you need.
Introduction
Procyon is an application framework for Go. It helps you build web and CLI applications with a runtime model for components, dependency injection, configuration, lifecycle behavior, and startup.
Use the framework docs when you want the application structure around your code: registered components, typed configuration, lifecycle hooks, HTTP endpoints, and runtime integration points.
Choose a path
Framework
Learn the application framework: quick start, components, configuration, and runtime structure.
CLI
Explore command-line tooling for creating, running, and managing Procyon applications.
Framework essentials
Quick start
Create a controller, map an endpoint, register the component, and run the app.
What is Procyon?
Understand the framework model and where it fits in Go application development.
Components
Register constructors, inject dependencies, resolve components, and manage lifecycle hooks.
Configuration
Bind configuration from environment variables, config files, and runtime property sources.
