Skip to main content

Documentation Index

Fetch the complete documentation index at: https://www.sunny-dev.info/llms.txt

Use this file to discover all available pages before exploring further.

Revolte guides provide step-by-step instructions and strategic patterns for managing your services, databases, and resources. Whether you are deploying a high-performance web service or orchestrating a complex background workflow, these guides help you navigate the full lifecycle of your applications.

Deployment Strategy

Software delivery in Revolte is built around Environment Intelligence. Instead of managing disparate scripts, you define how your services behave as they move from developer intent to production reality.

How to use these guides

  • Service Operations: Use these guides to understand the specific requirements for different runtime types (Web Apps, APIs, Cron Jobs).
  • Infrastructure management: Learn how to provision and connect relational databases, caches, and object storage buckets.
  • Secure Configuration: Implement best practices for managing secrets and environment-specific variables.

Core Deployment Concepts

ConceptPurposeWhen to Use
Preview EnvironmentsIsolated testing of new features.Use for every Pull Request to validate changes.
Service OverridesEnvironment-specific scaling and specs.Use when production requires more CPU/Memory than staging.
Secrets EngineEncrypted runtime credentials.Use for API keys, DB passwords, and sensitive tokens.

Quick Start Resources

Deploy a Web App

Launch React, Next.js, or static sites with managed edge delivery.

API & Web Services

Deploy backend services with automated health checks and scaling.

Database Setup

Provision and connect managed PostgreSQL or MySQL instances.

Storage & Secrets

Configure encrypted variables and object storage across your delivery pipeline.

Next Steps

Once you have your services running, explore our Reference Section for deep-dives into the revolte.yaml schema or check the Observability guide to monitor your production performance.