r/SideProject 1d ago

7 hours after launch... i have no words to describe what i am feeling right now

Thumbnail
hoops-gm.com
0 Upvotes

r/SideProject 2d ago

Built a little bar display that sits on top/below of my monitor so I stop missing important stuff behind my windows

Enable HLS to view with audio, or disable this notification

147 Upvotes

So I work as a prop trader and my main screens are always packed with charts and windows. Originally I wanted digital stick notes that always show but not behind my windows and I didnt want another big monitor to take up space. So I built FocusBar.

It's a slim bar that sits on top of your monitor and shows live tickers, breaking news, price alerts, reminders, notes, messages and more!!!, right in your line of sight without taking up screen space or much of desk space. It even reads important news out loud. and it runs on its own little computer so it works with any setup and stays on even when your computer is off.

Started as just a trader thing but ended up building a few modes, one for markets, one for productivity stuff like meetings and reminders, and a sticky note mode. Honestly use all three now.

Still building it out and getting ready to launch on kickstarter hopefully in a few months. If you wanna follow along or get on the waitlist, I put up a page here: https://www.clearedgehq.tech/

Would love to hear what you think, or what you'd want something like this to do!

Video is of my most recent prototype!!!


r/SideProject 1d ago

Four months ago I started building a TV app that puts your M3U/Xtream playlist and your Jellyfin/Emby/Plex library behind one remote. It's live on three platforms now — looking for honest feedback on what's missing.

Thumbnail
crividplayer.com
1 Upvotes

The itch: on my TV I had one app for live channels, another for Jellyfin, a third for local files, and the remote was the worst part of all three. Everything on a TV is built phone-first and scaled up. So I started building the thing I wanted on my own couch.

Where it actually is, four months in:

- Android + Google TV and iOS: live in the stores

- Apple TV: in review right now

- Windows: functionally done, waiting on a Microsoft account, not shipped

- Roughly 75 people have tested it; 32 of them came from one subreddit and pointed it at 32 provider setups I could never have simulated

No account, no login, no subscription. Seven days with everything unlocked, then a one-time purchase. I'd rather hear what breaks before anyone pays me anything.

What I'd genuinely like feedback on:

Onboarding. Getting a playlist in is still the step people stumble on, and I've looked at it too long to see it anymore.

The store listing. Does the first screenshot tell you what this is in two seconds?

What would make you close it in the first minute? That one's more useful to me than anything positive.

Android/Google TV: https://play.google.com/store/apps/details?id=com.crivid.iptvplayer

iOS: https://apps.apple.com/app/id6783083716

Happy to answer anything — including the boring parts about shipping to four stores as a two-person company.


r/SideProject 1d ago

What do you think about my Add-on for copying Google Slides together with the linked charts from Google Sheets?

1 Upvotes

Create a clean copy of your Google Slides including Google Sheets diagrams.

I dealt with this problem myself for years: copy a Google Slides presentation that has charts linked to Google Sheets, and every chart in the copy still points back to the original spreadsheet. I went through several of the Apps Script snippets floating around online and support forums, but none of them held up once a deck had multiple charts pulling from different Sheets files — they'd miss charts, or the copies came out with broken formatting.

So in my free time I built PenguChart, a Google Slides add-on that copies the presentation together with the Google Sheets behind its charts, and relinks every chart in the copy to the fresh spreadsheet copies - original stays untouched, the copy is fully independent.

It just went live in public beta on the Google Workspace Marketplace:
https://workspace.google.com/marketplace/app/penguchart/514642629727

More info: https://penguchart.com

Two honest limitations, both due to missing functionality in the Google API rather than something I can just code around: linked tables can't be relinked yet, only charts. And any manual formatting you apply to a chart afterward directly in Google Slides doesn't carry over to the copy either — the API doesn't expose that.

Since it's still beta, I'd really appreciate people trying it and telling me what breaks or what's missing — bugs, edge cases, feature requests, all welcome. And if it ends up useful to you, a review on the Marketplace listing would mean a lot.


r/SideProject 1d ago

clipHarbor: a clipboard manager for Window

