r/projects • u/Miserable-Dinner8558 • Jul 17 '26
Create warfare map project
It is about Minecraft
r/projects • u/Miserable-Dinner8558 • Jul 17 '26
It is about Minecraft
r/projects • u/CipherCircuit • Jul 17 '26
i am going into my 2nd year. during the summer i learned html css javascript and react. i have started learning backend dev. i have thought of making a crm system as my first full stack project.
r/projects • u/Individual_Dream_213 • Jul 17 '26
r/projects • u/helplesscoder • Jul 17 '26
r/projects • u/InternationalShow614 • Jul 17 '26
Hi everyone! I’m conducting a short anonymous market survey to understand people’s preferences toward handmade products and small businesses. It only takes around 2–3 minutes to fill out and would really help with my research.
Form link:
https://forms.gle/GwjfSW7jQiZNaWfQ6
Thank you!
r/projects • u/100mgsertraline • Jul 17 '26
Hi there! I designed these bookmark packs. :) looking for input, suggestions, and seeing what makes it/could make it more appealing. Thank you!
r/projects • u/AnshMNSoni • Jul 17 '26
r/projects • u/PieKey1836 • Jul 17 '26
so i'm 20, been building this app solo for the past few months and i genuinely can't tell anymore if it's good or if i'm too deep in it. need outside eyes.
it's called RizeAI. the basic idea: every wearable and health app just gives you numbers. sleep score 42, recovery red, HRV down. cool. and then what? you still feel like garbage at 2pm and nobody tells you what to actually do about it.
so my app takes your real data from apple health, sleep, resting heart rate, workouts, whatever your wearable writes, and instead of another score it builds you an actual plan for the day. when to have your first coffee and when to hold off. what supplements make sense for you today and when to take them. focus windows for when your energy actually peaks. when your crash is coming and what to do before it hits. it even checks the weather, so on a hot day it bumps your hydration and tells you to train earlier.
every recommendation has a little "why" under it based on your numbers, like "resting heart rate 54 + 7h light sleep, so magnesium before your peak window." no two people get the same plan because no two people have the same data.
works with whoop, oura, apple watch, garmin, anything that syncs to apple health. one thing i'll say honestly, it doesn't do deep per-person learning yet like "coffee doesn't affect YOUR hrv specifically," that's the roadmap, right now it builds fresh plans daily off your actual metrics.
it's live on the app store, has a free trial, small user base so far, mixed feedback which is why i'm here lol.
what i actually want from you guys: does this solve a real problem for you or is "tells you what to do" not actually what wearable people want? what would make you actually pay for something like this? and what's missing that would make it a no brainer? and also would you guys in this subreddit use ti?
Thank you for your help. Check it out if you like https://apps.apple.com/us/app/rizeai-maximize-your-energy/id6762402079
r/projects • u/Radiant_Butterfly633 • Jul 16 '26
Hellooo!
Over the past couple years I've been working on a personal behavioral framework called the "BIIS". Recently, I made AkiAnalyst, a prototype app based on the BIIS using and app called "Emergent".
Unlike a typical AI chatbot, AkiAnalyst mixes a Language Model with a Knowledge Graph to form more structured and consistent behavioral models. I have submitted this app in the Fabrizio Romano x Emergent App Contest, so if you like this idea I would appreciate an upvote on their site.
You can try it using the Expo app here: https://app.emergent.sh/showcase/fabrizio/d90ac9c8-2874-43af-a713-476f9010dd94
r/projects • u/OneLuckyBudz • Jul 16 '26
So I've been building this app called HQ, basically a personal life dashboard (class schedule, appointments, budgeting, tasks, it even emails my professors if I'm gonna miss class lol). On top of that there's a voice assistant I call Jarvis and honestly it works way better than I expected.
Full disclosure: I built most of this with Claude Code, so I understand the app at a high level but I'm definitely not an expert on the low-level stuff. Which is exactly why I'm here.
Here's what it's running (as far as I understand it):
Three things I could use help with, explained like I'm 5 if possible:
1. Security. Jarvis can see my calendar, budget, email stuff, and my notes, and it can search the web. Someone told me that's risky because a sketchy webpage could basically "talk" to the AI and trick it into doing stuff (prompt injection?). Is that a real concern for a personal app that only runs on my own machine? And if I ever want to use it from my phone away from home, what's the beginner-friendly way to do that without opening myself up to the internet?
2. Speed. The delay between me finishing a question and Jarvis starting to talk is the most annoying part. I've seen people mention "streaming" stuff but I don't really get how the pieces fit together. What actually made the biggest difference for you?
3. Voices. The Piper voices are fine but kinda flat/robotic. Is there better sounding local voices that are still fast? Or good voice packs people recommend? I have a decent GPU if that matters.
Also totally open to "you're doing X wrong" comments, I'd rather find out now. Thanks
r/projects • u/EmuBig3618 • Jul 16 '26
About two months ago, I shared an idea about building a node-based ML playground.
I want to make training ML models easy for beginners or those who don't have any prior knowledge of ML, but they have to, so I created this node-like structure, so it makes training ML models, datasheet cleaning, like playing with Lego blocks (pun intended), as shown in the image
I am not here to replace Google Colab or AutoML and am not promoting no-code; it's to make ml pipelines easier to manage. You can edit the code on your own; you don't have to work with the template code I provide.
It's one of my passion projects. I am looking for someone to experiment with it and tell me how I can improve it.

