Hereya Logo
Now in Beta

The package manager for
infrastructure components.

Add, remove, and deploy infrastructure dependencies with one command — and focus on building with peace of mind.

~/my-project
$ hereya add postgres
✓ Added postgres@14 to dependencies
$ hereya run -- npm start
✓ Injecting environment variables...
✓ Starting application on port 3000

Modern apps rely on many infrastructure components. Managing them is painful.

The Growing Complexity

Modern apps depend on a growing number of infrastructure components — databases, queues, storage, APIs, secrets, and more.

Growing complexity of infrastructure components

As developers, we don't just write code — we also need to keep track of these components across dev, staging, and production.

The Challenges

Infrastructure automation vs management challenges
  • Automation

    Infrastructure-as-Code automates resource creation, but...

  • Management

    Tracking dependencies and configuration across environments is still unsolved.

The result: broken environments, manual configuration, and wasted developer time.

The Solution

Manage infrastructure like dependencies,
not like ops.

Hereya makes infrastructure dependencies as easy to manage as software libraries. It's the first package manager for infrastructure components — simple, consistent, and developer-friendly.

1
Step 1

Declare dependencies

Simple as it should be

Add infrastructure components to your project with a simple command.

$ hereya add postgres
$ hereya add redis
$ hereya add s3-bucket
2
Step 2

Develop with ease

Peace of mind

Run your app locally — all environment variables are injected automatically.

$ hereya run -- npm start
✓ DATABASE_URL injected
✓ REDIS_URL injected
✓ S3_BUCKET_NAME injected
Server running on :3000
3
Step 3

Deploy everything

Ship with confidence

Ship your app and its infrastructure across environments with one command.

$ hereya deploy -w production
✓ Provisioning postgres...
✓ Provisioning redis...
✓ Creating s3-bucket...
✓ Deploying application...
Deployed to production 🚀

Hereya provisions, tracks, and manages configuration for you — no manual setup, no lost environment variables.

Get Started

Why developers choose Hereya

The familiar interface of a package manager. Every feature designed with your workflow in mind.

Developer-first approach

Developer-First

Manage infrastructure directly from your project. No ops overhead.

Automatic configuration

Automatic Configuration

Environment variables exported and injected automatically — no more copy-paste.

One-command deployment

One-Command Deploy

Deploy your app and its infrastructure with a single command.

Stop managing infrastructure.
Start building with peace of mind.

With Hereya, infrastructure is no longer a burden — it's just another dependency. Add it, remove it, deploy it. Simple as that.