It wasn't perfect. Yet the door stayed open.
A place you can rely on, tools that get out of your way, and people who build things together.
Why this exists
Everything you make has versions. The draft before the good draft. The cut you almost shipped. The one that worked before you changed three things and broke it. Right now most people "version" their work by hand — final, final2, final_actually_this_one — and pray they never need the one they deleted.
There's a tool that solves this properly. It's called Git, and developers have trusted it for decades. It keeps every version of everything, lets you branch off and try something risky without fear, and never loses what you saved. The problem is Git is one of those tools where you have to know it to learn it.
Chintu is that system, finally talking back. You click Save, it saves a version. It tells you what just happened. If something breaks, it tells you what it tried, what failed, and what to do next. No backup tab of Stack Overflow required.
so much chaos in the world — chintu is finally a centralized consistency.
Trust — a radical concept
Chintu isn't here to sell you something. No subscriptions, no lock-in, no one pulling the rug out from under you. Everything on this platform is free, open source, and completely yours.
We're tired of instability in trust and the extractive tendencies of big corporations. Chintu exists to put power back in the hands of the individual — a platform you can actually rely on, not another company figuring out how to monetize your attention.
More than building products or making money, Chintu is building a brand and a community. A place you can finally go to and trust.
The power belongs to you.
CHINTU IS BUILDING A BRAND.
Who it's for
Short version: anyone who makes things. If you've got something to build — and the will to build it — Chintu is for you, whether or not you've ever touched a command line.
The makers I keep picturing while I build this:
- Music producers backing up VST plugin source.
- Indie devs and modders shipping patches between bug reports.
- Writers who lost a chapter once and have not been the same since.
- Researchers tracking experiment code, paper drafts, and dataset versions.
- Designers committing exports next to a
README. - Hardware folks versioning firmware alongside CAD files.
- Anyone building multiple tailored versions of their resume.
None of them set out to "learn Git." They set out to make something, and Git was in the way. If that's you, this is for you.
How it's different
Buttons that mean what they say.
The button labeled Push pushes. The button labeled Pull pulls. We didn't reinvent the words.
It explains itself.
When something happens, Chintu tells you in a sentence what it did. Same when something breaks, except the sentence is slightly more apologetic.
Defaults that work.
You can override anything. You just don't have to learn the override system before you can use the app.
You learn by doing.
Every screen quietly teaches the idea underneath it, so you start to understand what a commit actually is, why branches exist, what "push" really does. That knowledge is yours to keep, even somewhere Chintu isn't.
For people who already know Git
Chintu's tuned for the people Git frustrates the most. That's a design priority, not a ceiling. The terminal is still there, the real git commands are still there, and most workflows in the app take fewer clicks than what you'd do in your shell anyway. The CLI's still great. It just shouldn't be the only door.
Bring your GitHub
Sign in with the GitHub account you already have. Every repo you can see on GitHub is already there in Chintu: every branch, every commit, every collaborator. No migration, no import wizard, no "now move your code into our system."
Open Chintu, sign in, and the work you were already doing is right where you left it.
Also a personal portfolio
Chintu is also my way of showing what I can build. The entire thing — the desktop app, the website, the marketplace, the backend infrastructure — is a one-person project. Electron, React, C++, Next.js, Supabase, Cloudflare R2, Stripe, and everything in between. This is my portfolio, and you're looking at it.
Try it
Free, no new account to make, runs entirely on your machine. We don't see your code. We wouldn't know what to do with it if we did.
And it's growing past the app. There's a Marketplace on the way — a place to show off and download the things people make — and further out, video lessons that teach building and CS by doing.