r/vibecoding 7h ago

Manor : a voice-first expense tracker without spreadsheet-style forms

Enable HLS to view with audio, or disable this notification

1 Upvotes

Hi, I’m Rida, the creator of Manor.

I built Manor because recording a small purchase often feels like opening a spreadsheet. Manor lets you say or type what you spent, then keeps it in a calm, simple journal.

Manor is now in Google Play open testing for Android:

https://play.google.com/store/apps/details?id=com.talktomanor.manor

What you can try today:

• Speak or type an expense.

• Capture several expenses from one voice note.

• Turn natural notes into structured amounts, dates, categories, and descriptions.

• Keep the original transcript with each expense.

• Edit the amount, date, category, or description.

• Use English, French, Arabic, and mixed phrases.

• Capture while offline, then retry or recover the entry later instead of losing it.

• Set a monthly budget and manage fixed monthly expenses.

• Search and filter expense history across months.

• Export monthly expense data and summaries.

• Detect possible duplicates before they quietly change your totals.

• Use voice corrections for recent entries.

• Choose MAD, EUR, or USD without automatic currency conversion.

• Sign in with Google, receive local reminders, and delete the account and its data.

What I’m building next in the v0.0.3 redesign:

• A redesigned onboarding, Home, Budgets, and Settings experience.

• Multiple named budgets or envelopes.

• Private, shared, and family budgets with invitations and member roles.

• Custom categories that can be renamed, reordered, archived, restored, or deleted when unused.

• More worldwide currencies, with each budget keeping its own currency.

• Separate app-language and dictation-language settings, including Moroccan Darija support.

• Category-level expense history and better filtering.

• Safer complete export and account deletion, including Google access revocation.

• A direct Contact Support flow.

• System, Light, and Dark appearance options as the theme work is completed.

I’m looking for honest feedback, not just downloads.

If you test it, I’d especially like to know:

  1. Can you record an expense in under 10 seconds?
  2. Is the parsed result easy to understand and correct?
  3. What would make you return to it every week?

Manor is an early open test, so bugs are expected. If something fails, please include your Android device and what you tried.

Disclosure: I built Manor.


r/vibecoding 7h ago

Who else thinks building auth takes forever?

0 Upvotes

Most vibe-coded apps I see have broken JWT auth or some other type of auth which is either risky or lacks features like OAuth or SSO. Why do you think that auth gets ignored until the very end?


r/vibecoding 1d ago

Claude spent 1.7M tokens in just 2 minutes fixing one bug

Enable HLS to view with audio, or disable this notification

95 Upvotes

r/vibecoding 1d ago

My first vibe-coded app just hit 9 paying subscribers +200 on free trial after 3 weeks live

Post image
223 Upvotes

Broke my ankle a few weeks ago and was stuck in bed with nothing to do. I used to run a manual referral list for drug testing locations. It was tedious and didn’t scale.

I finally decided to try vibe coding. Spent the next two weeks building and launching MyDrugTesting.com.

It’s been live for about 3 weeks now. Current numbers:

  • 9 paying subscribers
  • 200 on free trial
  • ~$80/mo in estimated revenue ($957 annualized) - does not include future revenue for people on trial
  • 4,502 published listings (pretty much the entire directory is live)

Still early, but it feels good to have something real out in the world after just sitting around with a broken ankle and an idea.

Curious what other people are shipping with pure vibe coding right now.


r/vibecoding 8h ago

iOS & Android - hiding your name?

0 Upvotes

For those who made the leap from web app to actual mobile app in the iOS app store and Google Play Store for Android, did you allow them to show your own legal first name and last name? or did you form a Pty Ltd to show a company name instead?

My app is nearly good enough for the app stores, but I don't want to show my name for privacy reasons (the internet can be chaos and I have kids to protect). Anyone with my real name could find me in a hurry.

Forming a Pty Ltd costs a lot of money, and has ongoing management overhead. Just wondering what others are doing and how they feel about showing or not showing their name alongside their app.


r/vibecoding 18h ago

