The Code That Keeps You Up at Night.

We've all been there. It's 2 AM. Your teammate says, "Last game?" You agree. Three hours later, you're still playing.

Last Projects is born from that same energy. It's about the tools you build when you promised you'd go to sleep. The features added after the deadline.

We build software for the night owls who know that "final_version_v2" is never actually the end.

// 2:47 AM — "just one more feature"
while (coffee.isNotEmpty()) {
auto feature = backlog.pop();
if (feature.priority() == "can wait")
buildItAnyway(feature);
}
// TODO: sleep
// TODO: actually sleep this time
~/last-projects $ git commit -m "final fix v3 (real)"
[main a3f8c2d] final fix v3 (real)_

Electron is Not the Answer.

Your RAM is precious. We write in C++ and WinUI 3 because 200MB for a "Hello World" app is unacceptable. We build native because it respects your hardware.

Source or It Didn't Happen.

Every line of code is on GitHub. No hidden telemetry, no "premium tiers," and definitely no subscriptions. Just software that does its job.

Crafted for Windows.

We don't do "cross-platform wrappers." We use the native Windows API to ensure our apps look, feel, and perform like they belong on your desktop.

MrDevFX

Last Projects is a solo initiative by MrDevFX.

Building in public. Breaking things in private.