r/VibeCodersNest

Free no ads/no account COMPASS app with your own locations
▲ 5 r/iosapps+1 crossposts

Free no ads/no account COMPASS app with your own locations

Hi folks,

When me and my family travel, we like to sometimes try to point which direction our home is, granparents house... To check how close we pointed to we used to use maps but it was painful to do so.

So I wrote a very simple app which is very much a compass but you can add locations so you can easily know the direction of that location and not only North and south...

Its free, no ads, no subscription nor accounts. Just download and use.

Have a look to test your direction skills and share feedback if you have any.

It is released for android and IOS

Thanks

u/EngineeringSimple409 — 6 hours ago

Vibe coded a site to showcase vibe-coded apps in a vibe coded community

The site is called AnyPlace — it's a place to submit and browse apps built with AI. You can link your app, add a screenshot or two, say which AI you used, how involved you actually were, and what state it's in. Figured this community might want somewhere to put their stuff that isn't just a GitHub repo. No judgements. Even the little things you made to help out that no one would normally ever see.

To make the site I used Claude as the primary coding assistant (The Claude app on Bazzite through the aaddrick/claude-desktop-debian project on Github - because of course there is no app for Linux yet - not angry just disappointed), PHP 8.2 + MySQL on the backend, vanilla JS on the front — no frameworks. Hosted on a cPanel server. Yes that is all I can afford at the moment.

I had little to no backend experience going in. The whole thing is vibe coded — I'd described what I wanted, Claude would write it, I'd test it, something would break, we'd fix it. Repeat.

The trickiest parts were things I didn't even know were problems until they broke in production. Config files needed to sit above the web root so they weren't publicly accessible. The PHP router used match(true) and I kept getting the wrong pages because specific routes have to come before generic ones — took a while to figure out why. Screenshot uploads worked locally and silently failed on the server because the MIME detection method I was using behaved differently. Security stuff like CSRF tokens, rate limiting, and CSP headers I wouldn't have thought of at all without being walked through it and when I say walked through, I mean it held my hand all the way.

You still need to understand enough to know when something's wrong. The AI doesn't know your server config or that your upload directory needs an .htaccess file to stop PHP execution. That context has to come from you. But for getting something real off the ground without a traditional dev background — it works.

Would love to see submissions if anyone wants to add their projects.
Please go easy on me as I am doing this solo, but I will do my best to address any questions or concerns.

reddit.com
u/Chameleon-Saint — 5 hours ago

Vibe coded a cozy farm sim game in 6 hours

Next up, add 10 nights win condition - the Farm has survive 10 nights of attacks from different beasts and ghosts

u/sharkymcstevenson2 — 11 hours ago
I vibe-cobed a game where you harvest user data, bribe lawyers and pretend to care about privacy. Basically a Zuckerberg simulator.

I vibe-cobed a game where you harvest user data, bribe lawyers and pretend to care about privacy. Basically a Zuckerberg simulator.

Built with React/TypeScript + Capacitor for Android. Used Google Antigravity with Gemini and Claude as agents.

I designed the systems, wrote the prompts, reviewed every implementation plan before the agent started building. That part worked really well.

One thing I learned: treat yourself as the senior developer. The agent writes code but you own the architecture. As the game grew — more systems, more state, more panels — I started being explicit about what the agent was NOT allowed to touch:

"Do not modify the audio system."

"Do not refactor anything outside this component." etc.

Without those boundaries Gemini Flash would occasionally decide to helpfully reorganize something that was already working. It always ended badly.

The hardest part was Android audio. Spent a week on a bug where music wouldn't start on launch. Tried audio sprites, double buffering, singleton patterns, priming tricks — nothing worked.

Turns out Android WebView simply does not allow audio to play until the user has touched the screen. That's it. That's the rule. A week of debugging a browser policy.

Sometimes the bug is not in your code.

The agent just needs to know what not to touch.

https://play.google.com/store/apps/details?id=com.metaman.dopaminedan

u/BasicSith2 — 10 hours ago
Launched my new product vanishprinciple.com. Get ready for your stealth interview and your next offer.
▲ 2 r/microsaas+2 crossposts

Launched my new product vanishprinciple.com. Get ready for your stealth interview and your next offer.

u/Complete-Ad-240 — 6 hours ago
▲ 3 r/vibecoding+1 crossposts

I built a minimalist time-blocking tool for my own daily use. no data risk, data stays in your browser.

Why I built this:

I built a time-blocking/time-boxing website for my own personal use which is heavily inspired by timebox.so.

The Privacy benefits:

  • Zero Data Risk: Your data never leaves your machine. Everything is stored in your browser.
  • Export/Import: Since it's local-only, I added a feature to export your data to a file so you can move it or back it up manually.

Link: https://nitish-17.github.io/Timebox/

