# Specific Docs ## Docs - [Specific vs Convex](https://docs.specific.dev/compare/convex.md) - [Specific vs Supabase](https://docs.specific.dev/compare/supabase.md) - [Specific vs Terraform](https://docs.specific.dev/compare/terraform.md) - [Specific vs Vercel](https://docs.specific.dev/compare/vercel.md) - [Dashboard](https://docs.specific.dev/deploy/dashboard.md): Monitor and manage your deployed services from the Specific Dashboard. - [Deploying to Production](https://docs.specific.dev/deploy/index.md): Deploy your project to Specific Cloud with a single command. - [Deployment Pipeline](https://docs.specific.dev/deploy/pipeline.md): Automated builds, resource provisioning, and zero-downtime rollout in a single command. - [Postgres](https://docs.specific.dev/deploy/postgres.md): Managed, serverless PostgreSQL databases for your deployed services. - [Redis](https://docs.specific.dev/deploy/redis.md): Managed Redis-compatible cache for sessions, caching, and real-time data. - [Secrets and Config](https://docs.specific.dev/deploy/secrets-and-config.md): Securely managed secrets and environment-specific configuration for production. - [Frontend and Backend](https://docs.specific.dev/deploy/services.md): Public HTTPS endpoints, private networking, and inter-service communication. - [Object Storage](https://docs.specific.dev/deploy/storage.md): S3-compatible object storage for files, media, and assets. - [Sync Engine](https://docs.specific.dev/deploy/sync.md): Stream changes from PostgreSQL to clients in real time. - [Admin Dashboard](https://docs.specific.dev/develop/admin-dashboard.md): Visualize your architecture and manage your data from a local admin UI. - [CLI Reference](https://docs.specific.dev/develop/cli-reference.md): Commands for working with your local development environment. - [Introduction](https://docs.specific.dev/develop/index.md): Run a complete development environment with a single command. - [Jobs](https://docs.specific.dev/develop/jobs.md): Run one-off commands against a deployed service in production. - [Resources](https://docs.specific.dev/develop/resources.md): Databases, caches, object storage, and more -- automatically provisioned for local development. - [Services](https://docs.specific.dev/develop/services.md): Dev commands, local HTTPS URLs, tunnels, and multi-instance support. - [Cache](https://docs.specific.dev/examples/cache.md): A simple Node.js page counter demonstrating how to use Redis caching with Specific. - [Database](https://docs.specific.dev/examples/database.md): A simple Node.js notes API demonstrating PostgreSQL database persistence with Specific. - [Database with Sync](https://docs.specific.dev/examples/database-with-sync.md): A minimal Node.js app demonstrating real-time sync across multiple clients using Specific's PostgreSQL sync engine. - [Durable Workflows](https://docs.specific.dev/examples/durable-workflows.md): A task queue application demonstrating how to use Temporal for durable workflows, with a local Temporal server in development and Temporal Cloud in production. - [Hello World](https://docs.specific.dev/examples/hello-world.md): A minimal Node.js HTTP server demonstrating the basics of deploying a service with Specific. - [Microservices](https://docs.specific.dev/examples/microservices.md): A demonstration of how multiple services can communicate with each other using Specific's service reference syntax. - [Object Storage](https://docs.specific.dev/examples/object-storage.md): A simple Node.js file uploader demonstrating how to work with a S3-compatible object storage in Specific. - [Secrets and Configs](https://docs.specific.dev/examples/secrets-and-configs.md): A simple example demonstrating how to use secrets and configs in Specific for managing sensitive and non-sensitive configuration. - [Welcome](https://docs.specific.dev/index.md): Specific enables any coding agent to define infrastructure for the code it writes. This lets you start building locally and deploy to production in minutes. - [Installation and usage](https://docs.specific.dev/installation-and-usage.md): Specific works great for both new projects and existing projects that need a better development environment and production deployments - [Quickstart](https://docs.specific.dev/quickstart.md): Clone an example project and get familiar - [Why Specific?](https://docs.specific.dev/why-specific.md) ## OpenAPI Specs - [openapi](https://api.specular.dev/openapi.json)