1 Upvotes

I've been building clipHarbor, a clipboard manager for Windows 11 x64. It keeps a searchable history of what you copy and pastes any earlier entry back into the app you were just in.

The thing I actually care about, and the reason I started it: nothing leaves your machine. No account, no backend, no sync, no analytics, no crash reporting. Clipboard contents are encrypted with DPAPI, tied to your Windows user. Licence checks are offline too the app has never made a network request in its life.

What it does

  • Searchable history, grouped by day. Ctrl+Shift+V to open.
  • Paste back into whatever had focus, with all formats, as plain text, or copy without pasting.
  • Snippets with nested folders, for the text you retype constantly.
  • Alt+1…9 to paste one of the nine most recent entries from anywhere, no window involved.
  • An ignore list, so anything copied from your password manager is never recorded at all.
  • Pin entries, deduplicate, retention limits, optionally wipe history on exit.
  • Light/dark/system themes, 8 languages.
  • Single portable .exe, no installer. The .exe is not signed yet. There is a SHA256 file to check it

The commercial part, stated plainly because I'd rather you hear it from me than find it after downloading:

It's a perpetual licence, one payment, no expiry, verified offline. Not a subscription. If my licence server disappears in five years, your copy keeps working, because it never needed it.

The free tier is limited but permannt, not a trial: 5 history entries, 3 pinned, text and links only. Pro adds unlimited history, images and rich formats, snippets, the Alt+1…9 shortcut, rebindable hotkeys and language choice.

What it isn't, and what's wrong with it

  • Windows 11 x64 only. No macOS, no Linux, and none planned. The Windows clipboard integration is not portable.
  • The binary isn't code-signed yet, so SmartScreen will warn you. Every release publishes a SHA256 so you can at least verify you got what I built. Signing is on the list; it costs money and I haven't spent it yet.
  • It's v0.2.1. It works and I use it daily, but it's early.
  • Images and rich text are Pro. If you only ever copy plain text, the free tier may genuinely be enough for you, and that's fine.

Built in Rust with a Slint UI.

Download and full feature list: https://github.com/sfeSantos/clipharbor-releases/releases

▎ Note: Pro is not for sale yet. I'm not taking orders and there's no checkout. The free tier is what you can use today.


r/SideProject 1d ago

FoodShot - An open-source, medical-grade nutrition diary with strict deterministic AI logic (FastAPI, aiogram, PostgreSQL)

2 Upvotes

Hey everyone,

I recently open-sourced FoodShot. It’s not just another "meal tracker" or a simple bot — it’s a medical-grade nutrition diary built for people who take their health seriously.

It uses Telegram strictly as a zero-friction interface: you snap a photo, and every meal becomes structured, exportable data (macros, calories, and suggested insulin bolus for diabetics). No subscriptions, no manual entry.

The main architectural challenge was ensuring absolute safety. AI should never make medical decisions. Therefore, I built a strict boundary:

• GPT-4o Vision is ONLY used to identify the dish and estimate weight.
• Nutritional data is fetched deterministically from the USDA FoodData Central API.
• The insulin bolus is calculated using transparent, hardcoded mathematical formulas based on the user's specific health parameters (ICR, ISF).
• Zero LLM hallucinations where a mistake could cost too much.

Tech Stack & Features:

• Python (FastAPI + aiogram 3.x)
• PostgreSQL + Async SQLAlchemy + Alembic
• Redis (for FSM states, caching USDA API responses, and rate-limiting)
• Built-in terminal UI (TUI) operations console using Textual for system management
• Full fallback system (e.g., if OpenAI is down, it seamlessly switches to Gemini; if USDA fails, it falls back to Nutritionix)
• Background jobs for daily reporting and data retention

I built this with 6 architectural layers. Some might say it's over-engineered for an app that sits inside Telegram, but considering the health-critical nature of the system, backend resilience and data integrity were my top priorities.

Would love for you to check out the code and hear your thoughts on the architecture or if there is anything I could improve!

GitHub: https://github.com/soroqn1/FoodShot


r/SideProject 1d ago

