DeployHQ

1.9K posts

DeployHQ banner
DeployHQ

DeployHQ

@deployhq

Automate. Deploy. Relax. 🚀 Deploy code from Git to your own servers — zero‑downtime deploys, one‑click rollback, build pipelines. Part of @SaaS_group

Katılım Ağustos 2010
47 Takip Edilen1.3K Takipçiler
Sabitlenmiş Tweet
DeployHQ
DeployHQ@deployhq·
Meet `dhq` — our new Go CLI for DeployHQ. Trigger deploys, tail logs, roll back, all from the terminal. Built for humans AND AI agents: stdout is data, stderr is for humans. Plays nice with Claude Code, Cursor, Windsurf out of the box. deployhq.com/blog/deployhq-…
English
0
0
0
210
DeployHQ
DeployHQ@deployhq·
Two habits that keep it honest: • Back up before writes, not reads — selects can't hurt the file • Read the SQL before you run it — the assistant is drafting, not deciding Prototype where undo is free, promote where it isn't.
English
1
0
0
9
DeployHQ
DeployHQ@deployhq·
Most guides on giving an AI coding assistant database access start with the hard case: production Postgres, credentials, network access, read-only roles. That's backwards. The safest place to start is a database that lives in one file on your laptop. 🧵
English
1
0
0
65
DeployHQ
DeployHQ@deployhq·
@Traveling_Sober This made our day, Jay — welcome aboard! 🙌 Shout if you hit anything, we're right here.
English
0
0
1
21
Jay Hon
Jay Hon@Traveling_Sober·
@deployhq So far my experience is going great. Signed up the other day and so far couldn’t be happier
English
1
0
0
20
Jay Hon
Jay Hon@Traveling_Sober·
anyone use @deployhq ? any experience with it ... good/bad? Thanks.
English
1
0
1
64
DeployHQ
DeployHQ@deployhq·
6/ Full write-up with the actual GRANT SQL for Postgres/MySQL/SQL Server, the MCP flags, the sandbox pattern, and a copy-paste safety checklist: deployhq.com/blog/ai-databa…
English
0
0
0
34
DeployHQ
DeployHQ@deployhq·
5/ Step three: for anything that needs to write, give the AI a disposable copy — a throwaway Postgres loaded from a sanitized dump. It can mutate all it wants; nothing real is at risk. Schema changes still go through your deploy pipeline, never the agent.
English
1
0
0
35
DeployHQ
DeployHQ@deployhq·
1/ "An AI assistant deleted our production database" isn't a story about a rogue AI. It's a story about a connection string with write permissions and no seatbelt. The fix is boring and it works: read-only guardrails. 🧵
English
1
0
0
68
DeployHQ
DeployHQ@deployhq·
Full step-by-step (GitHub sync → Supabase config → DeployHQ build pipeline → first deploy → Auth redirect fix): deployhq.com/blog/deploy-lo… Trial includes 1 free site. /end
English
0
0
1
46
DeployHQ
DeployHQ@deployhq·
Lovable's the fastest way to scaffold a React + Supabase app. It's also the fastest way to burn credits when iteration hits the wall. Teams that move past it converge on the same 4-step migration. Here's the step most people skip ↓
English
1
0
0
101