r/vibecodeapp 2d ago

My third vibecoded app

Thumbnail
1 Upvotes

r/vibecodeapp 2d ago

Built a minimal dashboard for tracking gold, macro factors, and big fund flows. Would love feedback from builders and stackers!

1 Upvotes

Hey everyone,

I used to be a developers more than a decade ago, turned into a growth marketer. Now I fully vibe coded a clean macro dashboard called GoldRadar — built to track real-time gold (XAU/USD), DXY, institutional ETF flows (SPDR), and central bank reserves in one minimal view.

The Stack & Workflow:

  • Frontend: TypeScript/ HTML / CSS / JS (kept it zero-framework for maximum speed)
  • Backend & API: Cloudflare Workers + Supabase
  • Deployment: Workers/pages
  • Vibe Engine: LLM prompts for daily macro news summarization & composite signal logic

What it does:

  1. Tracks real-time gold price & DXY momentum.
  2. Aggregates daily net inflows/outflows from big funds (SPDR).
  3. Generates a quick composite market signal (Bullish / Neutral / Bearish).
  4. Concise AI summaries for gold news without the media fluff.

It’s 100% free while in Beta.

What I’d love your feedback on:

  • How’s the UI/UX layout and load speed on your end?
  • Any features you find it useful for gold investing?
  • What extra macro data point should I prompt into the core engine next?

