Built something for a DEV Challenge but feel like not enough people saw it?
This post is for exactly that.
Sometimes great submissions get buried in the challenge feed and never get the attention they deserve. So let’s fix that.
Use this thread to show what you built, meet other builders, and get real feedback on your project.
Share your submission in the comments
Include:
- your project title
- a short description of what it does
- the link to your submission
- what kind of feedback you want
Why this thread exists
Not every strong project gets noticed the first time.
Some are posted early. Some are posted late. Some just get lost in the volume.
This is a second chance to put your work in front of more people.
What you can get from posting here
- more visibility
- feedback from other developers
- new ideas for improving your project
- more discovery for underrated submissions
If you made something cool, drop it below.
You might find your next supporter, collaborator, or your first real traction in this thread.
Top comments (88)
This is such a cool idea, thanks for starting the discussion!
Receiving such feedback from someone with 8 year club badge is flattering! haha.
Thanks, man :)
Will keep posting new versions as more challenges come!
DevStretch
An installable PWA that interrupts your coding session with dev-themed movement breaks.
Highlights: terminal dark aesthetic, voice guidance, CLI progress bar, stand-up reminders, zero dependencies, and vanilla JS only:)
Submission link
Feedback welcome on anything, but especially curious if the notification flow works for you (it's my current open issue 😅)
Hey! Love the project - the terminal aesthetic and zero-dependency approach is really clean.
I put together a PR that replaces the browser TTS with pre-generated ElevenLabs audio for higher quality voice guidance, while keeping full offline support through the Service Worker cache: PR #2
Replaces
window.speechSynthesis(browser TTS) with high-quality pre-generated ElevenLabs audio files.scripts/generate-tts.js) for reproducibilityWould love to hear what you think!
Thank you so much for this, I really appreciate the effort! 🙏
The audio quality is impressive, but I want to keep the app fully lightweight and dependency-free; that was one of the core goals from the start..
Also tbh, the slightly robotic browser TTS fits the terminal aesthetic better than I expected, it feels almost intentional 🤭
So I’ll stick with the native browser APIs for now. Though this is a very cool approach and a great reference for anyone who wants higher-quality audio in their own fork!
No worries. It's up to you :)
The PR didn't add any dependencies, but increased the overall size of the project by 4mb because of the audios being sent to users. And the Vercel free plan for bandwidth is good enough, and I made it to be cached in the browser. So it shouldn't be a big deal either.
But again, all good! You can close that PR if there is no need.
Thank you for clarifying! Really appreciate the thought you put into this, especially the caching approach 😊 I’ll keep it in mind
🇬🇪 🇬🇪 🇬🇪
დიდი მადლობა ☺️
Built a knowledge evaluator on Cloudflare Workers that scores conversation excerpts using Workers AI and routes them to Notion based on confidence — high signal auto-promotes, ambiguous items land in a Review Queue for human judgment, Claude Desktop reads them back via MCP. The bidirectional loop was the part most submissions missed.
dev.to/dannwaneri/i-built-a-knowle...
Nice one!
Anyone with experience in Cloudflare Workers?
Yes,been building on Workers for a few years in production. The evaluator was the first time I paired Workers AI with Notion as a judgment surface rather than just storage. Happy to answer anything on the Workers or Workers AI side.
Project Title
JS Daily Byte - Daily JavaScript Quotes Telegram Channel
Short Description
JS Daily Byte is an automated Telegram channel that posts one JavaScript concept every day. It uses GitHub Actions as a scheduler, reads quotes from a JSON file, and sends the daily post to Telegram using the Bot API. The whole system runs without any server, database, or hosting.
Submission Link
dev.to/sushantrahate/js-daily-byte...
Feedback I’m Looking For
I’d love feedback on:
I love the simplicity of this project! So there can be many ideas on how to make it "better", but it will become more complex.
I think a couple of things you can make is Open Discussion group

And maybe add more channels to distribute, like X, Mastodon, BSKY.
Thanks for the suggestion! I tried to keep the system intentionally simple with GitHub Actions only. ♥️
The discussion group is a really good idea actually. It could turn the channel into more of a learning community. Also thinking about distributing the posts to other platforms later.
Happy you found my suggestions useful :)
I think you could also add some inline buttons under each post that can do something useful. not sure, maybe you can do upvotes or something. or maybe for upvotes you can use emojis. you can create some styled emojis and allow only those to be used for posts. also allow paid reactions if someone wants to support the project.
this is how you limit reactions:
Thanks! I’ve updated the reactions and decided not to enable paid reactions.

