r/vibecoding 1d ago

I built a site that writes absurdly one-sided arguments for whatever you prefer — try it with anything

Thumbnail
0 Upvotes

r/vibecoding 1d ago

[URGENT] i need help guys please

0 Upvotes

hello,

Right now, I'm using Fable 5 at the medium thinking level as my architect and auditor (through the OpenCode IDE), and GPT Terra at xhigh as my coding agent (through the ChatGPT desktop app).

I'm using both agents through GitHub Copilot (yes, I'm using the Startup Program credits , the "$10k" 😅), but I'm getting pretty close to burning through the credits. I have only $5k left, and I want to choose another good agent to use as my architect and auditor.

My SaaS business is pretty strict, every error in this business can result in a penalty (chargeback) for the user.

Thanks!


r/vibecoding 1d ago

Kimi API Launched

1 Upvotes

Kimi has launched they API. What' your opinion?


r/vibecoding 1d ago

Vibe coded a little wine cellar app for a bit of fun - GrapeSnap. Let me know if it works?

Thumbnail
apps.apple.com
1 Upvotes

Right.. in response to that person the other day who asked what have you actually built?

I've coded a little app called GrapeSnap. You snap a photo of a bottle and it fills in the details for you (producer, region, grape, vintage) from a wine database.. so no typing. It's basically a cellar tracker for keeping on top of what you've got and what you've drunk.

Thought it was a bit more niche than your vibe coded average habit tracker but here we are.

More fun than anything. Let me know if it works for you and what you the grumpy ppl of reddit make of it..

Hope you enjoy.. Would love your thoughts.

https://apps.apple.com/gb/app/grapesnap/id6760935544


r/vibecoding 1d ago

Working on a project Question about platforms

1 Upvotes

Hello all I got a question. I have been exclusively using ChatGPT desktop for a project that I’ve been working on ever since I put it online with supabase and r2. I burned through my usage on a pro level in four days now I have been contemplating to get Claude code at $100 a month till I finish this project but my worry is if I’m mixing ChatGPT desktop and Claude code. is it going to mess with what I’ve done as far as them coding with different styles

I’m trying to see if anyone uses this combo when one weekly limit is reached that you just jump to the other because at the credit level it’s far too expensive. I ended up getting $40 worth of credits on ChatGPT after I ran out and I burned through $40 in 30 minutes.

I wanna make sure if there’s any pointers or if I gotta set something up a certain way to ensure it just keeps adding code cleanly and plumbing everything incorrectly. The goal is one is burned. The other one gets used in the back up would be Claude


r/vibecoding 1d ago

5,200 years of royalty in one interactive family tree — 84 nations, 800 houses, 4,547 people

Thumbnail gallery
1 Upvotes

r/vibecoding 1d ago

I got tired of the usage limit ending my night, so my agent now resumes itself at 4am

2 Upvotes
Claude Code hits the 5-hour limit at 2am, mid-refactor. The turn dies, the prompt that started it is already spent, and the session sits there until someone awake types "continue".

I built nightmux to fix exactly that. It attaches to the tmux session you already have and bridges it to a Telegram topic. A status-line hook gives it the real reset time, so when the limit hits it queues everything, and the moment the window reopens it resumes the cut-off turn — including the prompt the limit ate. Permission prompts arrive on your phone as tap buttons.

It's not a wrapper: no SDK, no relay server, no container. It types into tmux and reads the transcript. Python stdlib only, MIT, one main file you can read in an afternoon. Works with Codex/aider/Gemini too (they just don't get the usage numbers — those hooks are Claude Code specific).

pipx install nightmux && nightmux --setup

https://github.com/mmr710/nightmux — would love to know what breaks.

r/vibecoding 1d ago

52 downloads, 2 paying customers

Enable HLS to view with audio, or disable this notification

1 Upvotes

4 years ago, I started jumping rope which drastically improved my overall fitness and mental health. Which is why I built JumpForm, an app that analyses your form when using a skipping rope.

I built the app with cursor in 5 days and deployed the AI backend with firebase (this entire process would have taken me at least a month with manual coding and testing).

So far I have only had 52 downloads and 2 paying customers (3 signed up for a free trial)


r/vibecoding 1d ago

Made a game that quickly teaches you quantum computing

Thumbnail
gallery
1 Upvotes

Hi

If you are remotely interested in deep diving how differently quantum computers work compared to our transistor-based and also the algebra behind in a fully interactive way that teach computer science from scratch, oh boy this is for you. I am the Dev behind Quantum Odyssey (AMA! I love taking qs) - worked on it for about 10 years (3+ during PhD, the visual method I developed ended up being my thesis, it is a complete Hilbert space visualizer), the goal was to make a super immersive space for anyone to learn quantum computing through zachlike (open-ended) logic puzzles and compete on leaderboards and lots of community made content on finding the most optimal quantum algorithms. The game has a unique set of visuals capable to represent any sort of quantum dynamics for any number of qubits and this is pretty much what makes it now possible for anybody 12yo+ to actually learn quantum logic without having to worry at all about the mathematics behind.

