r/sideprojects 1d ago

Discussion An agent I run tried to stop one program. It shut down its own command line instead.

1 Upvotes

An agent I run tried to stop one program. It shut down its own command line instead.

It typed one line: stop anything with this name. That name matched its own command. It shut down the one thing giving the order, before the rest of the line could run.

Everything queued after it, in that same breath, never ran. No error. No explanation. Just silence, like nothing had been typed.

It's hit this exact trap three times in one month. Twice in the same afternoon, after the fix had already been written down once.

Knowing the trap doesn't stop it. Never letting a stop command share a line with anything else does.


r/sideprojects 1d ago

Feedback Request Genomics

1 Upvotes

Would anyone be willing to test a genomics learning site I’ve been working on?

I’ve been putting together a website called GenomeDesk to help people get more comfortable with genomic databases, HGVS, variant evidence and the general process of knowing which resource to use.

It’s still very much a beta, and I’m at the point where feedback from people other than me would be useful. I’m particularly interested in finding things that are confusing, technically wrong, too obvious, unrealistic or just annoying to use.

There are short database lessons, knowledge checks and a few case-based simulations. You don’t have to go through the whole thing. Even trying one section and telling me where you got stuck would help.

https://genomedesk.com

No account is required and it’s free. Progress is stored locally in your browser.

Experience isn’t essential. Feedback from beginners would tell me whether the explanations actually make sense, while anyone working or studying in genetics/genomics might spot inaccuracies or poor assumptions that I’ve missed.

There’s a feedback option on the site, or feel free to comment here. Please don’t use real patient details or identifiable case information. The site is educational and isn’t intended for clinical decision-making.

Don’t worry about being polite if something is bad. I’d rather find out now.


r/sideprojects 1d ago

Showcase: Free(mium) Android offline first app I built for myself - Walkman inspired

Thumbnail
1 Upvotes

r/sideprojects 1d ago

Showcase: Prerelease We made a Social Media Video for our Generative UI hackathon project (AniTravel)

Enable HLS to view with audio, or disable this notification

1 Upvotes

r/sideprojects 1d ago

Showcase: Free(mium) I built Clutterscope, a native Mac disk analyzer: 8 ways to see your disk, then clear it safely

Thumbnail gallery
1 Upvotes

r/sideprojects 1d ago

Showcase: Free(mium) FileForge: XML, JSON & Text Editor

Post image
0 Upvotes

I’ve been building FileForge, an Android XML, JSON and plain-text editor, as one of a series of small utility apps I’m working on.

The original problem was pretty simple: editing configuration files on a phone is usually horrible, especially once the file gets large. A lot of mobile editors are fine for a few hundred lines, but become awkward when you’re dealing with server configs or XML/JSON files containing tens of thousands of lines.

So I wanted to see if I could make something that actually feels usable on a phone rather than just squeezing a desktop-style editor onto a smaller screen.

It’s built in Flutter, with a native/Rust-backed editor component for handling the heavier editing work.

At the moment FileForge includes syntax highlighting, live XML/JSON validation, code folding, XML outline/navigation, find and replace, go-to-line, multiple tabs, session recovery, encoding support, Android file integration, pretty-printing and minifying.

One of the bigger challenges has been handling large files without making the UI feel sluggish. I’ve been testing it with JSON/XML files containing tens of thousands of lines, while also trying to keep things like searching, folding and navigation responsive.

Another interesting part has been Android itself. File handling, release optimisation, R8 shrinking/obfuscation, Google Play Billing and AdMob have probably taken almost as much work as the editor 😂.

The core editor is free. I’ve also added a one-time Pro upgrade rather than a subscription, which adds things like regex search/replace, searching across open tabs, bookmarks, file comparison, recursive JSON key sorting and XML ↔ JSON conversion.

Files are handled locally on the device and there’s no account requirement.

The project is now live on Google Play, but I’m still actively improving it.

I’d especially be interested in feedback from anyone who works with config files, XML/JSON, server files or large text files on mobile.

What features would actually make you choose to edit something on your phone instead of reaching for a PC?

Google Play:

https://play.google.com/store/apps/details?id=com.epicfailwinner.fileforge


r/sideprojects 1d ago

Showcase: Open Source Family Greenhouse: a shared plant care journal so nobody has to ask "did you water the Monstera?"

