Zerops

234 posts

Zerops banner
Zerops

Zerops

@zeropsio

From local development to production. Zerops builds, deploys, runs and manages your apps, no matter the size, no matter the environment.

Prague, Czech Republic Katılım Ekim 2018
74 Takip Edilen847 Takipçiler
Sabitlenmiş Tweet
Zerops
Zerops@zeropsio·
🎉 BIG ANNOUNCEMENT: ZCP is live! A cloud dev platform where your coding agent works alongside you in the same workspace. Bring your own agent and subscription, run a full MCP-native dev loop, and keep production clean as you build. Details below.
Zerops tweet media
English
8
3
17
3.1K
Zerops
Zerops@zeropsio·
The issue wasn't the agent, it was that a sweeping change like that had no checkpoint to catch or roll back. Agents are genuinely useful when they work against version control and a reproducible environment, then "deleted 90% of features" is one git reset away, not a disaster. Don't give up on it yet.
English
0
0
0
3
MaxMusterman
MaxMusterman@maxschuetz_·
Asked Claude today to make my code look like an App coded manually in 3 weeks. He deleted 90% of my features and made my App buggy. I guess manually coding is the way to go
English
3
2
11
67
Zerops
Zerops@zeropsio·
@blagodesign The lesson isn't really about which tool, it's that your work shouldn't live anywhere a background update can delete it. Code in version control, environment reproducible from config, so a tool blowing up is an annoyance, not a loss. Hope the fix in the comments sorts it.
English
0
0
0
1
Blago Dimitrov
Blago Dimitrov@blagodesign·
Google Antigravity 2.0 auto-updated and deleted my project history, removed my IDE and killed the Claude Code extension. mid-project. Guide how to fix it in the comments:
English
2
0
2
137
Zerops
Zerops@zeropsio·
@HenryInvests The "still learning" part is the real takeaway though: the fix isn't being more careful, it's working somewhere the agent can't nuke anything that matters. Glad you got the files back.
English
0
0
0
8
Henry
Henry@HenryInvests·
Got a little too cute with Claude Code and it deleted my files, thank you One Drive for the recycle bin! ♻️ Still learning.
English
1
0
17
1.1K
Honza Sládek
Honza Sládek@honzasladek·
Shoutout to the @zeropsio team for great support, proactive & always helpful. If you need a cloud that actually respects developers, with an awesome team behind it, give it a try. Great team you've put together @fxckdev_ and @jansaidl!
English
1
2
4
1.2K
Zerops
Zerops@zeropsio·
@JDubbTV The same instinct extends to runtime: even clean code should run somewhere it can't reach prod data or destructive commands if something slips. Nice work spotting it.
English
0
0
0
4
JDubb 🔶
JDubb 🔶@JDubbTV·
Was about to deploy an open-source website downloader. Read the source first. Found user-controlled shell exec, no auth, no SSRF guard. The thing was a backdoor. Closed the repo. Had Claude write a clean 200-line replacement. Sometimes the upstream code is the liability.
English
1
0
2
158
Zerops
Zerops@zeropsio·
@barntarnst The unlock isn't just the AI writing the site, it's non-devs being able to deploy safely. That only works when the platform underneath has real guardrails (so a chat can't accidentally break prod). Curious what you landed on for the deploy side?
English
0
0
0
4
Par Thunberg
Par Thunberg@barntarnst·
We stopped using WordPress for our own websites about a month ago. We now just code static sites with Codex/Claude. Even our staff who are not developers have set up Git and deploy, so they can make updates just by chatting to their AI. Read benefits below...
English
2
0
1
40
Zerops
Zerops@zeropsio·
@HarakiriInu The white-label pattern is interesting, are you spinning up a fresh environment per client, or one app with tenant separation? That's usually the part that gets gnarly as the client list grows. Either way, respect for the 3am ship.
English
0
0
1
11
DEV 0x***(Full Stack)
DEV 0x***(Full Stack)@HarakiriInu·
3am deploy of a white-label dashboard for a client. next.js + wagmi + claude code for the contract abi parsing. they want it live by noon. standard tuesday
English
1
0
2
27
Zerops
Zerops@zeropsio·
@daveremy Sorry, that one stings. The deeper issue isn't even the outage, it's that the agent could reach a destructive command like that at all. Whatever platform you're on, that's the thing worth fixing: the agent shouldn't have a path to anything that can take prod down.
English
0
0
2
13
Dave Remy
Dave Remy@daveremy·
Still having railway problems. Deployments paused for me and Claude Code accidently used railway down when trying to start a queued deploy, ugh.
Dave Remy tweet media
English
1
0
2
79
Zerops
Zerops@zeropsio·
@4to1planner The phone-as-remote-control pattern for a long-running agent is underrated, nice work. Curious how you're handling the daemon staying alive + reconnects across the three platforms?
English
0
0
1
16
MarkWeekly
MarkWeekly@4to1planner·
Just shipped the tri-platform update to claude-code-telegram-deploy — the OSS Claude Code skill that lets you control a Claude Code daemon running on your own server, Mac mini, or Windows desktop from your phone over Telegram. github.com/qingxuantang/c…
English
1
0
2
55
Zerops
Zerops@zeropsio·
@CharlieMolthrop Nice one! Same move gets you a whole Zerops project, not just one tool: the agent gets runtimes + Postgres + cache and the dev→stage loop behind it. zerops.io/zcp
English
1
0
1
35
Charlie Molthrop
Charlie Molthrop@CharlieMolthrop·
Claude Code pro tip: Run this command from your terminal, authenticate, then you can ask things like "use the val town mcp to deploy a tool that saves me time" claude mcp add --transport http val-town api.val.town/v3/mcp
Charlie Molthrop tweet media
English
1
1
5
355
Zerops
Zerops@zeropsio·
@B1Word Plan mode is the bit that makes agent deploys feel real, you see the whole thing before it runs. We spend our days on the infra layer underneath that loop (where it deploys, what it can reach), so it's fun watching the agent side click for people. Bravo on your first ship.
English
0
0
2
16
Word
Word@B1Word·
shipped a canary deploy on AWS via Claude Code for the first time tonight. plan mode is crazy
English
2
0
2
50
Zerops
Zerops@zeropsio·
Worth separating two layers: the permission model (agent asks before risky actions) and the infrastructure (can the agent even reach prod?). Fail-closed rules are layer one. Running the agent in an isolated project with no path to production is layer two and the second makes the first far harder to get wrong. (On Zerops the agent works in a dev/stage project, and prod runs with no agent service attached)
English
0
0
0
8
Zerops
Zerops@zeropsio·
@FrancescoCiull4 Every one of them pointed at the same thing: Zerops built the full development-lifecycle platform first, years before coding agents existed. ZCP exposes that substrate to agents, it didn't bolt infrastructure onto an agent the way most of the category did.
English
0
0
1
13
Zerops
Zerops@zeropsio·
We gave the ZCP concept to Grok, ChatGPT, Gemini, and Claude. Four labs, four models. They disagree on plenty. They independently landed on the same moat: It's not the agent. It's that we built the platform first.
Zerops tweet mediaZerops tweet mediaZerops tweet mediaZerops tweet media
English
2
0
5
304
Dr. DIG
Dr. DIG@CiprianiRanieri·
lovable or replit?
English
30
1
14
1.1K
Vikoo
Vikoo@vikrambuilds·
Which ai tool is best for VIBE CODING..?
English
21
2
16
1.3K
Zerops
Zerops@zeropsio·
@sourabhkapure Hey! Zerops aims to be the perfect mix of developer experience, flexibility, scalability and affordability, making it a great fit for applications of any size, complexity and traffic. zerops.io
English
0
0
2
33
sourabh
sourabh@sourabhkapure·
What are you building?
English
66
0
30
1.4K
Zerops
Zerops@zeropsio·
@ardent__dev Zerops! A developer-first Platform-as-a-Service, running on bare metal, with every part built from scratch. zerops.io
English
1
0
4
24
Ardent_Dev
Ardent_Dev@ardent__dev·
What are you building right now now ? Drop your project URL
English
114
1
45
2.3K