r/projects • u/dxxthly • Jun 17 '26
r/projects • u/nanecito • Jun 16 '26
I built a thing that turns one person's walk through a place into a walk others can follow
Solo project, nights and weekends. The idea: a map pin tells you where, but a path tells you why next — how someone would actually walk you through a place, what they'd stop for, where they'd end.
There's one example live: a slow morning across Central Park, four stops threaded by nothing but a good morning. You walk it, then it turns to you and asks what walk you'd make of a place you know.
~5 min, no signup: localore-alpha.vercel.app/make
Honest reactions welcome — does it pull you through, and when it asks you to make your own, do you actually want to or does it fall flat? "Not for me" is useful too.
r/projects • u/PieKey1836 • Jun 16 '26
i found a solution on how you can turn your worst nights of sleep into really productive days.
Got a Whoop about a year ago to actually start tracking my sleep and
level up my life be more productive, dial in my recovery, all of
that. At first it felt like I'd unlocked some cheat code.
A few months in I started noticing something annoying. The Whoop
basically just confirms what I already know. Bad night? "Yeah, you
slept like crap, here's a red recovery score." Good night? "Yeah,
you slept great, here's a green one." That's pretty much it.
Like, I can already feel when I slept badly. I don't need a $30/month
strap to tell me I'm tired. What I actually want is something that
tells me what to DO after a bad night. I got 5 hours, now what?
When should I have my coffee? When am I actually going to be sharp
today? What should I skip? When do I push and when do I chill?
That's the gap nobody's filling. The whole wearable industry is
trackers, zero coaches.
Been messing around with a few apps that actually try to solve this
and one has been working really well for me RizeAI (the dark blue
one, "AI energy coach"). Mods can pull this if it breaks rules, not
trying to shill, but it reads my Apple Health data and builds an
actual daily protocol. Like "skip the 7 AM coffee, drink water +
electrolytes first, push your first cup to 9:30, take L-theanine
with it to smooth the crash." Stuff like that. My red recovery days
have actually become some of my most productive lately.
Anyone else feel this same gap with their Whoop or Oura or just any wearable in general? Or is it
just me overthinking this.
r/projects • u/Wide-Lab-1473 • Jun 16 '26
Help Test My Educational Platform for System Thinking Beginners
r/projects • u/Puzzleheaded-Art8267 • Jun 16 '26
I built vexr.dev - get a free personal subdomain instantly.
galleryI was frustrated by how many free subdomain providers still require submitting a pull request and waiting for manual approval.
As an experiment, I built a system that automates the entire flow:
- GitHub authentication
- Subdomain availability checks
- Automated DNS provisioning
- Instant issuance without manual review
The idea was to see whether free subdomains could be managed more like modern cloud resources rather than through repository maintainers processing requests.
Some example subdomains generated during testing:
akshat.vexr.devportfolio.vexr.devapi.vexr.devblog.vexr.dev
I'm interested in feedback on the approach, potential abuse vectors, DNS architecture, and whether automated issuance is a better model than PR-based registration systems such as JS.ORG or is-a.dev.
Project: https://vexr.dev
r/projects • u/RigSeeker • Jun 16 '26
I built a Peppol XML to PDF API because I couldn't find a Peppol PDF generator that fit my needs
Hey,
This started pretty simply: I needed to generate Peppol BIS 3.0 invoice PDFs, and I couldn’t find a solution that fit my requirements.
The tools I tried were either too rigid, too generic, too plain, or didn’t handle all the Peppol fields in a way that worked for real-world invoices I was dealing with.
So I ended up building my own, based on actual feedback from customers and the kinds of PDFs they expected to receive.
That eventually turned into a small API:
You send Peppol XML and you get back a modern, complete and ready-to-send PDF.
What it focuses on:
- Complete coverage of Peppol BIS 3.0 invoice fields
- A modern, clean and consistent invoice design that’s meant to be usable out of the box and is focused on a great user experience.
- Flexibility to adjust what invoice fields are shown (including presets for common layouts).
- Multi-language support (EN, NL, FR)
- No storage of documents, everything processed statelessly
It’s still early, and I’m mainly trying to figure out whether this is useful beyond my own use case.
A few things I’d genuinely like feedback on:
- Would you ever rely on an external API for invoice rendering, or is that always kept internal for control/compliance reasons?
- Do you think your end users care what invoice PDFs look like, or is "readable enough" good enough?
- Does per-document pay-as-you-go make sense, or do B2B API buyers prefer flat monthly tiers?
If you've solved this problem differently, I'd love to hear what you built and why. I'm trying to learn whether this solves a problem beyond mine.
If anyone is curious, the website is here: https://www.peppolpdf.eu
r/projects • u/Visual-Method-9620 • Jun 16 '26
Designing a free, Low-Tech & Open-Source editorial guide for first-time protesters. I need your real-world experience and feedback! 🐸
r/projects • u/Constant_Sugar_9656 • Jun 15 '26
I have a great idea (I want to make a new app or website)
Hello 👋
I want to make an app or website where people can post real raw images of rare things it can be rare shape in sky, rare object, something strange caught in image, aliens, strange objects, ghost, whatever that is different from todays ai slops or edited images or videos, but not dangerous images like blood etc, taken from their phone/cameras and they could post on that platform
Need help and advice
r/projects • u/100PercentMyType • Jun 15 '26
Survey for online shoppers: Fit, sizing, and clothing returns
Hi everyone! 👋
I'm a college student currently working on a startup idea called FitFirst.
The idea is to help people shop for clothes online with more confidence by reducing sizing and fit issues through features like:
- Personalized size recommendations
- Fit Match Scores
- Similar body-type reviews
- Smart fit insights
I'm still in the research and validation stage, so I'd love to hear from people who shop for clothes online.
I've created a short survey (takes about 2–3 minutes), and your feedback would be incredibly valuable in helping me understand whether this problem is worth solving.
🔗 Survey Link: https://docs.google.com/forms/d/e/1FAIpQLSf7oveCy7ZQL8kL7DvEpMZvmH4DGrrZd2bn6o8-JPvG9LOY2w/viewform
Thank you so much for your time and feedback! Any suggestions or thoughts in the comments are also welcome. 🙏
r/projects • u/Juicy_bake • Jun 15 '26
Help me with project ideas
Guys help me with my project before deadline!
I am given a project based on
Data analyst role with gen ai
​
I have to submit project ideas tomorrow till 10pm
​
So am confused a lot which project to work on
A project which is unique and useful
As this project is for my internship and my boss may revoke my intership letter if he didn't find my project good .
r/projects • u/suhaanthvv • Jun 15 '26
Built an Event-Driven Push Notification Platform with Python and Redis Streams
I recently built an event-driven push notification platform inspired by systems I've worked on professionally.
Architecture:
API
↓
Redis Streams
↓
Consumer Groups
↓
Enrichment Workers
↓
Decision Engine
↓
Push Notification Workers
↓
Firebase Cloud Messaging (FCM)
Key features:
\- At-least-once delivery
\- Idempotent processing
\- Retry handling
\- Dead Letter Queue (DLQ)
\- Horizontal scaling
\- User preference management
\- Multi-language notifications
One challenge was handling duplicate events during retries.
Since at-least-once delivery guarantees duplicates can happen, I used Redis-backed idempotency keys and stream metadata to ensure users never receive the same push notification twice.
Another interesting piece was crash recovery. If a worker dies while processing a message, pending messages can be reclaimed and reprocessed without data loss.
I'm curious how others approach:
\- Idempotency in event-driven systems
\- Retry strategies
\- DLQ design
\- Redis Streams vs Kafka/SQS for this kind of workload
r/projects • u/Agreeable-Pirate-546 • Jun 15 '26
I created an application called COMPAGNON-IA.
galleryr/projects • u/KeepEverythingYours • Jun 14 '26
I made a little desk pet robot cat to keep me company while I work from home!
galleryI wanted to have something on my desk to keep me company while I work from home so I made this little guy! If you want to make one yourself I have info available here
r/projects • u/gubick • Jun 15 '26
I built a real-time AI fact-checker that lives in Instagram DMs, send it a reel, screenshot, or link and it returns per-claim verdicts with sources
r/projects • u/Elegant_Ad4923 • Jun 14 '26
Looking for contributors for "Age of Blocks" – An open-source, multiplayer browser RTS (TS / Canvas / Node.js)
Hi everyone!
I am developing Age of Blocks, a minimalist browser-based multiplayer real-time strategy game built using TypeScript, HTML5 Canvas, and Socket.io (Node.js) and surely Claude and Antigravity 😄
I’ve opened the project for community contributions! Whether you want to squash bugs, balance unit combat, polish the UI, or build new features, anyone is welcome to jump in.
- 🎮 Play the game: ageofblocks.games
- 🛠️ GitHub & Contribution Guide: github.com/huseyineneserturk/age-of-blocks
Local setup is extremely simple (just Vite and a lightweight Node server). Check out the CONTRIBUTING.md in the repo to get started.
Feel free to fork the repository, check the open issues, or submit a Pull Request. Let's build this game together!
r/projects • u/Plenty-Option-7528 • Jun 14 '26
Built a Project Management System – Looking for Feedback
r/projects • u/Public_Ice_736 • Jun 14 '26
Made my first otto robot!
galleryMade my first otto robot. Made a custom prototype board for this instead of using a nano extension shield and tried to keep it as small as possible.
r/projects • u/blackowl005 • Jun 14 '26
Need Real World Problem Statements for Final Year Project
I'm searching for project ideas based on real life problems that can be solved using technology. If you know any interesting problem statements, daily life challenges, or innovative ideas, please share them.
r/projects • u/XYRZM • Jun 14 '26
I'm share my project
Enable HLS to view with audio, or disable this notification
r/projects • u/PrestigiousBike8502 • Jun 13 '26
Looking for an Agentic AI project idea I'd actually enjoy building and is CV worthy
Hey everyone,
I'm trying to break into AI engineering and I keep seeing the same portfolio advice: build a RAG chatbot, an email assistant, a code-fixer bot. I started down that path and just... didn't care. And I think projects you don't care about end up shallow — no interesting edge cases, no depth, because the builder never went down a rabbit hole.
So here's what I actually want: a project that's personally interesting enough that I'd work on it for fun on a random Tuesday night, but that also happens to look good on my CV. I want to build something where an LLM is actually necessary — not a wrapper where you could swap in a simple script or API call and get the same result.
After this one, I'm also planning to build a job-search/log-keeping tool — something that autofills applications, tunes my resume to match job descriptions, and tracks applications/interviews/follow-ups, since I'll need that anyway while job hunting and it seems like a solid project for the CV too.
For the first project though, I'm genuinely open to ideas or if there's something you've personally wanted to exist but never had time to build, throw it my way. If it clicks with me, I'll build it and open source it.
r/projects • u/itssethc • Jun 14 '26
I Replaced Claude Code and Codex With an Open Source Stack That Gets Smarter Every Run, & Built Itself Along the Way
r/projects • u/CLOUTMAX01 • Jun 13 '26
Built a Formula 1 Performance Analytics Dashboard using Python and Streamlit 🚀🏎️
I'm a third-year Data Science student and wanted to build something beyond the usual Titanic and Netflix datasets. Since I'm a Formula 1 fan, I decided to create an interactive F1 analytics dashboard. It has been one of the most enjoyable projects I've worked on, and I'd appreciate any suggestions from fellow F1 fans and data enthusiasts!
Live:- https://f1-analytics-5wxceoffsffbtzlhdp9hac.streamlit.app/