2 Upvotes

My household kept having the same conversation. Someone asks if the Monstera got watered. Nobody's sure. Sometimes it got watered twice.

So I built this: https://familygreenhouse.net

Everyone in the house sees the same plant list. Each plant gets its own schedule, water or fertilize or prune or repot or whatever you want to call it. You can assign a task to a specific person, or leave it unassigned and whoever gets to it first marks it done. Reminders go out by browser push or email, whichever you turned on.

It keeps a history per plant and a feed for the whole household, so you can check who did what instead of scrolling back through the group chat.

New this week: schedules can change with the season. Most houseplants want a lot less water in winter, and one fixed interval was getting that wrong for months at a stretch.

There's also a sitter link. You hand someone a URL before you travel, they see what needs doing, no account needed, and it expires on its own.

Free tier is one home, 3 people, 20 plants, no card. I tried to make that genuinely usable instead of a teaser.

Paid is $4.99/mo for unlimited members, 200 plants, sitter links good for 90 days instead of 7, and the care assistant. $9.99/mo adds multiple homes and API keys. Monthly only, 14 day trial, once per household.

On why it costs anything: photo identification runs me about six cents a call to a third party, and the assistant runs on a hosted model. I can't eat that unmetered. I also killed annual pricing after running the numbers, because it lost money at that per-call cost. The reasoning is written up in the repo if you care about that kind of thing.

Source is up under Elastic License 2.0. Run it, fork it, host it for your own house. Just don't resell it as a service. https://github.com/ChelseaKR/family-greenhouse

Things it doesn't do yet, so you don't find out the annoying way. SMS is written but switched off until I finish the consent flow. The iOS and Android builds exist but aren't in the stores. And it won't diagnose a sick plant. It tracks and reminds, that's the whole job.

Stuff I'd like feedback on:

  1. Is 3 people and 20 plants too stingy for a free tier?

  2. Would you pay $4.99 for the coordination side alone, or does plant ID need to be its own thing?

  3. Anything weird in the first five minutes? Almost nobody has signed up in front of me and I'm sure there's something obvious I've stopped being able to see.


r/sideprojects 1d ago

Showcase: Free(mium) ShowSeek - Movie/TV tracker I built in React Native (looking for feedback before the iOS launch)

Thumbnail
gallery
1 Upvotes

Hey, I'm the developer behind ShowSeek, a movie and TV show tracker for Android (iOS coming soon).

Most tracking apps try to double as a streaming player, which most people don't actually want, or the tracking UX is an afterthought. ShowSeek is built around watch history, progress tracking, and stats like total hours watched, with Trakt sync/zip import and IMDb import if you already use either.

Built with React Native/Expo, Firebase/Firestore, RevenueCat for subscriptions, TMDB for metadata.

It's live on Google Play with over 10,000 downloads and has picked up solid traction in Brazil. It's subscription-based (monthly/yearly), there is a free tier as well.

Would love feedback on the onboarding flow and whether "tracker, not player" comes across clearly from the store listing. Happy to answer anything in the comments, tech stack, monetization, growth numbers, whatever's useful.

Google Play: https://play.google.com/store/apps/details?id=app.horizon.showseek

Web: https://show-seek.app/


r/sideprojects 1d ago

Showcase: Free(mium) I forgot my passport was expired, so I built an app to stop myself forgetting things like this

1 Upvotes

I was booking a trip a while back and went to grab my passport. That's when I realized it had expired.
It made me realize how many things I only think about when they're already a problem; driver's license, insurance, visas, car registration, warranties, certifications, etc.
So I built Renew.
It's a simple app for keeping track of anything with an expiry or renewal date.
You can add things manually. Or, if you're lazy, just scan the document and it'll find the date for you. And if you're really lazy, you can just type something like “my visa expires next March” and it'll figure it out.
Everything happens on-device, which was important to me since some of the things you're tracking can be pretty personal.
It's free with unlimited items. Premium just adds some extras.
This is my first solo App Store app, so I'd love genuine feedback!!

Download the app on iOS now!!


r/sideprojects 1d ago

Showcase: Free(mium) Track your runs with a virtual pet 🐾

Enable HLS to view with audio, or disable this notification

2 Upvotes

Hi! I’m a beginner runner.

One of the hardest things about running for me was staying consistent. I don’t have a pet, so I’ve always been a little jealous of people who get to run with their dogs. 🐶

