r/DevGround 10h ago

Devlog A small tip for getting traffic to your project

2 Upvotes

If you just released something and nobody is seeing it, don’t wait for people to magically find it.
What worked best for me was pretty simple: go where the people who might actually use your project already are.

Don’t just drop the same promo post into 20 communities though. Change the post depending on where you’re posting. Developers might care about how you built it, productivity communities care about what problem it solves, and niche communities usually care about one specific feature.

Also, don’t only post “here’s my project”. Give people something to talk about — show a feature, explain a problem you ran into, share what you learned, or ask for feedback.
And keep track of where your traffic actually comes from. Sometimes the place you expect to work gives you nothing, while one random post brings most of your visitors.

You don’t need thousands of followers to get your first users. You just need to put the project in front of the right people.

If you’ve promoted your own project before, what worked best for you?


r/DevGround 1d 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 45m ago

Discussion What’s a feature you added almost as a joke, but people actually ended up liking?

Upvotes

Sometimes the small “why not?” features turn out to be more useful than the stuff you spent days designing.

Curious if anyone here has had that happen with their project.


r/DevGround 5h ago

Discussion How often do you build software just to solve one specific problem you couldn’t find a good solution for?

2 Upvotes

I mean those projects that start with something like: “surely there’s already an app for this,” then you try a few options, none of them fit what you need, and eventually you just build your own.


r/DevGround 10h ago

Discussion What project are you working on right now?

2 Upvotes

Doesn’t have to be impressive or finished.
Game, app, website, script, weird weekend experiment — drop it below.


r/DevGround 1d ago

Discussion what coding agent are you using right now?

2 Upvotes

curious what people actually use for day to day development

Codex, Claude Code, Gemini, Cursor, LLM? Or something else?

I’ve been jumping between a few of them and they all seem to be good at different things
what are you using and why?


r/DevGround 1d 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 1d 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 1d 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 1d 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 1d 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 1d 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?