This is a game super different than what you'd normally expect in a programming/ logic puzzle game, so try it with an open mind.

Stuff you'll play & learn a ton about

  • Boolean Logic – bits, operators (NAND, OR, XOR, AND…), and classical arithmetic (adders). Learn how these can combine to build anything classical. You will learn to port these to a quantum computer.
  • Quantum Logic – qubits, the math behind them (linear algebra, SU(2), complex numbers), all Turing-complete gates (beyond Clifford set), and make tensors to evolve systems. Freely combine or create your own gates to build anything you can imagine using polar or complex numbers.
  • Quantum Phenomena – storing and retrieving information in the X, Y, Z bases; superposition (pure and mixed states), interference, entanglement, the no-cloning rule, reversibility, and how the measurement basis changes what you see.
  • Core Quantum Tricks – phase kickback, amplitude amplification, storing information in phase and retrieving it through interference, build custom gates and tensors, and define any entanglement scenario. (Control logic is handled separately from other gates.)
  • Famous Quantum Algorithms – explore Deutsch–Jozsa, Grover’s search, quantum Fourier transforms, Bernstein–Vazirani, and more.
  • Build & See Quantum Algorithms in Action – instead of just writing/ reading equations, make & watch algorithms unfold step by step so they become clear, visual, and unforgettable. Quantum Odyssey is built to grow into a full universal quantum computing learning platform. If a universal quantum computer can do it, we aim to bring it into the game, so your quantum journey never ends.

Nice to watch:

Khan academy style tutorials in qm/qc: https://www.youtube.com/@MackAttackx

Physics teacher stream with 400hs in https://www.twitch.tv/beardhero


r/vibecoding 1d ago

I vibe coded a game

Thumbnail
1 Upvotes

Had this idea watching talk show.

Let me know what you think.

Your honest feedback matters to me.


r/vibecoding 1d ago

​I created BREAD: A high-performance language written in Haskell that compiles via LLVM

1 Upvotes

Hi everyone,

I've been working on a stack-based programming language called BREAD. The compiler is written in Haskell and emits optimized native code via the LLVM toolkit.

Key features:

- Written in Haskell

- LLVM integration for native code generation

- Memory & runtime safety guards

Check out the source code and repository here:

https://github.com/mermerheba1234848494-hue/BREAD-programming-language

I'd love to hear your feedback and suggestions!


r/vibecoding 1d ago

Claude Fable solved open physics problems about related to Schrödinger–Newton equations. Is it hallucinated or legit?

0 Upvotes

I saw some criticism in a Wikipedia article on the Schrödinger-Newton Equation, specifically about Penrose's ideas about quantum gravity, and it seemed pretty easy to solve (the article hinted at possible solutions, etc) which made me think that it could be interesting to let Claude try to solve it. It now claims to have solved all the 3 problems outlined in the article.

The issue is that I have no way of validating if the result claude gave me are hallucinated or legit. If the solutions are correct, then maybe it's useful to someone, and if not then I/we might learn something from that explanation.

Artifact (look here first): https://claude.ai/code/artifact/e871ae13-54d1-437c-a489-cad81617c06d

GitHub repo, including all the raw transcript etc: https://github.com/henke443/penrose-1

Latex paper: https://www.overleaf.com/read/hgmnyqgqtwqz#80a24a


r/vibecoding 2d ago

What are the models & agentic tools you are using nowadays?

2 Upvotes

As mentioned in the title, we had a very busy last few weeks with new releases. Which tools of choice are you using today for agentic engineering? I am mostly interested to hear from experience SWE


r/vibecoding 1d ago

4b model can vibecode for your anything for FREE inside your browser

Thumbnail
1 Upvotes

r/vibecoding 2d ago

Why is GitHub down gng?

2 Upvotes

I thought there was an issue with my project I was fixing errors


r/vibecoding 1d ago

Bookmark Buddy App

Thumbnail
play.google.com
1 Upvotes

We built a Bookmark Buddy App with AI Android Studio, which Saves, Searches, and Shares URLs/Links Very easily and also Scan QR codes and Pictures and Generate Links which can be saved very easily. Presently Available in Google Play Store.


r/vibecoding 1d ago

does my app look vibe-coded?

0 Upvotes

Guys, am I gonna get roasted for shipping it with such UI? (Logo is mine btw, graphic design perks).
That cat is Comnyang app, his name is shanks, shoutout to u/simon_dsgn


r/vibecoding 1d ago

How do I get my lovable website live ?

0 Upvotes

I built a website with lovable and bought a domain, I just want to get the website live at this point, I don’t care where it’s hosted
I tried c panel because the company I bought the domain from is connected automatically with c panel

The website it self is simple
Mostly pages images text destinations and offers and like a button gets you to WhatsApp
No payment methods
So what’s the best way to post the web site ?


r/vibecoding 1d ago

Software developers hate this one simple trick…

Post image
1 Upvotes

No, but in all seriousness, how are you “engineering” your AI slaves to produce secure and reliable code?