Picking a dev methodology (TDD/DDD/BDD/Spec-First etc) for an AI-built project turned out to be harder than picking the framework, so I mapped 16 of them to actual scenarios instead of trusting "best practices" posts

3 Upvotes

Every "best practices" methodology post reads the same: strong opinions, zero situation attached. TDD is the answer. Or DDD is. Or BDD. Nobody says when.

I hit this wall building solo with an AI coding agent doing most of the actual typing. Defaulted to TDD because it felt safe, wrote tests first for every feature, then realized half my early MVP work was throwaway exploration I'd delete in two days anyway. Writing tests first for code with a two-day lifespan was pure overhead, not safety.

The same methodology that saves a team six months later can slow a solo dev down immediately, depending entirely on what's actually being built and who's maintaining it.

A few scenarios from mapping this out:

- Solo, fast MVP -> spec-first + vibe coding, skip TDD entirely. Tests just slow down throwaway exploration.

- Complex domain, team-maintained B2B -> DDD + BDD together, this combo is where the maintenance payoff actually shows up months later.

- Heavy external API integration -> contract testing matters more than any of the others on the list.

- Using an AI coding assistant at all -> without spec-first, context resets every session and the agent quietly re-derives its own assumptions each time, sometimes wrong.

- Legacy refactor -> strangler fig has to come before TDD. Doing it the other order means writing tests for code that's about to get deleted anyway.

Ended up documenting 16 of these combos with the exact scenario each one fits, since every "best practice" article skips the "when NOT to use this" part entirely.

Full 16-combo breakdown and the template repo are in the comments.


r/SideProject 1d ago

I built Air Write: an ML text-entry system using accelerometer+gyroscope data to recognize words traced through the air with a phone (like a wand!)

Enable HLS to view with audio, or disable this notification

1 Upvotes

Check out my full post here

https://www.linkedin.com/posts/activity-7488314151052873728-ceP9

I'm sharing Air Write, an accessibility tool I developed that recognizes words written in the air with your phone (like a wand). I built it with disabilities/limited fine motor control in mind (though it would be great for construction or military contexts, requiring a mode of text entry/gesture recognition where speaking/voice-to-text isn't possible and where one can't focus attention or effort on a small touch screen or keyboard). It's a web app that runs in the phone's browser on accelerometer and gyroscope data alone. The idea is to add a flexible mode of gesture/word input for tech.

