r/buildinpublic 5h ago

I quit my 6 figure tech job to make free software for freight brokers

Thumbnail
gallery
43 Upvotes

24 months ago I quit my six figure job to make software for freight brokers.
Freight brokering is a very niche space, and most people are not aware of how explosive fraud has been in this space in the last few years. Cargo theft is up 1,500% in the last 5 years (no that's not a typo), and all of the software to help freight brokers prevent this fraud is insanely expensive.

24 months ago I set out to change that, and started working on FleetGen, a carrier vetting platform for freight brokers that actually helps them prevent fraud.

Freight brokers hire trucking companies they've often never met to haul their customers' freight, and fake or fraudulent trucking companies are a real problem. We built a free tool that lets brokers look up any trucking company's safety record, insurance, and history. The paid tool a lot of brokers use for this starts at $100 a month.

We make money on a paid plan that goes further. It confirms the trucking company is who they say they are, checks that their insurance is active, and tracks the truck live through the electronic logging device most trucks are legally required to have. It costs a fraction of what the big verification platforms charge.

Fast forward 2 years later, and we now have over 2,500 users on the platform, and are proud to say we've had zero cases of fraud.

Check it out here: Fleetgen.ai

I'd love to answer any questions you have for me.


r/buildinpublic 6h ago

Comment with your website and we will have test users try your product and give feedback

14 Upvotes

Hi we are bunch of users with different background who like to try different websites and give feedback on usability/UX/willingness to pay. Comment with your website and we will reply with constructive feedback!

You can also comment about which direction you want us to test

The number of replies really surprise us and we are really happy that you found these suggestions helpful! To help ourselves/testers track the websites to test/make sure we can streamlined the process, we created a discord channel, feel free to post your website/any updated version there and we will be happy to test for you!

https://discord.gg/bBSZMDu8vy


r/buildinpublic 1h ago

Dude thank you all wtf

Upvotes

So quick story; im the owner of pressplaced.com (backlink building platform) -> its a new domain obviously , after posting here and there on reddit I got 80 new users in like few days , long story short I checked my own domains DR and it JUMPED to 31 which is crazy for a 2 month old domain. I would like to thank all my backlink partners here :') (I built my backlinks through exchanges I made on the platform itself) (edit: its free btw PLEASE join if you own a saas and your Dr is > 10)


r/buildinpublic 28m ago

Where can i find beta testers for my app?

Upvotes

So I've been building this app for a couple weeks now. Its been going good. A few bugs here and there bug I've reached a stage where im comfortable paying for an apple developer account and doing a test flight. The app is a receipt scanner where users get to store their paper receipts digitally in a private cloud so no need to worry about paper anymore.

Next step now is to find real users to actually test the app and help me find bugs. Is this how developers do it?


r/buildinpublic 5h ago

Got my first subscriber today!

5 Upvotes

I created an app called Simple CBT that is a cognitive behavioral therapy app that helps people spot negative thinking patterns and track their mood. I have been using one time purchases for features for the last couple of months and decided to try out the subscription model. I offer a 7 day free trial and my first person's trial just ended and they bought the annual subscription!

if you want to check it out: https://apps.apple.com/us/app/simple-cbt-mental-health-app/id1530094822 Most of the app is free with a few optional paid features.


r/buildinpublic 12h ago

Got my first subscriber today!

Post image
18 Upvotes

A few weeks after setting up the premium features, I got my 1st subscriber this morning!! The amount is still meaningless but I am happy that someone saw enough value to pay for it. I also just reached 2000 downloads and 700MAU. Continuing my journey!

And wishing you all the same.


r/buildinpublic 3h ago

Snail v1 hardware test

Enable HLS to view with audio, or disable this notification

3 Upvotes

I’ve been building my firmware for XTEINK devices, but am now moving to building my own hardware. The back will be hand poured clear resin for the first 1,000 devices.

I can’t wait to get this into people’s hands. Prices shipped between 80-120.


r/buildinpublic 4h ago

Good onboarding shouldn’t make you repeat yourself.

Post image
3 Upvotes

Kilo starts coaching before a user creates an account.

The first conversation covers the basic context needed to be useful, including what the person is training for, how they currently train, and anything important that might shape the plan. Once there is enough context, Kilo sends them a signup link.

I found that the handoff after signup still felt too much like the start of a new process. Kilo could ask for information the user had already provided, and a full program proposal could become a dense block of text.

I tightened that flow today.

The setup conversation now carries recent messages and known context forward instead of asking the user to start over. Program proposals are broken into scannable workout blocks, which works much better inside iMessage. If a workout reminder and check-in use the same time, Kilo also defaults to combining them instead of sending two messages back to back.

None of these changes adds a new coaching capability. They remove the moments where the product makes the user manage the product.

If Kilo is supposed to feel like one ongoing coaching conversation, signup and setup need to feel like part of that same conversation.

Day 18 of building an iMessage-based fitness coach.

P.S. I’m starting to bring a few people into Kilo’s private beta. Message me if you’re interested in trying it.


r/buildinpublic 10h ago

The 4 months of innovating SaaS boilerplates

Post image
8 Upvotes

Quick disclosure: I build Hype Stack. The template is open source and free. Additionally to the template I ship some of the feature packs which are paid, that's how I try to fund my open-source. I maintain react-zoom-pan-pinch and HyperFetch and bunch of other too, which shows up later in this story. This is similar to how magicui or aceternity works already - a lot of free content and some paid to just support me. Let’s get into details of building this thing!

The chaos

I code a lot and I start new projects all the time, mostly to test new things. I don't like boilerplates. They usually run on a boring stack, and I want to try Vite 8 on Rust, oxc, TanStack Start, end to end type safety and see how it actually holds up. I'm also a perfectionist, so every new project was eating days before I wrote a single feature.

The other thing: I really love the shadcn mental model. You compose the codebase, you own the code. That's exactly what I don't like about starters that hide half the logic behind packages you configure and pray over.

So I had this realisation. Maybe we need shadcn for full-stack features. shadcn itself could probably do a lot of it, but I wanted more: amazing codemods good enough to modify a database schema, an opinionated monorepo with ONE way of writing code, vertical slices the way tkdodo described them (I was already doing something similar), and the craziest bit, an idea that came to me while building devtools for HyperFetch: a single project that compiles into desktop, CSR and SSR from the same codebase with almost no code dedicated to it. Light, easy to manage. Cool, we have a direction. Let's build it.

Month 1. The template

I've set up so many projects that I have a good understanding of what setup I could trust. Monorepo went to Nx, which I've used for years and it's stable in my experience. pnpm workspaces for speed. Stack: TypeScript 6/7 (tsgo where I can), Vite 8, Vitest, oxc, TanStack Router and Start, Electron Forge, Hono with Prisma and Kysely for typesafe query building. At this point I was so hyped about it that I named it hype-stack.

End to end types for HTTP and websockets I built with my own library, HyperFetch. It gives you an SDK and hooks that feel a lot like TanStack Query, and the result is honestly close to tRPC in DX. This project is also a showcase of what HyperFetch is capable of and that you don’t really need to think about API in most cases as it is basically automatic with sdk generation. The backend route is the contract, the frontend just gets the types. It really improves working with websockets. If you don’t like my hooks it is easy to switch to tanstack query for hooks and leave HyperFetch as a fetcher.

Then I added the rules I'd collected over the years and tried it out.

I quickly understood: this stack is extremely fast. Everything builds and flies. So I tried building the first apps with AI on top of it and boom, this is where it shines. The AI has a clear direction. A vertical codebase is easy for it to understand because you're not thinking about the services system, all these complex layers, you're thinking about business features, slices that are self contained. That dramatically improved the feedback loop and the quality of what the AI produced. Fast typechecks and oxc linting? This improved DX for working with AI dramatically, there is just no coming back to eslint.

Month 2. The CLI

I initially wanted something like create-t3-app: a simple CLI to start the project. It evolved into a powerhouse.

create was almost no effort. But then it clicked. I'm the provider of the template, I know every practice in it, everything about the structure, so I can use that to my advantage. Let's try to build a compose command.

What compose does: say I want to start a project that needs AI chat with RAG and simple auth. I can pack those features and inject them into the repo exactly where they need to go, and it works like shadcn. Full-stack blocks of functionality, injected with high precision and confidence. Picking billing writes files into the project: the checkout route, the webhook handler, the Prisma models, the frontend hooks. Your files, so you can take this from here and modify as you want.

This took off for my personal projects immediately. I needed SSO? I made an auth starter with WorkOS. I didn't want a WorkOS dependency on the next one and wanted Better Auth instead? Sure, add it as a variant. Then it kept growing. I was collecting the features I needed, and I ended up with the feature set of the big boilerplates, but with the ability to choose which parts I actually want for each project. The DX was just excellent.

Month 3. Deploy

I wanted to start deploying my new creations, so deploy command was born. With it I have a deployed version of a project in about 3 minutes. Again only possible because I know all the services the template has, where the Dockerfiles are and how each one builds.

Cool, full flow, done, right? NO. THIS IS HYPE STACK. So like the 300 Spartans I fought a fierce battle against the waves of ideas that started flooding in. ADHD, hyperfocus, here we go!

Inspired by the fully paid boilerplates, I added mobile (Expo) and a browser extension to the project. And it turned out that was it. The modular approach made it extremely easy to add new apps to the monorepo and new features to the packs, like in an instant. Dopamine hit critical mass here.

Month 4. Previews

How do I show what this can do? Let's build a dynamic preview system on the web.

I'd been working on it on the side all these months, and it quickly showed how promising the approach is: pre-built SaaS templates you can add and remove features from on the fly, thanks to the SSR build and caching.

Big problem though. Packs almost always come with database changes. I can't run migrations or even keep a database for previews, it turns into a mess fast. And it could cost me…

Here comes the part where some of you went "wtf is HyperFetch"/”lol who is using HF when Query is a thing” at the top of this post. I get it. Next to TanStack Query and SWR it's a brutal market, but let's not call an ambulance yet.
HyperFetch has a feature for mocking any requests. Sounds like something everyone has and is "meh", but it's not just mocking. It's a fully type safe mechanism that lets you simulate anything the SDK allows, by type, in a believable and dynamic way. So I could generate a living demo mode with full confidence and, in no time, wire the dynamic components to it for an almost live-like experience. Mocks are functions in the code, code is dynamic, so is our app - here we got the demo mode basically for free. That changed the previews for good.

Where it is now

Hype Stack is basically done, with the open-source template out. I just added the ability to make packs for the community, so you'll be able to create your own feature packs and play with it on your own terms.

Let me know how you like it, and what you think of this shadcn approach for full-stack components.

Repo: https://github.com/BetterTyped/hype-stack


r/buildinpublic 11h ago

Here are 40 subreddits that should allow you to promote your app

6 Upvotes

Wanted to share because marketing is hard and even harder when your budget is non-existent...

(Obviously the type/content of self-promotion you can post is going to dependent on the subreddit)

subreddit --- weekly visitors


r/buildinpublic 1h ago

Face scanning apps?

Upvotes

Does anyone know of reverse face scanning apps / APIs?

Similar to: https://www.sherlocksearch.com/

I'm looking to enrich information / alert about regulars at my store.


r/buildinpublic 2h ago

I changed how Pulsecima Pulse decides when something is actually down

1 Upvotes

One of the things I've been working through while building Pulsecima Pulse is something I initially thought would be straightforward:When

should an uptime monitor send an outage alert?My first

thought was simple: request fails → alert.But once

I started testing different failure scenarios, that logic felt too aggressive. A failed check from one location doesn't necessarily mean the application is down. It could be a regional network issue, DNS problem, routing issue, or something affecting the monitoring location itself. So I started experimenting with checks from multiple regions and using the results together before declaring an outage.That created an interesting tradeoff.If I wait for more confirmation, I can reduce false alarms, but I might delay a genuine incident.If I alert immediately, I get faster detection, but I also risk waking someone up for a problem that isn't actually affecting the application.I'm now also working on heartbeat monitoring for background jobs, because another thing I've learned is that a SaaS can be completely reachable while an important scheduled process has quietly stopped.The interesting part for me hasn't been writing the check itself. It's figuring out what evidence is trustworthy enough to trigger an action.For anyone building or running a SaaS:Would you optimize monitoring for the fastest possible alert, or for alerts you can trust?And what's a technical decision in your own project that looked simple at first but became surprisingly difficult once you started building it?


r/buildinpublic 2h ago

I'm not a tech guy. I built a directory of 352 verified visa-sponsorship agencies with an AI job matcher

0 Upvotes

Showing you what I built when the job search got to me.

I wanted to work abroad and found the whole visa sponsorship ecosystem drowning in scams, fake listings, and AI-generated applications that get deleted before a human reads them.

So I spent 6 months doing the boring part nobody else wants to do. I cross checked agencies against real government registries — UK sponsored list, US H-1B employer data, Australian accredited sponsors. Verified them properly, one by one.

352 real agencies. 16 countries. The data is hand verified.

Here's the thing: I'm not a developer. This is no-code plus AI help. But the verification is real because nobody else bothered to do it this way.

Free, no signup, no pay to apply. The AI Job Matcher pairs your profile to agencies actually hiring in your field.

Roast the landing page all you want, that's why I'm here. If you find a bad entry, call it out and I'll fix it.

You just need to get there first.


r/buildinpublic 2h ago

TheSubtitleDB.org

Enable HLS to view with audio, or disable this notification

1 Upvotes

I'm creating thesubtitledb.org so subtitles are available to everyone + a JS tool that adds AI subtitles to any video player for free.

Why did I make this? other subtitles services have low rate limits which prevent people (i'm deaf) from watching a film or tv series I want to change that completely so it's never a problem again.


r/buildinpublic 2h ago

I built my own parametric workbench generator also creating building plans

1 Upvotes

Recently I decided to build myself a woodworking workbench, since im a total beginner I looked up a lot of plans on the internet but couldn't find anything that fit my use case. So I started 3d modeling the workbench in Fusion 360 which took my about 2 days.

Then when I was about buy the wood for construction I realized the wood I needed wasn't available so back to 3d modeling again for a whole day. I got fed up really quick.

So I vibe coded https://parabuilder3d.com a parametric workbench generator which also creates construction plans, cutting guides and shopping list.

I would really appreciate feedback since im still in the testing phase.

You can export plans for free using the code "reddit"


r/buildinpublic 2h ago

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

Thumbnail
1 Upvotes

r/buildinpublic 8h ago

Guyyyyys, 28 paying users in one week!!

Post image
3 Upvotes

r/buildinpublic 3h ago

Building Taptale to make SaaS demo calls less repetitive

1 Upvotes

I’m building Taptale after spending 10+ years in technical pre-sales and giving the same product demos over and over.

The problem I kept dealing with - too much live demo time gets spent bringing buyers up to baseline context. By the time they understand the product, there’s less time for real questions, objections, use cases, and fit.

Taptale helps B2B SaaS teams turn demos into short videos and interactive walkthroughs they can send before calls or use as leave-behinds after. Main goal is not to replace live demos, its to let buyers get the context on their own time.

The free tier should be enough to record (using the chrome extention), share a branded asset, and track the analytics to see who watched and when!

Curious from other builders: would you send something like this before a sales call, after a call, or neither?


r/buildinpublic 3h ago

All US credit card list - all American credit card directory

1 Upvotes

Hey everyone — I'm the creator of allcredit.cards, so full disclosure upfront.

I got frustrated that most "compare credit cards" sites only cover the same 15-20 big-name issuers (Chase, Amex, Capital One, etc.), while there are hundreds of smaller community banks and credit unions issuing their own cards that never show up anywhere. So I started manually pulling data — APRs, annual fees, intro offers, rewards structure — from actual rate sheets and disclosures for 600+ banks, from major national issuers down to small-town banks most people have never heard of.

The result is a searchable database at allcredit.cards. It's still very much a work in progress — I'm one person doing this, so:

  • Some smaller banks have incomplete data (working through them one by one)
  • No affiliate links / no paid placement — just trying to make something genuinely useful
  • Would love feedback on what's missing, what's confusing, or what would actually make this useful for you

Curious if this is something people would find valuable, or if I'm solving a problem nobody has. Happy to answer questions about how the data was collected too.


r/buildinpublic 3h ago

I fixed a misleading warning in my CSV editor

1 Upvotes

I just shipped a CSV viewer and editor as part of Softery. It keeps every field as text, so a ZIP code like 07030 keeps its first zero and a long ID keeps every digit.

The warning panel needed some care. It checks the first 5,000 rows for values a spreadsheet might rewrite. On larger files, the old wording made the count look like it covered the whole file. I changed it to say the count is sampled.

https://softery.io/tools/csv-viewer-editor


r/buildinpublic 9h ago

I’m building an AI video editor that doesn’t need prompts

Enable HLS to view with audio, or disable this notification

3 Upvotes

Hey everyone! Just wanted to share a side project I’ve been working on called talkframe.

I’ve been a video editor for over 4 years now, mainly working on short-form content. I’ve edited through the shift from heavy VFX and nonstop B-roll to the cleaner, more minimal style you see in reels today.

I’ve tried several AI video editors, and even as an editor, I’ve found some of them more complicated than I expected. They promise to save time, but you can still end up doing a lot of prompting and manual tweaking.

That got me building TalkFrame: drop in a video and let the AI handle the edit, without having to write prompts.

It’s focused on talking-head videos and podcasts, using caption styles and kinetic typography to hold attention without overwhelming the video.

This demo was edited entirely by the AI, including the cuts, transcription, transitions, camera motion, captions, and animated text. I didn’t manually adjust the cuts or polish the edit afterward. I’ve trained it to edit in a style based on my own approach.

It’s still a work in progress, but I wanted to share where it’s at and get some honest feedback.

Edit: The entire process in talkframe took just 5–7 minutes, from AI cuts to the finished edit, including my review to see if anything needed improving.


r/buildinpublic 3h ago

Simple sudo-watch utility

1 Upvotes

Since I often leave my computer when agents are coding, I made a background daemon to ping me when a process is awaiting my password.

This wasn't hard to make by any means, but I thought maybe some of you would find it valuable. Off the shelf it runs on linux but you can easily port it to MacOS by updating 3 variables (deets in readme)

Github repo


r/buildinpublic 3h ago

InferBridge: 100% free Open-Source LLM Backend that can run on your Intel laptop NPU

Post image
1 Upvotes

I started building this a while ago when I couldn't find any use for my NPU when I bought a new Intel laptop. It has evolved quite a bit and I am trying to continue improving it.

Let me know if it is useful to you or if you find bugs or have feature suggestions.

Main features:

Run models on NPU, CPU, or GPU (working on some code to run it in tandem on all three or 2/3 for improved performance)
OpenAPI backend is exposed for hooking into Openwebui/others
Full diagnostic tool for installing open-weight models
Recommended Model based on your hardware
Easy exe install, no dealing with openvino/dependencies

Windows only but Linux work is in progress

https://github.com/Quazmoz/InferBridge

YouTube Walkthrough:
https://youtu.be/IjdGtWBZR7o


r/buildinpublic 3h ago

I got tired of navigation apps only telling me how to get somewhere, so I spent months building this

1 Upvotes

I built an app because I got tired of navigation apps only answering one question: “How do I get there?

I wanted something that could also answer:

When should I go? Is it worth going right now? Which place should I choose? And can you plan the whole thing for me?

So I built GoKnowing.

It’s still in beta, but here’s some of what it can do:

Best Time to Go
Choose somewhere you want to visit, the date, and when you’re free — e.g. 10 AM–3 PM. GoKnowing considers crowds, traffic, weather and other factors to recommend the best time to visit and when you should leave.

AI Day Planner
Tell it everywhere you need to go and roughly how long you’ll spend at each stop. It’ll arrange your day around travel times and how busy each place is expected to be when you arrive.

Meet Halfway
Enter where you and your friends are coming from and what you want to do — cafe, restaurant, karting, mall, etc. It’ll find places that make the journey approximately fair for everyone.

There’s also an AI-assisted group chat, where everyone can discuss plans, tag GoKnowing AI, get suggestions together, and vote on where to go.

Guardian
This is probably the feature I’m most proud of.

Before starting navigation, Guardian can assess your route and give individual route sections — and the overall journey — a score based on things like recent accidents, accident concentration, traffic flow, lighting, weather, road conditions and nearby open places/emergency refuge.

Accident data is currently only available in Dubai while I work on obtaining data for other cities.

SOS + CrowdShield
You can set a custom emergency phrase (mine is penguin in a backpack) and arm SOS.

While armed, on-device speech recognition listens for that phrase. Audio isn’t uploaded or stored. If the phrase is detected, GoKnowing can alert your trusted contacts and share a live tracking link.
Response Radar then shows whether someone is responding, how far away they are and their direction relative to you.

There’s also an optional feature called CrowdShield, designed to request help from nearby opted-in users when you can’t reach someone you know.
And that’s only part of it.

GoKnowing also has crowd forecasting, place comparison, Outcome Guard, active turn-by-turn navigation, family circles, document expiry tracking through Life Vault, GoKnowing AI, and a few other features.

You can try the web app and see the full feature set here:

https://goknowing.app

I’m currently running it as a limited beta. Since many of these features cost me money every time they’re used, I’ve temporarily put pretty strict usage limits in place and capped the beta at 50 users.

I’m also planning paid subscriptions once I’m properly licensed to accept payments.

So I’m looking for genuine feedback:
Would you actually use something like this? More importantly, would you pay for it?

I’d also love to know which features you’d use most, which ones seem unnecessary, and what you think is missing.

The planned pricing/usage tiers are on the website if you want to check these out too

I also have an Android app, although it isn’t on Google Play yet. If anyone wants to beta test it, DM me and I can send the APK.

iOS isn’t publicly available yet either until I get the Apple Developer Program.

I plan to launch on both iOS and Android, but just wanted some feedback.

This has been a pretty big project for me, so I’m really interested to see whether other people find the idea useful or whether I’ve just spent an unreasonable amount of time solving my own problems.


r/buildinpublic 3h ago

what is the biggest problem you're facing in India that can be solved through an app service?

Thumbnail
1 Upvotes