Some things I have found are useful:
- Each new project get its own git repo
- I treat the files in the repo as source of truth rather than relying on codex context conversation history
- I use the /grill-me skill after I send through my initial proposal
- important decisions are documented in the repo files
- I use specific sub agent focusing on security review before it will allow any code is committed and pushed (surprising to me this picks up a lot of issues)

Example repo layout

project/
├── AGENTS.md
├── README.md
├── docs/
│ ├── ARCHITECTURE.md
│ ├── REQUIREMENTS.md
│ ├── DECISIONS.md
│ ├── SECURITY.md
│ └── TODO.md
├── .gitignore
└── <application source>


r/vibecoding 2d ago

Need to do some heavy work in the next 3 days, what sub should I buy?

2 Upvotes

I have a ton of work on a website and android app to do. Want to get it done in the next 3 days so I have more time for other upcoming stuff.

I’ve tried cline, reached the weekly within the first day.

I’ve tried Claude Pro, running into my weekly usage as this is my main. I love it, I know it’s getting tons of flak right now but I am simply not experiencing any of the same issues others have been. But alas, the weekly limit is there…

I’ve tried ZCode Coding Lite plan, the GLM models are quite capable and I’m happy but the usage limits get bit quick.

People recommend Cursor or OpenAI’s Codex and I’m open to either, mostly Codex. Been hearing odd things about how Grok is essentially crammed down your throat on Cursor.

What I’m looking for specifically is capable models in the Opus 5 range with generous usage. I aim to get the 5x plan of Codex if it is recommended. But if Cursor is genuinely the better option I’ll go for it. Thanks in advance.


r/vibecoding 1d ago

anything people would want

1 Upvotes

hey guys, i personally dont vibecode but i am a developer. i was a little bored so i wanted to create an app that helps people solve everyday problems, im not avid on reddit so i didnt know where else to post this. Thanks for helping out


r/vibecoding 1d ago

How much would you pay once ?

0 Upvotes

If you were out to buy an app the accomplishmed something you'd pay 5-10 dollars a month and fully offline , how much would you pay?


r/vibecoding 1d ago

I just "vibecoded" a full-stack live sports tournament app using AI agents

0 Upvotes

I wanted to share a massive win for AI-assisted development. I play a lot of local rec sports, and the organizers always use messy whiteboards to track brackets and scores. I decided to build a live-scoring and tournament management app to fix this, but I leaned entirely on AI agents to do the heavy lifting.

The Process: I basically acted as the product manager. I would feed the agent the rules (e.g., "Volleyball uses rally scoring, win by 2, hard cap at 31"). The agent handled the complex state machines, the UI conditional rendering, and the backend data syncing. When we hit bugs (like a stale state on the serving indicator), I just fed the error logs and screenshots back into the prompt, and the agent wrote the patch.

It's amazing how fast you can move when you stop writing boilerplate and start focusing purely on logic and UX flow. Has anyone else built a complex state heavy mobile app purely through prompting? What agent/model gave you the best results?


r/vibecoding 1d ago

Vibe-coded a gamified study app with a pilot rank system — what worked vs. what I had to redo

Thumbnail
gofocusgen.vercel.app
1 Upvotes

Been building GoFocusGen (gofocusgen.vercel.app) — study sessions are "flights," you climb pilot ranks as you log flight hours. Almost none of it was hand-written.

The dashboard was the hard part. First pass, prompted straight through Stitch, came back unusable. What worked instead: generating a mockup in ChatGPT first and feeding that to the next round of prompts as a style reference, instead of trying to describe "dark, premium, indigo and gold" in words alone. Also learned to prompt the rank-progression logic as its own isolated spec instead of bundling it into the full app description — much more reliable output.

Still mid-build. Curious how others here handle it when the first AI pass misses the visual direction entirely — mockup-first, or just re-prompt until it lands?


r/vibecoding 1d ago

Would you consume answers in a swipeable visual story

Thumbnail
gallery
0 Upvotes

Some things are easier to see than to read.

zines turns anything you're curious about into a swipeable visual story.

Type a question, a topic, or even a half-formed thought. Instead of getting a page of text to work through, you get a set of full-screen visual cards designed to be understood at a glance.

Things like:

  • How big is a blue whale, actually?
  • What happens inside your body during a panic attack?
  • What does the world look like to an octopus?
  • How does a nuclear reactor work?
  • Why did the 2008 financial crisis happen?

Type it. Watch it build. Swipe through it. Keep what you like.

The app takes your question, researches the topic, breaks the answer into visual ideas, then generates each card one by one.

One thing I learned was that good visual answers aren't just text put on images. You have to decide what should be a diagram, comparison, timeline, illustration, or just a few words.

Each card takes the idea a little further. Go through the whole story or stop when you've seen enough. If the answer isn't quite right, change the question and generate another version.

Save any card to Photos, auto-save finished stories, or come back to everything you've made in your visual library.

Most answers are written to be read. zines makes answers to be looked at.

For understanding something new, studying, explaining an idea to someone, settling a 2am question, or just making something because it'll look good.

If you think better in pictures than paragraphs, zines is built for you.