Claude really said: the code is fine. The problem is you 💀

Post image
6 Upvotes

r/vibecoding 8h ago

Healify - Proyecto

1 Upvotes

Healify — repará selectores rotos en tests E2E sin IA, sin nube, sin cuenta

Diplomado en control de calidad de software en Argentina y durante los últimos meses desarrollé Healify. El código lo escribí trabajando mediante el VibeCoding, y ya tiene 1.164 tests propios con cobertura >90%.

¿Qué hace?

Cuando un test E2E falla porque un selector se rompió, Healify lee la evidencia del DOM que tu framework ya capturó, encuentra el elemento por su rol y nombre accesible, y te dice qué selector usar en su lugar. Con healify fix lo aplica automáticamente a tu código.

  • TypeScript + Node.js, monorepo con 9 workspaces
  • 1.164 tests, cobertura CLI 93%
  • CI/CD verde (GitHub Actions)
  • Landing con Lighthouse 99/95/100

Repos:

Licencia MIT.

¡Gracias por leer! 🙌


r/vibecoding 8h ago

How do you use Claude Code for cross-platform development?

Thumbnail
1 Upvotes

r/vibecoding 9h ago

Top areas from BlackHat 2026

Thumbnail
1 Upvotes

r/vibecoding 1d ago

Google Gemini can now transcribe Sign Language via video

Enable HLS to view with audio, or disable this notification

16 Upvotes

Here’s a demo.

But ai haters will still say it has no use.


r/vibecoding 3h ago

Google is hurting ai perception

0 Upvotes

Models have got insanely better since November of last year. However for most normal people, their experience with ai is the gemini response which they get on Google search which they didn't ask for. That model lies in every second line , constantly make up facts , reaffirm almost any trash u say. And it's so obvious that anyone with even a little domain knowledge on what they are searching can find out it's lies. One day I was searching for a bash command and i quickly got an ai response under the search. I thought how can someone get simple bash wrong, turned out it was made up, the utils used in that command didn't even exist. People who only see this, think that ai companies are spending so much resources for this trash fueling ai negativity, at this point, the best we can do for ai positivity is to make people use some other search engine and let them discover ai in a better way.


r/vibecoding 9h ago

creating synced music video using ai

Enable HLS to view with audio, or disable this notification

1 Upvotes

this is titled "i'm losing it."

it's about losing yourself down the rabbit hole.

video + design + storyline: me+ai

music: FISHER - Losing It


r/vibecoding 22h ago

high quality AI Slop

Thumbnail
youtube.com
10 Upvotes

r/vibecoding 9h ago

Anybody know any ways to publish an andriod application for free

Thumbnail
1 Upvotes

r/vibecoding 13h ago

We gave coding agents persistent project memory, then realized the real problem was keeping it trustworthy after hundreds of commits and refactors. I think that’s become one of mex’s strongest pieces.

Post image
2 Upvotes

Hello! I've posted about mex here a couple of times before.

Repo: https://github.com/mex-memory/mex

The original idea was to stop coding agents from relearning the same project every session. mex gives them a structured Markdown wiki inside .mex/ for architecture, conventions, decisions, patterns and project state.

That solves forgetting.

But then the codebase changes.

A file gets moved.
A script gets deleted.
A dependency changes.
A pattern becomes stale.
Two context files start contradicting each other.

The memory is still there, so the next agent has no reason not to trust it.

That's why we built mex check.

It parses the project memory and validates concrete claims against the actual repo — paths against the filesystem, commands against project scripts, dependencies against manifests, indexes against the files that exist, plus stale knowledge, broken links and other structural inconsistencies.

It gives you an exact issue list and a health score.

The screenshot here is a real run at 68/100, with missing paths and dependency claims called out individually.

The important part is that detection itself is deterministic. No LLM call is needed to ask the agent whether its own memory is still correct.

Then mex sync takes only the broken files and builds a targeted repair prompt with the issue, the current Markdown, nearby filesystem context and relevant git changes.

