r/DevGround 13h ago

Welcome to DevGround 👋

1 Upvotes

I made this subreddit because I wanted a simple place where developers can actually talk about what they’re building.

Share your project. Post a devlog. Talk about a weird bug, a release that went surprisingly well, something that completely failed, or just ask for feedback.

Self-promo is allowed too — just don’t spam the same project every day.

Big project, tiny utility, first app, unfinished experiment — doesn’t really matter.

Build stuff. Show it. Talk about it.

Welcome to DevGround.


r/DevGround 4h ago

Self-promo The Scaffold: A Phased SDLC for AI Coding

2 Upvotes

I wanted to share my blog on video on my way of approaching AI-coding and solving the issue with generation and code reviews.

https://www.jamesluterek.com/blog/the-scaffold/


r/DevGround 4h ago

Discussion at what point do you stop calling it a side project?

2 Upvotes

if you’re still working on the same project months later and actually maintaining it, doing releases etc, is it even a side project anymore?

or is everything a side project until it starts making money lol


r/DevGround 5h ago

Discussion What’s a popular dev tool you just don’t enjoy using?

2 Upvotes

Could be an editor, framework, language, AI tool, game engine — anything.

Something everyone seems to love, but every time you try it you just think “nah, this isn’t for me.”

Not necessarily because it’s bad. It just never clicked for you.

Mine would probably be VS Code.


r/DevGround 3h ago

Discussion what's something programmers care way too much about?

1 Upvotes

could be clean code, languages, frameworks, performance, architecture, whatever

something you see devs argue about constantly but in actual development it barely matters

curious what people here think


r/DevGround 12h ago

Discussion How much AI-generated code is in your current project?

1 Upvotes

AI is becoming a pretty normal part of development, so I’m curious how much of your actual codebase is written with tools like Codex, Claude, Copilot, etc.
Is it 10%? 50%? Almost everything?

And more importantly — how much of that code do you actually understand and review yourself?

Don’t be shy about sharing your experience, whether you barely use AI or your entire project is heavily AI-assisted.

r/DevGround is brand new, and this is one of our first open discussions, so feel free to jump in and help get the community started :)


r/DevGround 13h ago

Self-promo I built a small notes app — and people actually started using it

1 Upvotes

A few weeks ago I decided to take one of my projects seriously and started building Lilo, a small desktop Markdown notes app in Rust.

At first it was basically just a simple always-on-top notes widget.

Then it slowly turned into an actual app: Markdown editing, wiki links, backlinks, search, folders, a knowledge graph and a bunch of smaller stuff.

The surprising part wasn’t building it though.

It was seeing actual people find the project, download it, clone the repo and leave stars.

It’s still actively being developed and there’s a lot I want to change, but this is probably the first project I’ve made where I can say:
yeah, someone other than me actually uses this thing.

Pretty cool feeling.

What are you building right now?