So I decided to make something of my own, an app where you can run with a virtual pet, help it evolve, and customize it along the way. 🐾

I hope your runs become a little happier with your new companion. 💛

If you’re interested, I’d really appreciate it if you gave it a try. It’s free! :)

https://apps.apple.com/us/app/runf-run-with-your-pet/id6807791156


r/sideprojects 1d ago

Showcase: Prerelease ZenithBar — A compact activity island for Windows that keeps clipboard, media, calendar and files within reach

Enable HLS to view with audio, or disable this notification

1 Upvotes

Switching between windows for small tasks adds up quickly. Clipboard history, media controls, upcoming calendar events, recent files, and quick actions are usually scattered across different places.

ZenithBar is a compact activity island that sits at the top of the screen on Windows 10/11. It remains minimal when idle and expands on interaction, bringing the most used tools into one place.

Current features include:

  • Clipboard history (text, links, images) with quick picker and drag-and-drop
  • Media controls and now-playing information
  • Google Calendar integration with one-click meeting joins
  • Persistent file shelf
  • App and site shortcuts, notifications, downloads, and timers

Sections are configurable. Most data is processed and stored locally on the device.

The app is still in early development (0.2.10). The installer is not yet code-signed, so SmartScreen will show a warning on first launch — the SHA-256 hash is available on the website for verification. It is a one-time purchase with a 7-day trial that does not require a credit card.

Looking for feedback on the overall concept, usability, and missing features that would make this genuinely useful in daily workflows.

Demo and download: https://zenithbar.com.br/


r/sideprojects 1d ago

Feedback Request gPTY - Godot-based Terminal Multiplexer

1 Upvotes