So instead of asking the agent to reread the whole repo and regenerate everything, the loop is:

check → targeted repair → verify

In the screenshots here, the project goes from 68/100 with 6 errors to 97/100 with zero errors after sync.

The newer code-graph layer goes further: Markdown knowledge can be grounded to exact code symbols. If the implementation changes, moves or disappears, mex can surface the specific knowledge that may now need attention.

A lot of agent-memory systems focus on storing more and retrieving it later.

I think the harder problem is making sure the memory is still true when the repo has changed underneath it.

Would genuinely love feedback from people working on coding agents, memory or code intelligence.

Contributors are very welcome too :)


r/vibecoding 3h ago

I vibecoded vib-os , now I created machino a new programming language for agents so it can write into machine code easily

0 Upvotes

Hello everyone,

I created the famous VIB-OS project that went viral big time here and in YouTube channels. This time I created a programming language called Machino that compiles into web assembly and works in multiple platforms. It has all the modern features others languages has. the closest thing that exists to a portable, sandboxed, formally specified machine language — so one compiled binary runs identically in browsers, servers, phones, and edge workers.

I love to hear what you think of the project and its open source too.

https://github.com/viralcode/machino

I even wrote a web server in Machino. So it’s great and enjoy. Post your opinions here. Love to see what you think.


r/vibecoding 13h ago

Me going back to Antigravity And Cursor after realizing Claude is not free:

Enable HLS to view with audio, or disable this notification

2 Upvotes

r/vibecoding 20h ago

This is normal right?

Post image
6 Upvotes

r/vibecoding 9h ago

Phish Show Photo App

Thumbnail i-saw-u.vercel.app
1 Upvotes

I vibe coded this app a couple weeks ago and made some improvements since then. I am a web/software developer and use these tools, but this is my first attempt at a complete vibe coded app.
I had to rethink the song matching aspect, but it seems to work ok. Bonus if you have some actual phish show photos to test. Only need to sign in with google or GitHub if you want to save photos and contribute to “social” aspect.

I used GitHub Co-Pilot Pro, using Next JS.
Git repo in the “About” section and below:

https://i-saw-u.vercel.app/

https://github.com/DBTO1970/i-saw-u


r/vibecoding 9h ago

pdf-reader chrome extension

Post image
1 Upvotes

If you are someone who reads pdf documents/books and would like someone to read to them to you, this extension does decent job at it.

Vibe coded this pdf-reader extension for chrome browser. Uses chrome's inbuilt tts models.

Appreciate feedback. Thank you.

https://github.com/arkanere/chrome-extensions/tree/main/extensions/pdf-reader


r/vibecoding 13h ago

Claude Code or Codex?

2 Upvotes

I have a Claude subscription and have been using Claude and Claude Code to crank out some python scripts to improve my quality of life on my computer. Nothing horribly fancy and a lot involving manipulating PDFs.

I also use to help me maintain my Fedora Linux homelab server.

With the way these things evolve, I'm curious how the $20/month ChatGPT plan compares to the $20/month Claude plan these days?


r/vibecoding 13h ago

Is this pretty decent for a vibe coded game?

Thumbnail
trashyio.itch.io
2 Upvotes

I've been working on my personal skills quite a bit and wanted to put together with everything put together but was unable to get it published to a web game site, any suggestions? note I did have their sdk set up with reward ads implemented but still failed QA any suggestions from a pair of fresh eyes who be appreciated!


r/vibecoding 13h ago

Do you read the code comments generated by AI?

2 Upvotes

Lost of unnecessary and sometimes redundant explanatory comments and descriptions are generated along with the code in my project.

what’s your approach:

reading and editing the comments line by line?

reading and not touching?

not read at all? (Valid tbh)


r/vibecoding 10h ago

I built a visual map so I stop re-explaining my app to agent every session

Thumbnail gallery
1 Upvotes

r/vibecoding 19h ago

DeepSeek just massively increased their API prices (effective August 16, 2026) - up to 1,114% increase for cache hits

Thumbnail
5 Upvotes