Deploy any Basecamp ONCE app or your own vibe-coded app to your own infrastructure. BigConfig provisions the server, wires up DNS and SMTP, configures the host, and hands operations to your agent.
For teams who want total control — without operational headaches.
The BigConfig once package is everything between "I vibecoded the application" and "it's live on my domain" — codified, agent-operable, and yours to keep.
The app you vibecoded, running on infrastructure you own. No vendor lock-in, no hosting subscription, no surprise bill.
Hetzner Cloud, Oracle Cloud, or bring your own server with no-infra. One package, every target — swap profiles in bb.edn.
Cloudflare records are generated from your config — including the records needed for SMTP domain verification.
Resend is wired up end-to-end — domain verification, DKIM, SPF — so your ONCE app can send mail from day one.
Docker, firewall, TLS, s-nail SMTP test harness — every machine-level concern codified as a playbook, not a wiki page.
`bb once create` and `bb once delete`. Agent-operable, reproducible, reversible — spin it up, tear it down, leave no orphaned resources.
Describe the deployment in plain English. Your agent refines the plan,
writes a single bb.edn, and runs it.
install ghcr.io/amiorin/big-config-website:latest
using https://github.com/amiorin/once
with the domain www.bigconfig.space {:deps {io.github.amiorin/once {:git/url "https://github.com/amiorin/once"
:git/sha "8ffbbc2ea0974365575c7ee44b7d890e69447144"}}
:tasks {:requires ([io.github.amiorin.once.package :as pkg])
package {:doc "bb package create | bb package delete"
:task (pkg/once*
*command-line-args*
{:big-config.render/profile "online"
:big-config.workflow/params
{:domain "bigconfig.online"
:package "online"
:once {:applications [{:host "www.bigconfig.online"
:image "ghcr.io/amiorin/big-config-website:latest"}]}
:provider-compute "oci"
:oci-config-file-profile "DEFAULT"
:oci-display-name "bigconfig-online"
:oci-shape "VM.Standard.A1.Flex"
:oci-ocpus 1
:oci-memory-in-gbs 6
:oci-boot-volume-size-in-gbs 50
:oci-boot-volume-vpus-per-gb 30
:oci-ssh-authorized-keys "~/.ssh/id_ed25519.pub"
:provider-smtp "resend"
:resend-server "smtp.resend.com"
:resend-port 587
:resend-username "resend"
:provider-dns "cloudflare"
:provider-backend "s3"}})}}} $ bb once create
$ bb once delete
Which ONCE app, what size server, which domain. The agent turns
the conversation into a single bb.edn.
bb once create
provisions the server, configures DNS and SMTP, installs Docker,
pulls the container, hands you a URL.
Backups, upgrades, teardown — every runbook is a BigConfig workflow your agent can execute on your behalf.