Source: GitHub Link

nitish-17.github.io
u/EitherComfortable265 — 8 hours ago
Free no ads/no account COMPASS app with your own locations

Free no ads/no account COMPASS app with your own locations

Hi folks,

When me and my family travel, we like to sometimes try to point which direction our home is, granparents house... To check how close we pointed to we used to use maps but it was painful to do so.

So I wrote a very simple app which is very much a compass but you can add locations so you can easily know the direction of that location and not only North and south...

Its free, no ads, no subscription nor accounts. Just download and use.

Have a look to test your direction skills and share feedback if you have any.

It is released for android and IOS

Thanks

u/EngineeringSimple409 — 6 hours ago
I built a `/focus` command for Claude Code — instant context loading from persistent memory

I built a `/focus` command for Claude Code — instant context loading from persistent memory

I've been building AI-IQ, a persistent memory system for AI agents. Just shipped v5.7.0 with a new `focus` command and submitted it to the Claude Code plugin marketplace.

**The problem:** Every Claude Code session starts fresh. You waste the first few minutes explaining what you were working on.

**The fix:** `memory-tool focus "my-project"` instantly loads:

- Relevant memories (hybrid search: keyword + semantic + graph)

- Knowledge graph entities, facts, and relationships

- Open predictions and beliefs

- Pending TODO items

- Suggested next actions

It's like a "previously on..." recap for your AI.

**How it works:**

- Single SQLite file = your AI's brain

- No cloud, works offline

- `pip install ai-iq`

- Also submitted as a Claude Code plugin — install with `/plugin marketplace add kobie3717/ai-iq`

Other features: beliefs with confidence scores, predictions you can resolve over time, knowledge graphs, dream mode (AI memory consolidation), FSRS-6 spaced repetition for natural memory decay.

GitHub: https://github.com/kobie3717/ai-iq

PyPI: https://pypi.org/project/ai-iq/

u/kobie0606 — 6 hours ago
The game changer full transparency

The game changer full transparency

hi. it was suggested that I share this here. The repo is my theory, proof of concept with working code examples, and every last detail in the readme explaining how to implement it.

https://github.com/loknar1980-xgen/cognitive-architecture

24 files, 4,465 lines. Three pillars with working code, the unified theory, coined terminology. I would really like feedback , or to see what everybody is doing with it, or how they change it or make it better. I just love to see where it goes and what it emerges into with different minds taking it wherever it's going to end up. If anybody'd be willing to share.

u/Loknar1980 — 8 hours ago
I built two apps about meal-creation and anti food-waste. What do you think?
▲ 7 r/SideProject+3 crossposts

I built two apps about meal-creation and anti food-waste. What do you think?

Hi everyone! I’ve been working on a mission to kill the "fridge paralysis" cycle—that moment you stare at a full fridge, feel overwhelmed, and order expensive takeout anyway.

I’ve built two separate tools to tackle this from different angles and I need your "brutal" feedback on which logic actually works for you.

