Addons are managed infrastructure services that you can provision alongside your applications. They are automatically networked with your services and include automated backups and monitoring.
PostgreSQL
Relational database with full SQL support. Ideal for structured data, transactional workloads, and analytics.
Redis
In-memory key-value store. Used for caching, session storage, real-time messaging, and rate limiting.
MongoDB
NoSQL document database. Great for flexible schemas, JSON-like documents, and rapid prototyping.
Qdrant
Vector database for AI-powered search, semantic similarity, and embedding-based retrieval.
Provisioning
Addons can be provisioned via the "Addons" tab in your service dashboard or through the API. Each addon is deployed as a separate Docker container within the smsly-net network and is automatically linked to your service via environment variables.
Note: Addon provisioning requires the backend services to be running. See the Installation Guide for setup instructions.