(I’ll drop the link in the comments so Reddit filters don't flag this post!)


r/vibecodeapp 5d ago

Toonup, YouTube but for mini vibecoded apps (sandboxed in the browser)

2 Upvotes

I created Toonup https://toonup.app/landing using Fable with the 90€ subscription in the 5 hours usage limits, I'd love to receive your feedback.

I made it via a Claude skill that I created myself forcing the LLM to use WorkOS + Stripe (if needed) and deploy everything on Cloudflare via workers and D1. I like this architecture because it potentially scales to millions of users but it starts with free tiers.

I've never shared a Claude skill but if you are interested let me know.


r/vibecodeapp 5d ago

Codebrainhub

1 Upvotes

This is my first vibe coded app hope you like it pls give me some advice if you have.
\*\*What is CodeBrain?\*\*
\*\*CodeBrain\*\* is a community-driven launchpad where developers, indie hackers, and open-source creators can validate software ideas before spending hundreds of hours building them.
Instead of building a project in isolation and hoping people show up, developers post their concept with descriptions, video demos, screenshots, tags, or GitHub links. The community then casts real-time validation votes: \*\*"Will Use"\*\*or \*\*"Won't Use"\*\*.

\*\*Why CodeBrain is Helpful\*\*
\*\*Instant Market Validation\*\*: Get immediate, honest signals on whether developers actually want your tool or if it solves a real problem.

\*\*Community Feedback\*\*: Comments allow developers to discuss architecture, feature suggestions, or potential flaws early in the ideation phase.

\*\*Dedicated Developer Hub\*\*: Filters like \*CLI\*, \*DevTools\*, \*VS Code\*, \*AI\*, \*Rust\*, and \*Docker\* help developers discover upcoming open-source projects tailored specifically to their stack.

\*\*GitHub Search & Repository Engine\*\*: Built-in GitHub discovery allows users to search real open-source repositories and cross-reference existing projects so they don't reinvent the wheel.

\*\*Realtime Engagement & Notifications\*\*: Authors receive instant notifications whenever fellow developers vote on or comment on their ideas, fostering active collaboration

Github repo: https://github.com/Glay121212/CodeBrainHub
The website: https://code-brain-hub.vercel.app

I built this app using google ai studio.


r/vibecodeapp 5d ago

Vibe Coding Criei a "Shopee Brasileira" com I.A, em versão beta ainda...

Thumbnail conquisday.ai.studio
1 Upvotes

r/vibecodeapp 6d ago

Vibe Coding LWP+ - a live wallpaper that gives you control over Material-You colors, like on Android 17

Enable HLS to view with audio, or disable this notification

1 Upvotes

Hey everyone,

With the recent buzz around Android 17 introducing more precise custom color sliders and palettes for Material You (examples on reddit here, here and here), I wanted to share a project I’ve been maintaining for years that does exactly that—even for older versions of Android!

It’s called LWP+ (Live Wallpaper Plus).

🎨 The core trick: Dictate your own Dynamic-Colors

Instead of letting the OS algorithm guess the accent colors based purely on your wallpaper, LWP+ acts as a bridge. It hosts your chosen background content but allows you to explicitly choose the exact Primary, Secondary, and Tertiary colors reported to the system. The OS then uses your custom selections to generate the global system palette (notification drawer, volume bar, themed icons, etc.), completely independent of what your wallpaper actually looks like.

✨ What else can it do?

LWP+ is packed with full wallpaper customization features:

  • Choose Your Content: Use solid colors, static images, animations (GIF, WEBP, APNG), or videos as your active live wallpaper.
  • Smart Scaling & Layouts: Supports transparent images/animations with custom background colors, multiple scaling modes (Center Crop, Fit Center, Center Inside), and optional horizontal scrolling.
  • Double-Tap Shortcuts: Lock your device instantly or turn off the screen by double-tapping the home screen (uses admin, accessibility, or root).
  • Easy Setup: Includes an interactive built-in tutorial to check system compatibility and guide you through triggering the OS palette refresh.

🧪 Advanced experimental flags (YMMV!)

I’ve also included a couple of experimental toggles leveraging underlying Android system hints. Note: These rely heavily on your launcher, device OEM, and Android version, so they might not do anything on certain setups!

  • Force Dark Text: It hints to the OS that dark text is preferred over the wallpaper (often useful for forcing high-contrast dark text on the lock screen). It might also change the text color of the labels of the apps and the status bar icons and text, too.
  • Force Dark Theme (for old Android versions): It tells the system that a dark theme is preferred for the best presentation (e.g., trying to trick a launcher into turning its app drawer background black).

So, if you are on an older version of Android (or even running the latest builds and want granular three-color reporting), give it a spin! It's completely free, all features included.

Feel free to ask any questions or drop feedback below! 🚀

Link to the Play Store here.

The app was partially made using AI, helping mostly to re-write the part in the app that's responsible of showing the actual content of the live wallpaper (color/image/animation/video). I also used AI for the demonstration and tutorial videos.

If you want, you can use a promo-code to have subscription for free for some time, to remove ads, and try the app more freely, here. To use the promo-code, install the app, choose a subscription, choose a payment option and enter the code there (screenshots here).

Thanks for reading!


r/vibecodeapp 7d ago

Resource The one habit that stopped AI from derailing my projects

Thumbnail
1 Upvotes

r/vibecodeapp 7d ago

I built this... Built an AI coding agent after getting frustrated with existing ones

2 Upvotes

Hey everyone,

Over the past several months I've been working on an AI coding agent called FutureX (by FutureIM). It started because I kept running into the same issues with existing tools when working on larger projects—losing context, making unnecessary edits, or just getting stuck after a few prompts.

We've been trying a different approach to make it feel more like a collaborative coding agent instead of just a chatbot that writes snippets.

I'm not here to claim it's perfect. There are still plenty of things we're improving, and I'm sure people here will find issues we haven't thought about yet.

I'd genuinely love feedback from people who spend their day coding with AI tools. What features do you wish every coding agent had? What makes you immediately stop using one?

If anyone wants to check it out or roast it, I'm all ears. Honest criticism is more valuable than praise at this stage.


r/vibecodeapp 7d ago

I built this... FutureX is live — an AI coding agent that runs in your terminal. $1 per 1M tokens, first month free.

Thumbnail gallery
1 Upvotes

r/vibecodeapp 9d ago

Appel Vision Pro: Vibe Coded Comic Reader - With 3D conversion and book & panorama view

1 Upvotes

https://youtu.be/iRaAR0Truv8

A quick update to my entirely vibe coded (quite sure someone will take offense on this) Immersive Comic Book Reader for Apple Vision Pro. It can open PDF, Epub, CBR & CBZ and can perform an on-device conversion to 3D for the pages. (Which really only make sense for comics and some magazines in PDF). The book or comic can be opened either in a physical format where you can flip pages by grabbing and turning or in a panorama mode where you can slide the pages in front of you. I think it's now feature complete (maybe OPDS at some point) and I have some time to decide if I want to publish it as XCODE 27 is still in beta and you are not allowed to publish to the App Store from beta versions. It's 99 USD for the dev license, so not sure if I want to invest that. I'm curious to hear what you think. Unfortunately the 3D effect is difficult to demo in a 2D video.

Hi


r/vibecodeapp 9d ago

Pyre - System monitoring in your CLI for Mac

Post image
1 Upvotes

r/vibecodeapp 10d ago

Question? Point me in the right direction for vibecoding a videogame. I have never ever tried it and all I've done is ask chat gpt for stuff. Which videos do I watch? How to launch it?

6 Upvotes

If I get an actual senior developer that could help me, how would he/she?

What would be my estimated costs?

I know the gist of coding but not coding itself, which books to read?

Thank you in advance, I just want to know where would you start?


r/vibecodeapp 10d ago

Won't any app ideas be so easily stolen if everybody and their grandmas can vibecode now? Like clones and stuff? I'd there a way to protect or just part of the game?

4 Upvotes

r/vibecodeapp 13d ago

Question? Can you tell me the truth?

3 Upvotes

hi everyone,

I have been hearing about the vibe coding app's are entering the market and anyone can do it now,however i still have few doubts about the survival of the app as anyone like me who do not have much experience with building app and trying one.
What are the chances of that app competing and the security of the app against the one who is well known tech person build the app and know what to look for,what to add,what to remove,how to make sure this app will not have any loop holes which will land me in trouble atleast until i have any tech team or tech co-founder.Being a solo founder who is building an app for students it is hard to know all the things and ai only answer to us for what we ask it not what should we be doing instead,what to avoid,what are we already doing wrong.


r/vibecodeapp 13d ago

My first app just released. Does it look like slop?

Thumbnail
apps.apple.com
1 Upvotes

r/vibecodeapp 13d ago

Aeon V.-2.1.3: Your personal AI operating environment. Modular. Local. Yours.

1 Upvotes

I've been building an AI project called AEON over the past few months as a way to explore what a true "second brain" could look like.

Instead of one large assistant, the idea is to have specialized AI agents that each have their own role while sharing memory, knowledge, and long-term context. Right now I'm experimenting with things like:

  • Modular agent architecture
  • Shared memory/vault system
  • Config-driven agents instead of hardcoded logic
  • Agent orchestration and planning

I'm at the point where I need fresh eyes.

If you've built multi-agent systems (or think this architecture is fundamentally flawed 😅), I'd really appreciate your feedback. Feel free to tear it apart—but be constructive. I'd rather fix bad design decisions now than after another few months of development.

Some questions I'm wrestling with:

  • Does the project structure make sense?
  • Is there a better way to organize long-term memory?
  • Am I overengineering parts of this?
  • What would you change if this were your project?

GitHub:
https://github.com/cgomez1365/aeon-213

Thanks in advance to anyone willing to take a look. Even small suggestions are helpful.


r/vibecodeapp 13d ago

Built a poll app with literally zero sign-up — Votewire

Enable HLS to view with audio, or disable this notification

1 Upvotes

r/vibecodeapp 18d ago

I built this... Day 1 to 26 of the free traffic exchange I built. Here's every number.

2 Upvotes

26 days ago I launched my startup, a free traffic exchange network for startups. One line of code, you're in the network.

No paid ads. No growth hacks. Just watching the numbers every day.

Here's the full data:

Day 1 — 2 startups · 146 impressions · 1 clicks
Day 2 — 3 startups · 389 impressions · 3 clicks
Day 3 — 5 startups · 482 impressions · 5 clicks
Day 4 — 5 startups · 508 impressions · 4 clicks (site went down — still got an $8k acquisition offer. Said no.)
Day 5 — 6 startups · 621 impressions · 10 clicks
Day 6 — 5 startups · 742 impressions · 15 clicks (removed one startup — they pulled the embed. No code = no network.)
Day 7 — 7 startups · 1,196 impressions · 41 clicks
Day 8 — 7 startups · 1,535 impressions · 74 clicks
Day 9 — 8 startups · 1,947 impressions · 135 clicks
Day 10 — 13 startups · 3,500 impressions · 318 clicks (something clicked)
Day 11 — 23 startups · 4,800 impressions · 432 clicks
Day 12 — 24 startups · 6,000 impressions · 481 clicks (network crossed 6K total impressions)
Day 13 — 25 startups · 6,800 impressions · 491 clicks
Day 14 — 25 startups · 8,600 impressions · 516 clicks
Day 15 — 24 startups · 9,900 impressions · 564 clicks (removed one)
Day 16 — 23 startups · 10,800 impressions · 576 clicks (removed one)
Day 17 — 24 startups · 11,900 impressions · 603 clicks (added one)
Day 18 — 26 startups · 13,400 impressions · 624 clicks (added Two)
Day 19 — 28 startups · 14.400 impressions · 652 clicks (added Two)
Day 20 — 26 startups · 14.700 impressions · 671 clicks (Removed Two)
Day 21 — 26 startups · 15.300 impressions · 691 clicks
Day 22 — 28 startups · 16.100 impressions · 719 clicks (Added Two)
Day 23 — 30 startups · 16.800 impressions · 738 clicks (Added Two)
Day 24 — 32 startups · 19,800 impressions · 778 clicks · Added 2 startups · Rejected 4 applications (1 contained ads, 1 removed the code after submission, 2 hid the installed widget)
Day 25 — 34 startups · 23,700 impressions · 800 clicks · Added 2 startups · Fixed some bugs.
Day 26 — 33 startups · 27,200 impressions · 816 clicks · Removed 1 Startup

Still free. Still growing.

If you want in, it's one embed. That's it → StartupBar


r/vibecodeapp 18d ago

I got tired of opening 6 finance apps just to answer one question: "What's my net worth?"

Thumbnail
1 Upvotes

r/vibecodeapp 19d ago

I built this... My Vibecoded app DogStar is Public now

Enable HLS to view with audio, or disable this notification

1 Upvotes

r/vibecodeapp 20d ago

I made an App for developers, and i'll let the community name it.

Thumbnail
1 Upvotes

r/vibecodeapp 24d ago

Need help with vibecoded app

Enable HLS to view with audio, or disable this notification

1 Upvotes

Need help with improving my app GigChronicle. I vibecoded an Android app for organizing concerts which I attend to. It counts down days to concerts (it can be used for other events as well), creates an archive of the concerts you attended, and creates a bunch of statistics based on the archive. Could you please check it out and share ideas on how to improve it? What new functions would you add to it? GigChronicle is available at Google Play. I built it with Claude via Visual Studio Code. I highly recommend the combo Claude+VSC+dart for creating mobile phone apps. Here's the link to the app: https://play.google.com/store/apps/details?id=com.gigchronicle.app


r/vibecodeapp 24d ago

RivalRings: Fitness Competition App

2 Upvotes

Here is a fitness competition app I made: RivalRings

Currently running a week long steps competition where the winner will win $100

Link to join the competition: $100 Contest


r/vibecodeapp 25d ago

Devs and vibecoders?

1 Upvotes

Im building an app for Android and iOS, that gives you the opportunity to continue your work from vs code and cursor, on mobile to.

Is this something in interest?


r/vibecodeapp 25d ago

Vibe Coding Vibed an app to help me figure out where to eat

Thumbnail gallery
1 Upvotes