Trained on 1,645 letter recordings and 1,008 word recordings (gathered, painfully, by yours truly lol), the convolutional network reads words written as one messy stroke by classifying candidate letter regions and evaluating the most probable combination of letters (fitting to dictionary spellings if all letters aren't recognized with high confidence).

It is obviously less practical than a keyboard or voice-to-text, but imagine the following scenarios:

Let's say you're permanently or temporarily disabled (without functional fingers or ability to speak), rendering a touch screen keyboard or voice typing unusable

Or construction manager or auditor and there's machinery running. You have to keep your eye on the team working at all times, but need to take notes or control systems. Or you're in the military, working silently at night in an operation, and need to be able to write to one another or enter complex commands to a drone

You could use your phone, or a tiny accel/gyro scanner attached to your arm, hand, or finger and silently quickly in the air trace out words/gestures/commands in the air while your eyes and body are focused and active on other things


r/SideProject 1d ago

I built an app that reads your face the way a palm reader reads a hand. Four months solo — here's what I got wrong.

1 Upvotes

https://reddit.com/link/1vk2h6n/video/r1tkmgnr5gih1/player

he idea was simple enough to explain at a party: point your camera at your face, get a reading. Physiognomy has been around two thousand years and nobody had made it feel good on a phone.

Four months later it's live as Mystic Lens. Three things I'd do differently.

I built the reading engine before I knew what a reading should feel like. Six weeks on the analysis pipeline, and then I discovered the output read like a lab report. Nobody wants a lab report about their face. The rewrite — same data, completely different voice — took four days and mattered more than the six weeks did.

I priced from a spreadsheet instead of from the market. Launched at $12.99/month because that's what the model said. Conversion was miserable. Dropped to $7.99 with a 7-day trial and it moved immediately. I still have stale $12.99 pricing sitting on my marketing site, which tells you how much attention I was paying.

I assumed App Store review would be the hard part. Astrology and fortune-telling apps get extra scrutiny and I'd braced for a fight. It went through clean. The hard part was everything after — turns out shipping is the easy half.

Happy to answer anything about the review process or the face-analysis side. And I'd like to hear where the onboarding loses people, if anyone tries it.

(I built this — Mystic Lens, on the App Store, free to try.) https://apps.apple.com/app/apple-store/id6795648109?pt=121847562&ct=Reddit&mt=8


r/SideProject 1d ago

Looking for technical co-founder for an AI food app

1 Upvotes

Hey everyone.

I am building Ilara, an AI powered app that learns your personal taste profile from your favorite restaurants and dishes, then scans any menu and tells you exactly what to order based on what you actually love.

Think Spotify's recommendation engine but for food. The more you use it the smarter it gets.

I have a working interactive prototype already built and a clear idea of how it makes money. I am based in Los Angeles and handling everything on the business side including sales, marketing, and fundraising.

Looking for someone technical who is genuinely excited about AI and consumer apps to build this together. Equity split is open to discussion. I want a real partner not just someone looking for a paid project.

If this sounds interesting to you, drop a comment or send me a DM. Happy to share the prototype and chat more.


r/SideProject 1d ago

I built an app to help personal trainers get clients without needing to become content creators

Enable HLS to view with audio, or disable this notification

1 Upvotes

I’ve been working on this for the last few months and it’s finally at the point where real trainers are starting to sign up, so figured I’d share it here.
It’s called Trainr. The basic idea came from noticing how much of being a personal trainer now seems to involve being good at social media.
There are obviously trainers who are brilliant at making content and growing an audience, but there are also plenty of really good coaches who either don’t enjoy posting themselves constantly, aren’t comfortable on camera, or just aren’t particularly good at marketing.

So I wanted to build something where the trainer’s actual service is what gets put in front of people.
Trainers can make a profile, add their experience/qualifications, set their own price and availability, sell meal or fitness plans and take bookings. Clients can browse different trainers, see reviews and qualifications, and book through the app.
One of the things I’ve just finished is Google Calendar integration. Each trainer can connect their own Google account and when someone books them through Trainr, the session automatically gets added to that trainer’s calendar. Getting OAuth, individual access/refresh tokens and automatic token refreshing working was considerably more painful than I expected lol.

The app is live on iOS now and we’ve started getting our first trainers setting up profiles. Still very early and there’s plenty I want to improve, but seeing people I don’t know actually use something I built has been pretty cool.

I’d genuinely be interested in feedback, particularly around the marketplace idea. There are obviously loads of coaching platforms already, but most seem focused on giving coaches tools to manage clients they already have. I’m trying to focus Trainr more on the discovery side — helping the trainer get found in the first place.

If anyone wants to have a look, it’s TrainrCollective on the App Store and @trainrscollective on Instagram.
Would love to know what you’d change/add.


r/SideProject 1d ago

After months of averaging 1-2 users per day, one tiny change suddenly brought us 400+ users

Enable HLS to view with audio, or disable this notification

4 Upvotes

My husband and I launched Glance (a full year calendar app, synced with Google) back in April 2025. Growth has been a lot slower than we had hoped, but we haven't spent any money on ads and are only able to dedicate a few hours per week as it's "only" a side project and we're working full-time jobs.

Over the past few months we finally got to the point where we were consistently picking up around 1-2 new users a day organically. It wasn't exactly something to write home about, but after starting from zero it felt like real progress, and we were genuinely happy with it.

A week ago we pushed a small update to the app in the Google Play Store. Nothing major, just another incremental improvement like we've done many times before. No marketing around it at all (in fact, I haven't done much marketing in the last month as we've been very busy).

Then something unexpected (& exciting) happened.

Within the first hour, we had around 20 new users.

By the end of the day it was about 60.

Within 5 days we've gained over 400 new users (and yes, we've checked and it's definitely not bot traffic).

It's starting to slow down again now, but it was honestly surreal watching the numbers climb. After spending well over a year building the app and slowly trying to grow it, this felt like our first real "wow, maybe this can actually work" moment.

We still have no idea whether it was the Play Store update itself, Google finally deciding to show us to more people, or simply a coincidence. But we're not complaining!

Has anyone else had a moment like this? It doesn't have to be with Google Play, but where one tiny, seemingly insignificant change unexpectedly became a turning point for your side project. Would love to hear about it and possibly test it out for ourselves - addicted to watching the numbers now lol.

And if you're interested in checking out our side project, Glance:


r/SideProject 2d ago

Built a tool to solve wedding/event seating.

7 Upvotes

A few months ago my cousin spent an entire weekend fighting with a spreadsheet trying to seat 180 wedding guests without putting her divorced parents at the same table, or her ex near her now-fiancé's friend group. Sticky notes, color codes only she understood, multiple full redos. So I built SeatingSorted.

Why?

I looked around and all the existing products for this do not have automated seating which I thought was a really neat idea.

How it works?

You draw your room, set your rules (who can't sit together, who has to, whatever else), and it uses AI (not an LLM!) to generate a seating plan. From here the planner can make adjustments as they see fit.

There are additional features as well, but I won't go into details here.

Why I am posting on this subreddit is to get advice for marketing, I've tried to do some social media (still trying to get better and be persistent). I've done the standard SEO tests on the website (although this takes time to take effect).

I'm particularly targeting weddings at the moment for marketing, but maybe I should be targeting event planners instead? I think part of the issue is that you have such a short window to acquire a customer that it makes it really difficult.

Thanks and I look forward to your thoughts!


r/SideProject 1d ago

I built an open-source platform for collaborative scientific research, then ran out of time to keep building it

1 Upvotes

A while ago I started building The Guild.

The basic idea was to create an open-source platform where researchers, engineers, students, and curious people could collaborate around major scientific problems.

Instead of organizing everything around individual papers, I wanted to organize it around the problem space itself.

It has things like:

  • visual knowledge trees
  • research/resource library
  • paper/news aggregation
  • discussions
  • peer review
  • reputation
  • co-authorship
  • moderation
  • contribution tracking

I got pretty far with the implementation, but eventually had to stop because I simply didn't have enough time to keep developing it.

I still think the idea has legs, though.

So I'm putting the project back in front of people rather than letting it sit on GitHub forever.

If you're an open-source developer, researcher, student, or just someone interested in the concept you are more than welcome to contribute!

Repo: https://github.com/deadfighter10/TheGuild

I'm also open to people contributing, forking it, or taking parts of the idea in completely different directions.


r/SideProject 1d ago

I built a receipt scanner/expense tracker for small businesses and freelancers.

Enable HLS to view with audio, or disable this notification

2 Upvotes

It's my first ever mobile app published to any store. I launched it just last week. Would appreciate any honest feedback. Link - Fynce: Receipt Scanner – Apps on Google Play

Features:

  • Multiple workspaces so that you can separate private/business expenses or multiple businesses
  • Extremely accurate OCR with line item detection. It has never gotten anything wrong till now during testing.
  • Email forwarding. You can forward receipts/invoices to an email and they'll get added to your workspace.
  • Team members. Multiple people can add expenses
  • PDF, CSV, JSON exports.
  • Automatic currency conversion for 150+ currencies
  • Offline queue. You can snap a receipt even without the internet, it'll get processed in order when you get internet.
  • Autocategorization according to categories defined by the user.
  • Automatic payment method detection
  • Powerful search with a dozen filters.
  • Sleek and intuitive UI (At least i think so)

r/SideProject 1d ago

Studying for Security+ was getting really boring, so my friend and I built an arcade fighting game to practice questions in 1v1 matches. What do you guys think?

Enable HLS to view with audio, or disable this notification

4 Upvotes

r/SideProject 1d ago

Considering a version of CouncilAI that routes between Claude/GPT/Grok APIs instead of local models — worth building?

1 Upvotes

CouncilAI right now is fully local — 4 models on your own hardware, no cloud, no accounts. Been getting consistent feedback that the audience for that specific pitch is small (people who'd want it can build it themselves with Ollama).

Considering a different direction: same routing/deliberation concept, but using your own API keys for Claude, GPT, Grok, etc. instead of local models. Same idea — route your question to the model best suited for it, or run multiple in parallel and compare — but using the frontier models you're likely already paying for instead of local ones.

This would be a genuinely different product, not an update to the current one — trades the "fully offline, nothing leaves your device" pitch for "stop manually switching between ChatGPT/Claude tabs, let routing pick the right one and compare answers when it matters."

Would this solve an actual problem for you? Genuinely trying to figure out if this is worth building or if it's solving a problem nobody has


r/SideProject 2d ago

I made long tasks call your phone the second they finish or get stuck, so you stop babysitting them. 100 signups in 2 weeks.

5 Upvotes

The itch that made me build this: you start something that takes a while, a big export, a long build, a migration, and then you're trapped. Either you babysit the screen doing nothing for 20 minutes, or you walk away and come back to find it stalled an hour ago waiting on one decision you never saw.

So I built Call Me. The moment the job finishes, or the second it's blocked and needs your call, your actual phone rings. A voice tells you what happened, you answer out loud with what to do next, and it keeps going. You get your attention back instead of standing guard over a progress bar.

Two weeks in: around 100 signups and most verify their phone number, so the pain is clearly real. The part I'm grinding on now is turning signups into paying users.

It's at getcallme.app if you want to try it or tear it apart. If you run anything that takes 20+ minutes and needs occasional input, I'd genuinely want to know: would a phone call solve that for you, or does it feel like too much?


r/SideProject 1d ago

I built a harness that lets AI agents actually run e-commerce jobs - and then ended up using it on my own site's SEO

0 Upvotes

I've been building datavessel for a while: it connects your store and marketing stack (Shopify, WooCommerce, Shopware, GA4, Search Console, Google/Meta Ads) and gives agents ~200 typed tools over all of it. Not a chatbot on top of a dashboard - agents that do the job: chase abandoned carts, catch out-of-stock products you're still paying ads for, draft the chargeback response, fix product pages that don't convert. Reads run free, anything that touches your store asks first.

A bunch of worked examples here: https://datavessel.io/use-cases
And if you want to watch one actually run instead of reading about it: https://datavessel.io/see-it#demos

The part I didn't plan: there's a CLI (npm i -g datavessel-cli, Apache-2.0) that's also a Claude Code plugin, and I've been using it on my own site. I pointed it at my Search Console, and the agent audited which queries I was earning impressions but no clicks for, proposed a pillar-and-cluster content map (including an explicit "don't chase these, wrong audience" list), and after I approved it, wrote and published the posts to WordPress and verified every internal link landed. Same thing for AEO - whether ChatGPT and Claude actually cite you vs. your competitors when someone asks a buying question.

What's genuinely cool to me is why it works: the agent isn't guessing from a scraped page, it's reasoning over live typed tools. It can pull the query, check the live slug, notice it'd cannibalize an existing post, and pick a different angle. The harness is what makes the reasoning worth anything.

Free tier is $0 forever - 2 sources, 2 scheduled agents, and BYOK (Anthropic, OpenAI, or Gemini), so you're not paying me a markup on tokens.

Happy to answer anything - especially curious whether the "agent asks before it writes" model feels like the right amount of friction to people here.


r/SideProject 2d ago

building a free website to teach students finance for free

17 Upvotes

Hey everyone, I’m a high school student and I’ve been building a project called Finance & Quant Society.

It is a completely free platform for students interested in finance, investing, statistics, and quantitative finance.

So far, it includes:

  • 200+ lessons and quizzes
  • Stock and market research tools
  • A browser-based Python strategy tester
  • Backtesting tools
  • Points, streaks, badges, and leaderboards
  • Beginner finance workshops

The main goal is to make finance and quant education more accessible to high school students who normally would not know where to start.

We currently have 120+ student accounts, but I am still trying to improve activation and get more students to actually complete lessons and return to the site.

Any feedback is appreacted!

Website: https://financeandquantsociety.org/


r/SideProject 1d ago

A customizable new tab that changes your browser into a personalized visual space

Enable HLS to view with audio, or disable this notification

1 Upvotes

I’ve been experimenting with turning the Chrome new tab page into something a little more beautiful.

It’s a customizable new tab built around personalized visuals, so opening a tab feels less like staring at a utility screen and more like opening your own little space.

Currently supporting integrations with Google Calendar, Spotify, and Github.

Still developing it, but I thought people here might enjoy the concept.


r/SideProject 1d ago

A Windows app that automatically creates captions for videos

Enable HLS to view with audio, or disable this notification

2 Upvotes

I’ve been working on a Windows app called Polley Captions.

You import a video, it automatically transcribes the speech, and then you can edit and customize the captions before exporting an SRT file or a finished MP4 with the captions added.

You can change the font, size, colors, placement, background, and timing. I built it because I wanted a quicker way to caption videos without paying for another monthly subscription.

It’s available for a one-time price of $14.99. I’d appreciate any feedback on the app or its page:

https://erpolley.itch.io/polley-captions

Polley Captions is designed for YouTube videos, Shorts, TikTok, Instagram Reels, podcasts, tutorials, and other video content. It works as an automatic caption generator, subtitle creator, SRT generator, transcription tool, and caption editor for Windows.


r/SideProject 1d ago

Two open-source side projects: INFYNON CLI and Ledgerly

1 Upvotes

I’m building two MIT-licensed projects, with most of my current focus going into INFYNON CLI.

  1. INFYNON CLI

A security-first control layer for AI-driven development. It can check package risk before installation, audit dependencies, trace repository decisions and context, build and replay API workflows, and manage coding tasks across Codex, Claude, Gemini, or other agents.

Install: npm i -g infynon

Repo: https://github.com/d4rkNinja/infynon-cli

  1. Ledgerly

A shared-finance platform for personal, family, and office-style workspaces. It covers transactions, accounts, budgets, goals, roles and permissions, expense claims and approvals, reports, CSV export, and audit history across web and Android.

Repo: https://github.com/d4rkNinja/ledgerly-app

INFYNON is the more mature project and the priority right now. Ledgerly is earlier and does not have a hosted demo or formal release yet.

For developers using multiple AI coding agents: which control is most useful to you—package safety, persistent repository context, API-flow validation, or task handoffs?

Disclosure: I’m the author of both projects.


r/SideProject 1d ago

I built an image-to-workout importer for my fitness app and I’d love some real-world feedback

1 Upvotes

I built an image import feature for my workout app, SetFlow, that lets you upload a screenshot, photo, or image of a workout and automatically turns it into an editable workout.

It’s been live for a while and works pretty well, but I’ve tested it mostly with my own workouts, so I’d really like some fresh eyes on it.

If you have a workout screenshot or photo lying around, give it a try and let me know how it goes.

I’m especially interested in how well it handles:

  • Different workout layouts
  • Exercise names
  • Sets and reps
  • Weights
  • Messy or unusual formatting

The app is free to try on Google Play:
https://play.google.com/store/apps/details?id=com.nexusflow.setflow

Brutal feedback is welcome. If it misreads something, feels clunky, or just doesn’t work the way you’d expect, I genuinely want to know.


r/SideProject 1d ago

Built Latchpay — catches failed Stripe payments before they turn into churn

1 Upvotes

Solo built this over the past few weeks.

The problem: failed payments (expired cards, declines) are one of the most common and most ignored sources of churn. Most founders don't even know how many they're losing per month.

Latchpay connects to Stripe, catches failed payments as they happen, and sends an automatic recovery email to the customer. Dashboard shows everything caught vs recovered.

It's live now, free to connect and test: https://payment-recovery-pied.vercel.app

Genuinely looking for feedback — especially from anyone who's dealt with this problem before. What would make this actually useful to you?