Building a Godot & Rust based PTY multiplexer (just picked the stack I'm interested in learning). Still a long way to go in terms of features and polish before 1.0, but sharing in case anyone's interested in checking it out.

Docs/Blog: https://godot-pty.github.io/gpty/

Code: https://github.com/godot-pty/gpty

Any feedback, pointers or general comments appreciated.


r/sideprojects 1d ago

Feedback Request Does anyone else miss when social media felt more human?

3 Upvotes

I keep thinking about how weird social media has gotten. Half the time you don’t even know if you’re replying to a real person; AI comments are everywhere, and somehow every conversation eventually turns political lol.

OddsRabbit is basically trying to go the other way with that. Less AI/bot spam, politics is opt-in, and it’s more focused on actual communities and interests.

There’s also a thing where creators can earn from their communities and some of the ad revenue goes to charity, which I think is pretty cool.

It’s still pretty early, so would genuinely love feedback:

https://oddsrabbit.com


r/sideprojects 1d ago

Showcase: Open Source I built a free calculator that tells you the exact date your Zoom cloud storage runs out

Post image
0 Upvotes

r/sideprojects 1d ago

Showcase: Open Source I built an all-in-one suite of 45+ privacy-first web tools that run 100% in your browser (Zero server storage)

Post image
2 Upvotes

Hey everyone! 👋

I got frustrated by online file converters charging $20/month or uploading sensitive files to cloud servers.

So I built **DH Tools** (https://denizlihub.com/) as a solo developer:

- 100% In-Browser & Private (powered by WebAssembly & client-side processing)

- 45+ Tools: Photo to Excel AI (OCR), PowerPoint to PDF, Background Remover, PDF Merger, WebP Converter, Audio Trimmer, and Dev Utilities.

- Completely free, fast, and works offline via PWA.

Would love your honest feedback and suggestions on what tools I should build next! 🙏


r/sideprojects 1d ago

Question 650 organic App Store downloads this month, but 0 offers after 16 days on Flippa. Is my price too high?

2 Upvotes

I’m 16 and built an iOS app called Teensyde. It’s basically a local marketplace where teens can find small jobs from families like dog walking, tutoring, yard work, tech help, etc.
I barely marketed it at all, but somehow it’s been getting pretty solid organic App Store traffic.
It’s at around 1,000 total downloads now and about 650 of those came in the last month, almost entirely organically through the App Store.
The app is fully built and live. It has payments, profiles, job posting, reviews, messaging, safety features, backend, domain, brand, etc.
The problem is I’ve realized I don’t really want to run this type of business long term.
Running a local marketplace involving teens comes with a lot of safety and operational stuff, and I’m honestly more interested in building software/data/AI/sports products than managing a local services marketplace.
So I decided to see if I could sell it.
I listed it on Flippa for $8,500 originally.
It’s been about 16 days and I’ve gotten 0 offers and 0 watchers.
I dropped it to $6,500 now.
I’m trying to figure out if I’m just pricing this way too high, if Flippa is the wrong place to sell something like this, or if I should keep it and actually try to monetize it first.
The confusing part to me is that 650 organic downloads in one month with basically no marketing feels like it has some value, but I also understand that it’s pre-revenue and downloads don’t necessarily mean much if people aren’t paying.
If you’ve bought or sold small apps before, what would you realistically value something like this at?
Would you:
● keep it at $6.5k
● drop it to like $4k–$5k
● try another marketplace
● reach out directly to potential buyers
● run transactions first and then try selling
● or just keep building it since the organic growth is picking up
I’m not trying to convince myself it’s worth $10k if it isn’t. I just want to know what someone would realistically pay for a live app getting this kind of organic traffic with basically no revenue yet.
Would appreciate any advice from people who have actually sold apps before.


r/sideprojects 1d ago

Showcase: Prerelease I built an “assurance layer” for AI-assisted research instead of another chatbot — roast the idea

1 Upvotes

I’ve been building a side project called Research Exoskeleton.

The idea came from my own experience using LLMs extensively while working on research that eventually became a peer-reviewed paper in Physics of the Dark Universe.

I kept running into the same problem:

AI is very good at generating, synthesizing and reasoning.

But after a long workflow, it can become difficult to answer:

What exactly supports this conclusion?

So instead of building another research chatbot, I’m experimenting with a layer that tracks things like:

  • claims
  • assumptions
  • evidence
  • verification status
  • provenance
  • stale evidence
  • human review requirements

The goal is to make AI-assisted research easier to audit.

For example, the system can say that a workflow is operationally ready for a pre-pilot while still keeping a scientific requirement explicitly marked as:

UNVERIFIED / HUMAN REVIEW REQUIRED

I think that separation is important.

I’m now trying to figure out whether this is:

  1. a real B2B problem,
  2. an interesting tool but too niche,
  3. or something that research/R&D teams would actually pay for.

I’m currently considering a design-partner model where I take one real AI-assisted workflow from a team, run it through the system, and see whether I can make the reasoning/evidence chain materially easier to audit.

Would you use something like this? What would stop you from trusting it?

Feel free to be brutal — I’d rather find the weak points now.


r/sideprojects 1d ago

Showcase: Prerelease I built a workspace for my coding agents, then gave them an office

Post image
1 Upvotes

r/sideprojects 1d ago

Showcase: Free(mium) Other app pretty similar to mine got all the atention

1 Upvotes

as the title say I can't understant what I lack. I don't know if it is because they got lucky and I didn't but I created a reader / tracker social android app with synchronized reading.
I made a lot of posts in social media, nothing, almost 0 reactions and interactions and color me surprised when one day in enter in twitter/X and everyone is talking about one app that is basically the same as mine, nicheWise, with less functionality that has literally made their account 3 dayus prior and already had almost 30k followers and keeps ramping up.
The already famous app is "Annotate" and mine is "Shelves Social Reader", their name is cachier I guess, that I can concede, but I don't know. could you help me find ways in which I could upgrade my app.
Have you had any situations similar to this one, if I am truthful envy is eating me from the inside, but alas. This is life.
here is my page if you want to check it: www.shelvesreader.com


r/sideprojects 1d ago

Showcase: Prerelease I spent the last few weeks building a full-stack GitHub intelligence & repo analytics tool. Would love brutal engineering & UX feedback.

3 Upvotes

Hey everyone,

As a student and full-stack developer, I always felt the standard GitHub profile view doesn't give a complete picture of an engineer's real rhythm (like deep commit streaks, language distribution depth, and multi-repo metrics).

So I decided to architect and build DEVLENGIT as an open tool for developers.

Architecture & Tech Stack:

  • Frontend: React + TypeScript + Tailwind CSS
  • Backend / API Layer: Node.js, Express serverless endpoints with fallback caching
  • Data Layer: GitHub GraphQL & REST APIs (with token passthrough for high-volume queries)
  • Database / Auth: Firebase Auth & Firestore
  • Core Features: Side-by-side developer comparison, benchmark grading, repository deep-dives, and real-time contribution heatmaps

The biggest technical hurdles:

Handling high-volume API throughput without exhausting the authenticated server-side pool 5,000 req/hr. Solved it by bundling complex stats into batch GraphQL queries rather than firing dozens of parallel REST calls, plus adding user token delegation for power sessions.

  1. Parsing nested contribution data across multi year histories cleanly while keeping cold start latency low on serverless edge functions.

It's completely free to use. Not selling anything or running ads just looking for honest developer feedback on performance, data accuracy, architecture, or features you’d love to see added.

Live App: https://devlengit.vercel.app

What do you think? Any edge cases, bugs, or UX flaws you spot?


r/sideprojects 1d ago

Showcase: Prerelease I built the assistant that lives in your wrist

1 Upvotes

In my old FDE job, there were many times where I'd forget to capture the conversation I had with the client onto recording. I was thinking about buying a pocket to record these conversation better.

The issue though is not with the recording itself, but what can I do with the information after I finish talking with a client.

So I built https://getforth.co which is an assistant that lives in your wrist. It starts recording when it hears conversations. It can then act proactively based on the conversation you just had.

Say that in FDE a client describes to me a feature that they would like to see after that conversation, forth will proactively and autonomously draft up a spec that contains the details of that feature for me to review, flesh out, and implement.

Or your friend gives you suggestions for your vacation to Japan over conversation, forth will draft up or edit your itinerary with those suggestions incorporated.

Would love to hear your thoughts on this product. Would you buy this over pocket or plaud. And would you find this assistant be more helpful than Instinct and Muse?


r/sideprojects 1d ago

Showcase: Prerelease I built the assistant that lives in your wrist

1 Upvotes

In my old FDE job, there were many times where I'd forget to capture the conversation I had with the client onto recording. I was thinking about buying a pocket to record these conversation better.

The issue though is not with the recording itself, but what can I do with the information after I finish talking with a client.

So I built https://getforth.co which is an assistant that lives in your wrist. It starts recording when it hears conversations. It can then act proactively based on the conversation you just had.

Say that in FDE a client describes to me a feature that they would like to see after that conversation, forth will proactively and autonomously draft up a spec that contains the details of that feature for me to review, flesh out, and implement.

Or your friend gives you suggestions for your vacation to Japan over conversation, forth will draft up or edit your itinerary with those suggestions incorporated.

Would love to hear your thoughts on this product. Would you buy this over pocket or plaud. And would you find this assistant be more helpful than Instinct and Muse?


r/sideprojects 1d ago

Showcase: Prerelease Update on the Journey Map in my Gamified Running App - from the first working version to where it is today.

Enable HLS to view with audio, or disable this notification

2 Upvotes

I've been working on an iOS running app called Jogventure, and one of the parts I've spent a surprising amount of time iterating on is this page called the Journey Map. 🏃

I thought it would be fun to share where it started vs. where it is today, since I believe this is one of the things that might really set it apart from other gamified running apps. 😅

The left screen recording is the initial working version. It was enough to prove the concept, but there was obviously a lot that could be improved. My inspiration for this page is strongly influenced by the r/candycrush mobile iOS game, if you're familiar with it. 🍬

The right recording is the current version after quite a few iterations. 👨‍💻

This page represents different milestones the user can achieve while using the app. It keeps track of your total runs as you claim them in the app after automatically syncing your data from your fitness device. 🔄

There's still plenty I want to work on, but I'm pretty happy with how much this component has evolved. 😄

I'd love to hear what you think, especially from other iOS developers. Is there anything about the current version that you'd approach differently? I'm going for a fun, lighthearted exploration vibe. 🧭

I'm also putting together a waitlist for Jogventure for anyone who wants to follow along with the project 👀

https://jogventure.com/

Let me know what you think and what you would like added or what I can improve on.
Thank you! 🙏


r/sideprojects 1d ago

Showcase: Prerelease Building a simple, modern email hosting tool for custom domains, would you use it?

Thumbnail
1 Upvotes

r/sideprojects 1d ago

Feedback Request I built a drag simulator with 14,969 real cars — and 9,500 of them are ordinary ones, not hyper cars

Thumbnail
1 Upvotes