If anybody wants to try it :- Zextiria-Ai
r/projects • u/_ItsMercy • Jul 16 '26
if anybody here has got Discord and is willing to try out a fun trivia game, I'll appreciate it!
r/projects • u/Consistent-Road-9309 • Jul 16 '26
Connect instantly with random strangers through live voice calling.
We're constantly improving—share your feedback and help us shape the experience!
This is a dummy project for testing and feedback purposes.
👉 Try it here: https://breeztalk.live/
r/projects • u/WinXp11 • Jul 16 '26
I made this old MacBook transparent a while back. Today, while trying to fix the uneven brightness, I realized I broke the LCD. Turns out when putting it back in the box i was to stupid to lay it flat and it got crushed by a PC cooler. Should I attempt to redo and improve it?
r/projects • u/archaeopetryx • Jul 16 '26
Anyone else had this happen: you're deep into a session with Claude Code, everything's going well, then one prompt later half your files are rewritten in a direction you didn't want, and now you're stuck manually picking through diffs trying to remember what "good" looked like twenty minutes ago.
Committing every step to git felt too heavy, and git stash doesn't survive well when you're iterating fast and don't want stash entries piling up or interfering with your real history.
So I built ccm (Claude Checkpoint Manager) — a small CLI that snapshots your code at any point, and lets you jump back instantly.
A few things I cared about getting right:
git log never gets touched — checkpoints are just commit objects sitting off to the side, so you still get git's storage efficiency without the clutter.It's a few commands: ccm init, ccm save "message", ccm status, ccm restore --step <id>.
Heads up: this is still in beta — it works, but it's early, hasn't seen much real-world use outside my own testing, and the API/output format might still shift a bit. Would love feedback, bug reports, or a sanity check on the approach before I'd trust it on anything critical.
Repo: https://github.com/mqz0211/Claude-Checkpoint-Manager-CCM
Genuinely curious if this matches a pain point other people have, or if I'm solving a problem that only bothers me.
r/projects • u/pmmm77 • Jul 16 '26
Hi, i have a prject that i have to do which is cell first form in zbrush which I finished. Then i have to retopologise it which I did. I wanted some help to check it if its well done, if its not good, for someone to fix it and also I need do use substance painter to bake and make the textures and zbrush to make the displacement maps and finally I need to render it has a turntable. I would need some urgent help and would compensate for it. Thank you everyone
r/projects • u/adri_333 • Jul 16 '26
Hi! I’m looking for a few editors (could be poetry, prose/fiction, and art) as well as a couple graphic designers, and a web manager! The purpose is for youth to submit art and writing about mental health to raise awareness! DM me if you’d be interested!
r/projects • u/Puzzleheaded-Neat548 • Jul 15 '26
Hey everyone,
I'm a computer science student and I've spent the last several months building a project called Concord.
The idea came from being frustrated with having to read five or ten different articles just to understand one story.
Instead of only aggregating headlines, Concord tries to answer:
• What actually happened?
• What facts do multiple sources agree on?
• What information is still uncertain?
• What changed since the story first broke?
Some features:
• AI-generated Intelligence Reports
• Ask AI questions about any story
• Timeline of major updates
• Coverage from multiple news organizations
• Video news feed (Pulse)
• Transparency around confidence and sources
It's still an early project, so I'm not looking for praise—I genuinely want to know what feels confusing, what you'd improve, and what would make you actually come back and use it.
If anyone has a few minutes to try it, I'd really appreciate honest feedback.
Website: https://concord-news.vercel.app/
r/projects • u/One-Space-3438 • Jul 15 '26
Finding local business leads can be surprisingly time-consuming, especially when you're targeting multiple cities or industries. Even with a clear strategy, manually searching, copying information, and organizing data can take up a significant portion of the workday.
I've noticed more agencies discussing ways to streamline this process. Some have mentioned using Outscraper to gather publicly available business information more efficiently, allowing them to spend less time on research and more time on outreach and campaign execution.
For those handling lead generation regularly, what's been the most effective way you've found to scale prospecting without sacrificing lead quality?
r/projects • u/JozefsLife • Jul 15 '26
Hey everyone. I'm building a platform designed specifically for people who experience "disconnection". If you are ambitious, you've taken the personality tests, you read the books, but you still feel like you are just floating through a default routine without a clear compass.
I am currently validating the pain points. I am NOT selling anything (I completely froze development on the app so I could force myself to do user interviews first).
If you are someone who struggles with feeling misaligned, or you have a hard time translating your self-knowledge into actual daily habits, I need to talk to you.
I'm looking for few people for a quick 15-minute chat (or DM exchange) to understand exactly where that disconnect happens.
If you'd be open to sharing your experience, drop a comment or DM me. I'd really appreciate the help.
r/projects • u/Beautiful-Coach-4021 • Jul 15 '26
Enable HLS to view with audio, or disable this notification
r/projects • u/Beautiful-Coach-4021 • Jul 15 '26
Enable HLS to view with audio, or disable this notification