Build Applications,
Not Infrastructure

Raindrop lets you define, version, and deploy entire application stacks with a simple manifest. From serverless functions to databases, everything as code.

raindrop.manifest
application "my-ai-app" {
  # Define core resources
  bucket "training-data" {}
  vectorstore "embeddings" {}

  # Define services
  service "api" {
    domain {
      fqdn = "api.myapp.run"
    }
  }

  service "training" {
    # Queue-activated service
    queue "model-training" {}
  }

  # Object storage triggers
  observer "process-uploads" {
    source {
      bucket = "training-data"
      rule {
        actions = ["PutObject"]
      }
    }
  }
}

Everything You Need to Build Agentic AI Applications

Deploy serverless functions, manage data stores, and orchestrate complex workflows with a declarative approach that puts developers first.

Declarative Infrastructure

Define your entire application stack with a simple, readable manifest file. From services to storage, everything as code.

Automated Versioning

Branch and version your entire application stack, including services, queues, and data stores with a single command.

Multi-Modal Activation

Deploy services triggered by HTTP requests, queue messages, or object storage events - all defined in your manifest.

Integrated Resources

Seamlessly connect SQL databases, vector stores, and object storage with built-in versioning and isolation.

Instant Deployment

Go from manifest to production in seconds with 'raindrop build create'. No manual resource setup required.

Developer Isolation

Enable team collaboration with isolated development environments and automated resource versioning.

How It Works

1

Define Your Application

Create a manifest file describing your services, resources, and their relationships. Raindrop handles the rest.

2

Version and Branch

Create isolated development environments with automatic versioning of all application components.

3

Deploy and Scale

One command deploys your entire stack. Raindrop handles scaling, routing, and resource management.

See Raindrop in Action

Coming Soon

Demo video will be published soon. Get in touch with the team to learn more.

Ready to Build?

Start building your next application with Raindrop today.