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.
Requirements
- Node.js
18+
Example Configuration
Define your web service inrevolte.yaml to control builds, scaling, and environment settings.
Additional Services
Beyond standard web services, you can provision and manage your entire infrastructure stack in the samerevolte.yaml file:
- Managed Databases: Relational and document stores (e.g., MongoDB, PostgreSQL).
- Cron Jobs: Scheduled background tasks and recurring execution.
- Managed Cache: Low-latency Redis-compatible caching layers.
- Storage Buckets: S3-compatible object storage for assets, uploads, and backups.
Deploy with dependent services
Inject connection values
Reference dependency URLs through environment variables or secret bindings.
Deployment templates
Preconfigured deployment patterns for common backend architectures.- Web Service
- Web Service + Database
- Web Service + Database + Storage Bucket
- Web Service + Cache
- Web Service + Database + Cache
- Web Service + Database, Cache, and Storage Bucket