On Coolify
New Resource → Docker Based → Docker Compose Empty, and paste the compose file in. Coolify generates every secret, assigns the domain and terminates TLS. This is the path the author’s own instance runs on.
StandMeet ships as prebuilt images and one compose file. There is no hosted service to sign up for: you run the whole thing, and your corpus never leaves your machine except to reach the model provider you chose.
New Resource → Docker Based → Docker Compose Empty, and paste the compose file in. Coolify generates every secret, assigns the domain and terminates TLS. This is the path the author’s own instance runs on.
Download the file, put the secrets and your public URL in a .env beside it, and start it. Put your own reverse proxy (Caddy, Traefik, nginx) in front for TLS.
curl -fsSLO https://raw.githubusercontent.com/atmaxmoj/standmeet/main/infra/deploy/docker-compose.yml
# set POSTGRES / SESSION / INSTANCE secrets and your public URL in .env
docker compose up -dThe plain-Compose route is newer and less travelled than Coolify. After it starts, run the four checks below rather than trusting a green container.
The questions people ask most before running their own.
All questions ↗No. StandMeet is software you run on your own server, from prebuilt images. The author runs one at sijie.xyz, which is also the live demo.
The software is free and open source. You pay for your server and for the model provider whose key you configure; visitors who bring their own key pay for their own inference.
You decide per entry and per role. Public visitors see only what you published; an access code reads what its role allows; rough notes in raw are never readable by visitors. Answers point to the notes they used.
It answers from your corpus and cites what it read. When a topic is outside what a visitor may read, it says so instead of guessing. You can read every transcript afterwards.