Nice! I dropped one custom emoji in discussion chat if you like it you can add :)
yes! chatting with "our" people in comments would be great.
I’ve enabled the chat option now, thanks for the suggestion!
Thanks again for the suggestion! I’ve enabled the discussion group so the community can now discuss the daily JS concepts.
This is a really clean idea. I like how you kept the system minimal and avoided unnecessary infrastructure. Using GitHub Actions as a scheduler + no backend is a nice touch 👍
A couple thoughts that came to mind:
• Have you considered making the content slightly more interactive?
Maybe adding a short example or “quick challenge” with each concept could make it more engaging.
• For architecture, this is already solid for the use case, but I’m curious:
would you ever consider letting users subscribe to specific topics (closures, async, etc.) instead of a single stream?
• Also wondering if adding a simple web archive of past posts could increase discoverability beyond Telegram.
Overall, really like the simplicity and execution here, feels very practical. Curious how you’re thinking about growing the content side of it 👀
Thanks a lot for the thoughtful feedback!
I want to keep the project minimal and focused on daily core JS concepts, not turn it into a full tutorial.
I’ve also enabled the chat feature so people can discuss and explore topics further.
Topic-based subscriptions are interesting, but might go against the minimal approach I’m aiming for right now.
A web archive is a great point as well. For now, I’m keeping everything within Telegram to keep it simple, but it’s something I might explore later.
subscribing now!
Good call
Thanks, Ben.
I’m thinking of turning this into a recurring series, like “Welcome Thread v1, v2, v3” as new challenges go live. Since DEV only allows 4 tags per post, that also helps keep each thread focused on active challenges and recent projects.
Yeah, I agree something like this :)
Let me start 👇
Here are a few of my recent projects and challenge submissions.
1. Notion Skills Registry
Notion Skills Registry: A Package Manager for AI Agent Skills with MCP
Nikoloz Turazashvili (@axrisi) ・ Mar 16
A Notion-based registry designed to manage AI agent skills like packages.
Instead of duplicating prompts and workflows across projects, this system lets you version, organize, and distribute skills from a central workspace. It works well for teams building with MCP and agent frameworks where skills evolve quickly.
2. Gemini-Powered History Narrator
I Built a Gemini-Powered History Narrator 6 Months Ago. Here's What I'd Tell You Now.
Nikoloz Turazashvili (@axrisi) ・ Feb 28
An AI storytelling project that turns historical events into engaging narrated experiences using Gemini.
The post reflects on building the project months ago and shares lessons learned about AI narration, storytelling prompts, and what I would do differently today.
3. Issue Discovery Tool for Open Source Contributors
Ever Spent Hours Looking for an Open Source Issue to Contribute To? Those Days Are Over.
Nikoloz Turazashvili (@axrisi) ・ Feb 28
A tool built to help developers find open-source issues to contribute to faster.
Instead of browsing GitHub endlessly, it surfaces relevant issues and helps contributors discover projects where they can actually make an impact.
Curious to hear what you think.
Now it’s your turn. Drop your challenge submission below 👇
Hey 👋
I’d like to submit my project, TableCraft
🔗 GitHub: github.com/jacksonkasi1/TableCraft
It’s a developer-first tool focused on making data tables more efficient, flexible, and easy to use in real-world apps. Built with a strong focus on performance and usability.
Would love your feedback! 🚀
hey!
Have you submitted the project using the template of the challenge?
Link to challenges: dev.to/challenges
Do it first if you haven't done it. This thread is to get feedback, not to submit projects for challenges :)
Oops! Sorry, I didn’t notice that. Thanks for pointing it out.
this is awesome tool, have you listed it on forg.to?
1/2
this is unique niche!
One thing I can suggest right away is to turn that
promptyou copy pasted to reusable skill and add it everywhere you need it.Here is example, but I didn't dig deep to see if it fits 100% to the workflow, please double check:
2/2
Another thing, from what I can see in the repo, it only works on source csv's, right?
Maybe there are any public APIs to get the data, and AI will do that alongside general analysis, database queries, and Notion updates?
In my cursory look of 'rarity state' resources for things like books, coins, etc. I didn't find one that was what I was looking for for this example application. The idea here too is that this idea is extendible beyond just books, right? Postage stamps, coins, sports memorabilia, etc. all have large dollar value items that could have the same approach taken for.
Nice job on the prompt, btw.
I guess that's the idea for your next billion dollar SAAS project to create a service to provide that info for all collectibles? ))
That's not a project I personally want to tackle, but it would be interesting.
CosmoDex
now you can simply 'speak' to NASA NEO data, thanks to gemini! Check it out here: dev.to/astrodeeptej/fusing-nasa-da...
Hey everyone here's my submission Plante which is an automated greenhouse and gamified learning platform. It even has the little game from the app you can play within the blog 😀 Would love to get feedback on the app and also tips to get better at working with hardware. Thanks!
From Deadlocks to Green Streaks: Building an AI Greenhouse with Gemini in 36 Hours 🧑🌾
Jowi A ・ Mar 3
Some comments may only be visible to logged-in visitors. Sign in to view all comments.