Argon Logo

Welcome to Argon

$ npm install -g argonctl

Finally, Git workflows for your MongoDB database. Branch, merge, and time-travel through your data just like you do with code. No more fear of breaking production or losing data during experiments.

You Already Know How This Works

If you can use Git, you can use Argon. Same familiar workflow, now for your MongoDB database.

🌟

Git (for code)

$ git branch feature-x
Create isolated workspace
$ git checkout feature-x
Switch to branch
$ git commit -m "Add feature"
Save changes
$ git merge feature-x
Integrate back to main
🗄️

Argon (for data)

$ argon branches create feature-x
Create isolated database
$ mongosh feature-x
Connect to branch
$ db.users.insertOne({...})
Make changes safely
$ argon branches merge feature-x
Apply to production
🔒

100% Safe

Your production data is never touched during experiments

Instant

Create branches in milliseconds, not minutes

🤝

Team-Friendly

Multiple developers, zero conflicts

Stop being afraid of your database. Start using it like Git.

Real Problems, Simple Solutions

Every MongoDB developer has been here. Now there's finally a better way.

🛡️

Stop Breaking Production

Scenario: Need to test a risky database migration
Solution: Branch → Test → Merge (or delete if it fails)
Production stays safe, always

"Oh Shit" Moments

Scenario: Accidentally deleted important data
Solution: Time-travel back to 5 minutes ago
Instant recovery, zero data loss
🤝

Team Collaboration

Scenario: Multiple developers need the same dataset
Solution: Everyone gets their own isolated branch
No stepping on each other's toes

🚀 Ready to Stop Worrying About Your Database?

Get started in under 30 seconds. Works with your existing MongoDB setup.

🍺
brew install argon-lab/tap/argonctl
🎆
argon projects create demo
Start experimenting safely!
• No migration required • Works with existing MongoDB • 100% open source •

Built for Production

Trusted by teams who can't afford to lose data. Open source, no vendor lock-in, battle-tested.

🔒

100% Safe

Your data never leaves your infrastructure. Comprehensive testing ensures zero data loss.

🎆

Open Source

MIT licensed. No vendor lock-in. Audit the code, contribute, or fork it.

No Migration

Works with your existing MongoDB setup. Start using immediately, no downtime.

Never Break Production Again

Stop being afraid of your database. Experiment freely, deploy confidently, and sleep better at night.

"git checkout" for Databases

Jump to any point in your database history. Made a mistake? Restore instantly without backups or downtime. Like git reset but for your data.

"git branch" for Data

Create isolated database environments instantly. Test migrations, experiment with schemas, orlet multiple teams work in parallel without conflicts.

"git merge" for Teams

Collaborate safely with database branches. Merge tested changes back to main,roll back bad deployments, and never lose data again.

"If Git and MongoDB had a baby" - Finally, version control for your database that actually makes sense.

Advanced Database Operations Made Simple

Argon gives you superpowers: branch your database, travel through time, and collaborate without conflicts. All with the simplicity of Git.

  • Branch: Create isolated test environments instantly.
  • Time-Travel: Undo mistakes by going back in time.
  • Restore: Fix problems without backups or downtime.
  • Integrate: Works with your existing tools and workflows.

Ready to Git Your Database?

Join developers who stopped worrying about breaking production. Start branching your MongoDB like a pro.