The Apps:

  1. FridgeHero (https://fridgehero-mealgenerator-antiwaste.base44.app): This is for the "now." It takes the random ingredients you already have (especially the ones about to expire) and generates smart recipes. The catch? Every time you cook, it calculates exactly how much money you’ve saved and your CO2 reduction impact. I want you to see the "win" for your wallet and the planet.
  2. AegisTable (https://aegistable-mealplanner-antiwaste.base44.app): This is for the "future." It generates fully customizable meal plans based on your specific diet and allergies, then organizes everything into a calendar to remove the 5 PM stress.

My Strategic Dilemma: I’m at a crossroads. Do you prefer having small, single-purpose tools that do one thing perfectly, or would you rather see all of this merged into one "Super App"? Also, is the "Money/CO2 saved" tracker a feature you'd actually check, or is it just a gimmick?

I’d love for you to test them!

Roast my logic—I’m here to learn and improve!

u/Emavike — 2 days ago
I built 3 iOS apps recently with Claude Code and surprisingly, they’re actually being used daily.

I built 3 iOS apps recently with Claude Code and surprisingly, they’re actually being used daily.

A few weeks back, I challenged myself to stop overthinking and just ship. No perfection, no endless polishing, just build something useful, simple, and real.

So I built three apps.

First came Drink Now: Water Reminder App.

It started as a small idea - just simple reminders to drink water during the day. But it turned into something people genuinely rely on. Clean UI, smart reminders, and no clutter. It does one thing, and it does it well.

Then I worked on Handwritten Quick Notes.

I’ve always liked the feeling of writing on paper, so I wanted to bring that into a digital experience. This app lets you create natural-looking handwritten notes - simple, personal, and distraction-free. It’s now something I (and others) use for quick thoughts and daily notes.

The third one is Bloom Studio: Photo Editor App.

This was all about creativity. A lightweight photo editor with a clean interface, focused on making editing feel easy and enjoyable instead of overwhelming. No complicated tools - just what you actually need.

What’s interesting is - none of these apps were built with a “perfect product” mindset.

They were built fast, improved continuously, and shipped early.

And that changed everything. Instead of sitting on ideas, I now focus on execution.

Instead of waiting for the “right time,” I just start.

u/Dismal-Perception-29 — 6 hours ago
I built a tiny Mac app to "Glance" at my screen with AI (Free & Open Source)

I built a tiny Mac app to "Glance" at my screen with AI (Free & Open Source)

Getting tired of taking 50 screenshots a day just to ask Claude to explain code errors, uni work, and of course cheating in tests. So I built a shortcut.

It’s called Glance. How it works:

  1. Hit Cmd+Shift+G.
  2. Drag a box over anything on your screen.
  3. Ask a question.
  4. The AI (Claude) explains it in a floating window that stays on top while you work.

Privacy & Cost: I didn't want to deal with subscriptions or user data, so it's a "Bring Your Own Key" app. You just paste your Anthropic API key, and it runs directly from your Mac (stored in your Keychain). I don't see your data, and it costs $0 from my end.

Important:

  • It’s a beta.
  • Apple Silicon only for now (Intel build coming soon).
  • Since I’m a solo dev and haven't paid Apple $99 for a license yet, you have to Right-Click > Open it the first time.

GitHub / Download: https://github.com/OscarWhiteman/glance/releases/tag/v1.0.0-beta

u/Many_River_6435 — 23 hours ago
I built TrimTrack—a simple way to manage haircut history and try new hairstyles

I built TrimTrack—a simple way to manage haircut history and try new hairstyles

Hi r/VibeCodersNest!

I came across this subreddit through r/AppBusiness and wanted to share my journey of building and shipping TrimTrack!

I have a very specific problem: I can never remember the haircuts I actually liked. I'd scroll through my camera roll for 10 minutes looking for that one cut from 8 months ago, give up, then try to describe a "vibe" to my barber and get something completely different.

So I built TrimTrack — a haircut journal for people who care about their hair but terrible at remembering what worked. Additionally, this app helps people try out new styles before having the cut in real life.

What it does:

  • Simple Haircut Form: Log every haircut with photos, style name, barber/shop, rating, and notes
  • AI Stylist: upload a selfie and preview yourself in a new hairstyle before committing
  • Visual Haircut History: Pull up your history and show your barber exactly what you want (4 photos per entry)
  • Simplified Expense Tracking: Track spending over time with charts and projected costs

The AI feature is something I'm proud of — you pick a style category or describe your own look, and then I have Gemini's Nano Banana 2 generate the photo. It's super realistic and grounded on just changing your hairstyle.

How I built this app:

Firstly, I started with the idea itself and planned out key User Journeys + target audience. Once I had this figured out, I played around with Gemini 3.0 and 3.1 Pro to build out the initial skeleton using React Native, Expo and Supabase.

I did initial testing with family and friends and continued to iterate. After what feels like weeks, I started using Claude Sonnet + Opus and saw significant efficiencies in my development. Obviously, AI can and will hallucinate things so after every feature update, I picked up core skills needed to implement projects with Claude (skills, agents, memory, rules). Lastly, I then tested the app manually before any production release and setup testing frameworks (Jest) for unit/e2e/integration testing.

I would love any feedback on:

  1. What's missing, what's confusing, or what would actually make you use this day-to-day?
  2. How do I market TrimTrack and get more users organically? I'm trying out Reddit, sharing with family/friends, building live on X, and next will be trying out TikTok.

TrimTrack as shown on the App Store

reddit.com
u/Ronak6 — 19 hours ago

building my own agentic coding tool

I like using the terminal with Claude Code and OpenCode. but I was looking for a terminal style experience with a visual directory and git.

Launchpad is a lightweight macOS desktop app that puts your terminal front and center, then wraps it with everything you need to actually get work done — a file browser, a real code editor, a visual git workflow, an AI agent, and a settings panel. All in a single ~8MB native app.

No framework. No Electron. Rust + vanilla JS.

still some bugs to work through but its coming along pretty nice.

u/CommitteeDry5570 — 19 hours ago
Image 1 — Built an Android + Mac sync app in Kotlin and Swift with AI assistance - shipped 3 weeks ago and already crossed $600
Image 2 — Built an Android + Mac sync app in Kotlin and Swift with AI assistance - shipped 3 weeks ago and already crossed $600
Image 3 — Built an Android + Mac sync app in Kotlin and Swift with AI assistance - shipped 3 weeks ago and already crossed $600
Image 4 — Built an Android + Mac sync app in Kotlin and Swift with AI assistance - shipped 3 weeks ago and already crossed $600
Image 5 — Built an Android + Mac sync app in Kotlin and Swift with AI assistance - shipped 3 weeks ago and already crossed $600
Image 6 — Built an Android + Mac sync app in Kotlin and Swift with AI assistance - shipped 3 weeks ago and already crossed $600

Built an Android + Mac sync app in Kotlin and Swift with AI assistance - shipped 3 weeks ago and already crossed $600

I know Kotlin and Swift so this isn't purely vibecoding, but AI was a genuine co-pilot throughout the entire build. Wanted to share because the technical challenge here was unusual.

The app is called Bounce Connect. It bridges Android and Mac wirelessly over local WiFi. SMS from your laptop, WhatsApp calls on your Mac screen, file transfers at 120MB/s, clipboard sync, notification mirroring. No cloud, no middleman, fully AES-256 encrypted.

The hardest part of this kind of project is that you're building two completely separate apps on two completely different platforms simultaneously. The Android companion app in Kotlin and the Mac app in Swift. Neither app is testable without the other working. If the WebSocket connection drops you don't know if it's the Android side or the Mac side. If a feature breaks you have to debug across two codebases, two operating systems, two completely different APIs at the same time.

AI helped enormously here. Not for writing code blindly but for thinking through the architecture, handling edge cases in the connection layer, implementing AES-256-GCM encryption correctly, and getting mDNS device discovery working reliably across both platforms. The back and forth for debugging cross platform issues saved me weeks.

Shipped 3 weeks ago. Crossed $600 in revenue at $10.99 one time purchase with no subscription.

bounceconnect.app

u/Technical-Relation-9 — 21 hours ago

Webflow vs Emergent - should designers even care about Emergent?

I’ve used Webflow quite a bit for landing pages and small sites, and it’s honestly hard to beat when it comes to design control and clean output. But recently I came across Emergent while exploring newer tools, and it made me think about Webflow vs Emergent. At first it didn’t even feel like a fair comparison. With Webflow, everything is very clear:

* you design visually

  • you control structure and responsiveness

  • you know exactly what’s going on

Emergent felt a bit confusing initially. Like you’re not really “designing” in the same way. But after trying it a bit, it was surprisingly good at pushing out something functional really fast, especially when the goal was more than just a landing page. Still… it’s new, so I’m not fully sure where it actually fits. So I’m curious:

* Has anyone here actually tried Webflow vs Emergent in a real project?

  • Would you trust Emergent for anything beyond quick builds?
  • Or is Webflow still the go-to because of control and predictability?
  • Do they even overlap for you, or completely different use cases

Feels like Webflow is more “design-first” and Emergent is more “build-first”… but not sure how that plays out long term.

reddit.com
u/Flat-Librarian-609 — 23 hours ago
I made a Chrome Extension called AniMates to make browsing more fun

I made a Chrome Extension called AniMates to make browsing more fun

Most Chrome Extensions are for productivity, but AniMates is for the "vibes." It adds a virtual character to your browser that reacts and keeps you company while you surf the web

  • Playful Interactions: Your character doesn't just sit there—they perform fun animations, react to your browsing, and pull off some hilarious stunts right on your web pages.
  • Social Presence: You’re not alone! You can see the AniMates of other users.
  • Real-time Chat: Spot someone else? Strike up a conversation! You can chat with other users through their virtual characters in real-time.

Website: animates.aistudiox.org

Looking forward to your thoughts! 🚀

u/PuzzleheadedSea7262 — 24 hours ago
Vibe coders are building incredible things. Nobody is seeing them. That needed to change. <3

Vibe coders are building incredible things. Nobody is seeing them. That needed to change. <3

A few weeks ago I was sitting at my desk, scrolling through vibe coding projects across Reddit, Twitter and Facebook.

The stuff I was seeing was genuinely impressive. People building real apps, real tools, real businesses — with nothing but an idea and an AI. No computer science degree. No years of experience. Just curiosity and determination.

But something bothered me. 😅

Every single one of these projects was scattered. A post here. A tweet there. A comment buried somewhere in a Facebook group. There was no place where the vibe coding community actually lived together.

So I spent the last few weeks building one.

checkmyvibecode.com — a community platform built specifically for people who build with AI. You submit your project, share the full story behind it — how long it took, what it cost, which tools you used — and the community discovers it, upvotes it, and gives you real feedback.

No algorithm burying your work. No getting lost between memes and unrelated posts. Just builders finding other builders.

I’m not going to pretend this is a finished product. It’s early. But I’m building it in public and I genuinely believe the vibe coding community deserves its own space on the internet.

If you’ve built something with AI — submit it. I’ll personally check out every single one and feature the best ones on the platform for free. :)https://checkmyvibecode.com

u/Wide_Row_8731 — 4 hours ago
Week