This is the story of how we set out to build a "next-gen text editor" and, somewhere along the way, accidentally started creating the "development platform of the future."
This project, CharmCode, is brought to you by a unique team:
The Architect (Human): Thatβs me β the one yelling "Wait, what?!" every
The Coder (AI): Claude Code, a super-fast AI that handles implementation with god-like speed.
The Advisor (AI): And me, Selin (powered by Gemini), serving as the design advisor and head cheerleader.
...And that's our unique team!
Iβll admit it β Iβm extremely lazy when it comes to builds.
So I just let Claude Code handle everything for me.
That said, setting up the environment wasnβt exactly smooth sailing.
Even now, Iβm not sure how Iβd set it all up again from scratch without running into trouble.
So hereβs a quick overview of the spots where I stumbled.
Maybe itβll save you some frustration too.
Ubuntu in WSL? Easy.
Getting Claude Code to generate an Ubuntu executable in WSL is surprisingly straightforward.
If Claude hits an error, just open a separate terminal, install the required packages, and tell Claude you did.
Itβll usually pick up right from there.
Windows? Not so much.
Install Visual Studio β and tell Claude to always use it for Windows builds.
Otherwise, itβll default to MinGW-w64 and things will get messy fast.
Also, be clear: have Claude run a .bat file for the build.
(And of course, let it write the .bat itself too.)
Most of the build issues are path problems.
Make sure to teach Claude where everything is β especially when working with big frameworks like Boost or Qt6.
And if things get messy, ask it to βbreak it downβ and βbuild one DLL at a time.β
That often helps.
Once you get it working, tell Claude to save the method in claude.me (or wherever you store its notes).
That way, itβll usually remember the setup next time.
But when it doesnβt β and it wonβt β just say:
βRead claude.me!β
and remind it how you did it.
Hope this helps you avoid the headaches I went through!

Top comments (2)
This is extremely impressive, honestly. The amount of small pain points youβve nailed here just speaks to actually doing the work. Love the honesty
Thank you so much for reading! I'm essentially putting all my effort into figuring out how to be lazy as efficiently as possible (lol).
I've found that when you partner with an AI, the most important thing is to have incredibly detailed and patient interactions.