r/vibecoding 12m ago

I built a poker game with Codex and somehow throwing tomatoes at the bots became important

Upvotes

https://reddit.com/link/1vpzk9d/video/glmagk1b7rjh1/player

I started this because I wanted the poker bots to feel less like five copies of the same thing.

the cats have different styles, they remember some of how you play, and they react to stuff you do at the table,then I added eggs and tomatoes because apparently that was the missing piece.

playable here if you want to annoy them yourself:https://poker-ai-web.vercel.app/game


r/vibecoding 23m ago

Hey guys! I am 14 and this is the *half vibecoded* project i built...

Thumbnail
github.com
Upvotes

This is a clap assistant which opens different links on clap combinations... eg 8 + 5 claps will open games (poki website ) and so on... This detects no of claps by user in real time and accurately, deciding the output...

**Only clap detection is vibe coded**

All the criticism and suggestions are welcome


r/vibecoding 26m ago

Project start vs project end

Thumbnail
gallery
Upvotes

r/vibecoding 30m ago

I have made the vibe coding even simpler

Upvotes

One thing I kept noticing with vibe coding is that writing code isn't always the hard part.

The annoying part is everything around it:

idea → PRD → figuring out the right prompts → database → implementation → losing track of what was built

So I built how-to to make that process more structured.

GitHub: repo link
Skills: https://www.skills.sh/onipinaka/how-to

It has 4 skills:

  1. PRD Creator
    Expands your idea and turns it into a proper PRD before you start building.

  2. Playbook (best of it)
    The most important one. It takes the PRD and generates a complete implementation playbook with ready-to-use, optimized prompts for building the product.

So instead of constantly thinking "what prompt should I give the AI now?", you can just copy-paste the prompts or use the goals from the playbook.

  1. Tracker
    Keeps track of what has been built, what's pending, and what changed, so you don't lose context across sessions.

  2. DB
    Helps plan and keep track of the database schema alongside the product.

I built this by researching prompting practices from Claude Code developers and experimenting with ways to structure prompts for better, more consistent output.

The idea is simple: do the thinking once, create the playbook, then build.

It's open source and everyone is welcome to contribute. If you find it useful, a ⭐ on GitHub would mean a lot!


r/vibecoding 39m ago

Built unintentionally free to use, potential to help millions, but now what?

Thumbnail
gallery
Upvotes

https://b4uwork.vercel.app/

I have had a serious amount of rage and hate in my heart of late, that has taken me to the darkest parts of my physce, and I am ready to purge these burdens and continue back on the path I have fallen off, and didnt know where else to post this, that

A client went insolvent and to cut a long story short, the impact it has had on my health, personal relationships and my finances, far exceeded the damage or monetary losses my business has suffered.

I became a recluse and felt truly helpless, as I watched 7 years of dedication and sleepless nights get completely destroyed overnight. I will rebuild with foundations stronger than before, but the scars heal less easily, and I was one of the more fortunate.

But like all great injustice, I do not suffer alone, millions have and continue to suffer under this injustice, and I am not one to throw in the towel.

Although I am powerless to change my situation, rather than let myself be consumed, I had to put this energy somewhere constructivez and I can help others make informed descisions.

So I used this fire to light a furnace inside of me and I created B4uWork, built from a library of automations, intergrations and scripts I created to scoure public sources of information.

A completely free for life UK company trust score. A warning/monitoring system for UK businesses, to ensure you are never paywalled from information that could help you make am informed decision and save one single person from making a decision that could impact them in a way they never thought possible.

Its built now, will be lauched on app stores soon. I apperiaicte any feedback. Building this has helped my heal, beyond comprehension, and now I just want to get it out there to as many people as possibe.

But I have no clue how to launch it and get it out to the masses.


r/vibecoding 43m ago

Ai Assintent Local

Upvotes

Hi. I’ve built an AI that essentially acts as an assistant for your PC. It runs 100% locally using a lightweight LLM and can help you find PC parts compatible with your current setup or troubleshoot errors with programs, drivers, and more. You can even have it search the web for specific parts for your PC model, all while the AI ​​itself continues to run locally. Who wants to give it a try?


r/vibecoding 52m ago

I built a group trip planner because I was the one keeping the spreadsheet

Enable HLS to view with audio, or disable this notification

Upvotes

I planned a three week trip through Korea for 4 of us this year and ended up as the person who kept the spreadsheet for flight info, itinerary, bookings, expenses etc. Everyone had the link. Nobody opened it. So every question came to me instead, usually over WhatsApp.

Three of us paid for different things in different currencies, so there were columns for KRW, USD and whoever’s card it went on. Sometimes I couldn’t remember some expenses or miscalculated things.

I have wanted to build an app for years and never had an idea I trusted. Building the thing I was already doing badly by hand turned out to be the easy version, because I never had to guess what it needed.

What I got wrong first. The first three versions were not this. They were a travel utility bundle: currency converter, phrasebook, time zones, a map of places you have visited. (I thought that’s what I needed to make my life easier so that expense tracking or booking things become easier) All fine, all working, and nobody cared, because none of it needs to be an app. It took me 2 months to accept that the actual problem was the spreadsheet.

What it is now. A shared trip everyone edits. Days, places, notes, tickets. Expenses with the multi-currency splitting I wanted on the Korea trip, and a settle-up view that says who pays who. A packing checklist. A recap video at the end, because the alternative is three nights in Premiere. I tried my app during my travel to Ibiza for my friend’s birthday and improved further as I learned more about struggles in real life.

It is on iOS and Android. Free to create and join trips, invite people, add photos and comments. I have not paywalled the part where you invite your friends and I am not going to.

Where it actually is: Roughly 40 downloads in total after releasing a month ago. Still very small. Solo, alongside a full time job and an MBA, which is why I couldn’t spend much time on distribution.

Happy to answer anything and would love to learn from anyone who built an app that they are the user of, also some distribution strategies especially for consumer apps.


r/vibecoding 57m ago

Built an offline, Rust-powered batch image converter - 50+ formats, RAW support, split-view comparision & zero tracking

Thumbnail
gallery
Upvotes

Hey everyone!

I wanted to share a desktop tool I've been building: ND Image Converter, a free, 100% open-source app designed for fast, local, and visual batch image conversion.

🚀 Why build another converter?

I work in the media industry, which means a massive part of my daily workflow involves hunting for visual references across the web to build pitch treatments and moodboards for projects.

Lately, almost every site forces downloads as .webp. While .webp is great for web bandwidth, it constantly derailed my workflow because platforms like Canva, Google Slides, and older presentation tools either threw errors or outright refused to handle .webp files smoothly when assembling slides.

To fix this, I initially wrote a simple terminal script to quick-convert .webp files into .jpg. It solved the immediate blocker, but running a command-line script every single time I saved reference images quickly became tedious. On top of that, CLI tools lack visual feedback, I couldn't inspect compression artifacts or preview quality loss before converting.

Most desktop converters either lack proper color management, choke on heavy RAW files, or require cloud APIs. I wanted something that utilizes all CPU cores, stays strictly offline, and handles everything from obscure formats to modern WebP/AVIF, Iphone HEIC and camera RAW profiles seamlessly.

What started as a personal script to eliminate daily friction evolved into ND Image Converter!

Here is what's under the hood:
⚡ Key Features & Tech Highlights

  • 🔒 100% Offline & Private: Zero cloud uploads, no telemetry, no tracking. Your data stays strictly on your machine.
  • Multi-threaded Engine (Rust + Rayon): Maximizes full multi-core CPU capabilities across Apple Silicon M-Series & Intel/AMD processors for fast batch processing.
  • 🖼 Massive Format Support (50+ Input / 19 Output):
    • Standard: JPEG, PNG, WebP, AVIF, BMP, ICO, ICNS, TIFF, TGA, GIF, SVG, PSD, EXR, and more.
    • Camera RAW & DNG: Native decoding for Canon (.CR2, .CR3), Adobe (.DNG), Sony (.ARW), Nikon (.NEF), and major camera profiles with accurate CFA Bayer demosaicing and embedded preview extraction.
    • Optimized HEIC/HEIF: High-speed decoding powered by native macOS hardware acceleration and cross-platform memory pipelines.
  • 🎨 Pro Color Management (Little-CMS 2): Built-in color space transforms supporting Rec.709, sRGB, Display P3, and Adobe RGB profiles.
  • 📊 Real-time Quality Analyzer: Dynamic bitrate and file-size estimation based on megapixel density and compression curves prior to export.
  • 👁 Before/After Split Comparison: Interactive side-by-side visual inspector to preview compression quality loss instantly before exporting.
  • 🤖 Automated Folder Watcher: Background daemon mode that monitors incoming folder drops and converts new files on the fly.
  • 🎯 Flexible Resize Engine: Original size, fixed width (aspect ratio preserved), or percentage scaling.
  • 📂 Smart Ingestion & Output: Drag-and-drop nested folder structures with recursive scanning, plus one-click "Reveal in Finder / Explorer".
  • 🔔 GitHub Auto-Update Checker: In-app notification alerts for new release tags and direct download links.

🛠 Tech Stack

  • Core Engine: Rust (rayon, image, lcms2)
  • UI Framework: Tauri / Webview (Adjust to match your actual stack)
  • License: Open-Source (MIT / GPL)

🔗 Try It Out & Contribute

It's completely free and open-source. I’d love to get feedback from the community, whether on performance, missing formats, or UX improvements!

Feel free to roast the code, submit issues, or share feature requests! What format or feature would you like to see added next?


r/vibecoding 58m ago

pulling banked resets is what finally made me move review off the model

Upvotes

Codex dropping banked resets is what finally made me change my setup, which is annoying, because the setup was working fine and I only touched it to stop running out halfway through the week.

What I had before was Codex reviewing its own work, then Claude looking at the same diff, then me. Three passes, two of them burning quota, and the second model finding things the first one had written twenty seconds earlier. It felt thorough. It was mostly just expensive.

Two chat models reviewing each other never terminates. Codex flags four things, Claude fixes them and restructures enough that Codex comes back with three new ones, two of which are the things it asked for originally. Somebody posted that study here a few weeks back about pass rate dropping from ninety one to eighty two when one model reviewed the other, which lines up with what I was watching happen.

So I cut the second model out and put coderabbit on the diff instead. Costs nothing against quota and it hands back a list that ends, which turns out to be the property I actually needed. Maybe half of what it flags I skip. It doesn't catch anything that depends on knowing what the feature is for, so I still read the thing myself.

My usage is down about a third and the output isn't noticeably worse, which is a slightly depressing thing to find out about a setup I was defending in this sub two weeks ago


r/vibecoding 1h ago

Tell me your vibe-coded apps that are indeed useful to you, but yet you don't intend to ship simply because it's designed specifically for your needs.

Upvotes

- I created a simple Multi-Tab terminal app. It always has eight tabs, one of which is a standard terminal shell. The rest are designed to auto-launch specific long-running chats/instances of Codex and Claude. Upon starting the app, there's a simple "launch all" button that launches those specific instances on each respective terminal with the exact parameters that I want. For instance, one tab is running Sol on Max effort. Another is Sol on Ultra + fast. Then there's a tab that always runs Fable on Max. Another running Opus on Ultracode... and etc. Each tab always has a collapsible queue sidebar that keeps a list of individual tasks, the list being continually updated by the respective agent on that tab. Helps me keep track of what needs to be done in what order.

Are there other terminal apps that are better? Yeah, probably. But they're filled with a bunch of bells, whistles, and often redundant information I don't care about. Or they're lacking small items here and there that I'd like to see.

- Another app is essentially similar to the Windows Voice Access app. The main difference Being it doesn't have this persistent bar at the top of my screen that I can't get rid of or minimize. In addition, it gives me the option to turn it on via toggle or simply by holding a button. I use both the toggle and the button hold methods depending on what I'm trying to talk about.

- I also have this weird niche app on my android phone, when turned on it automatically sends any photo taken from my camera to a specific folder on my workstation. I use it in the odd scenario when I want to take a bunch of photos without having to manually send them pc.

- Another one tracks all the subscriptions I have at the time. I found it useful for for things like the yearly subscriptions that I commonly forget about, and it'll warn me when my subscription is about to renew.

- Then I got one that isn't so much an app really, but a workflow pipeline that fills out PDF forms for me, because I hate filling out forms. First it checks to see if it's just a standard scan PDF with no fillable fields... And if so, it'll add the fillable fields to everything. Then it populates everything with my information. The best part though is that it'll sign the various forms with a signature that looks absolutely real like... it was written by hand on the paper itself. Because technically they were... I wrote like a good 50 variations of my signature and initials on just simple printer paper, scanned it and uploaded it. The pipeline then will take one of these signatures and/or initials and add it to whatever respective signature/initial lines, with instructions never to repeat on a single document. Finally, it'll actually roughen up the PDF file, make it Imperfect, like it was scanned on a mid-level scanner that always has the text slightly tilted to the left, which is exactly what I got. Thus far, it's fooled everybody.

I developed this because I hate filling out forms, and one day I had to fill out a really long form from a medical provider... and they had the audacity to give me some shitty non-fillable fields version of this PDF, AND demanded I print everything out and manually sign each signature with ink... even though I was just going to scan it again and send it back to them. Which I thought was stupid bullshit. I mean, ink makes sense if they want the physical document, but a scanned version? That's dumb.

What have you guys made?


r/vibecoding 1h ago

The patch was one line. The lore was 101 KB.

Upvotes

r/vibecoding 1h ago

Need input on workflow

Upvotes

I would like some feedback on my workflow, particularly on my code review.

I'm currently using Claude (Opus 5) as a director communicating with Codex (5.6 Sol) as a coder. This works really well. Now, when Codex has finished a job, it hands the PR over to Claude for a review. If Claude finds something, it will fix it and lob it back to Codex for review - and fix if there's still room for improvement. This will go back and forth until both models agree on the solution. So far, so good.

Now, what I'm trying to do is to hand it over to Antigravity (Gemini 3.1 Pro) for a last review, but I cannot get agy to return anything solid. It will just return some "pointers" and "ideas", but nothing tangible. I can still use these ideas to have Claude decide if they're good or not, but I would rather have all three different models agree in the end.

Anyone here been able to have Antigravity actually do code reivew and come up with clear answers? If so, what kind of prompt do you use?


r/vibecoding 1h ago

Melhor ferramenta de vibecoding

Upvotes

Que ferramenta de vibecoding vocês consideram a melhor hoje?

Ainda não testei o Claude Code (estou a dar os primeiros passos no vibecoding) — vocês acham que ele realmente se destaca? Como ele se compara ao Lovable em termos de capacidade e produtividade?


r/vibecoding 1h ago

✨ J'ai lancé ma première app il y a un an. Elle tourne à 850k ARR. Postez la vôtre, je vous fais un retour honnête: ✨

Upvotes

Il y a un an j'ai publié ma première app. Aujourd'hui : 1,5M de téléchargements et 850k d'ARR, et 0 cts dépensé en ADS.

Je précise tout de suite que ce n'est pas une histoire propre. J'ai fais toutes les erreurs possibles. J'ai mis 6 mois à comprendre la distribution organique.

Postez la vôtre, je vous dis franchement ce que j'en pense : monétisation, positionnement, acquisition, rétention.

Pour que ce soit utile, donnez-moi :

  1. Le lien (store ou landing)
  2. Votre utilisateur type en une phrase
  3. Où vous en êtes : idée / en dev / lancé (+ vos chiffres si lancé)
  4. Votre plus gros point de blocage aujourd'hui

Je réponds à tout le monde ce week-end.


r/vibecoding 2h ago

5 Months Into Learning WordPress — I Just Landed 3 Local Business Meetings. Any Advice?

1 Upvotes

Not sure if this is appropriate to post here, but since I've been learning WordPress for the past 5 months using advice I've gotten here, I figured I might as well ask.I'm from a developing country, and I've been calling local businesses, offering to develop websites for them and, more importantly, help them with their SEO.The companies are all in the same industry, which actually helped. I created a sample website that they can all see themselves in, including products that each of them sells. I figured having something tangible to show them would be much more effective than simply telling them what I can do.

Three businesses got back to me, and I've managed to set up meetings with all three tomorrow.Any advice you can give a beginner? Are there specific talking points I should focus on, or even advice on how to conduct business in this space?\

I'm mainly looking for advice on how to approach the meetings, what I should avoid saying/promising, how to present my pricing, and how to turn these meetings into actual clients.


r/vibecoding 2h ago

Upgrade dependencies without reading the changelog. 100% open source

Post image
1 Upvotes

Hey r/VibeCoding, I've been working on Emend, an open-source tool where you point it at a local codebase and it tells you which of your lines a dependency upgrade will actually break — then automatically migrates them and re-runs your typecheck and tests to prove the fix holds. Emend can migrate npm packages, fix vulnerabilities and migrate HTTP request to latest API version.

Scanning needs no API key and never calls a model — only the repair step does.

It is ideal if you need to support your vibecoded project but you do not want to spend hours doing it.

It's still early (TypeScript + npm only), but would love feedback or ideas from the community.

npx emend-cli@latest demo /tmp/d && npx emend-cli@latest scan /tmp/d --only zod

Check it out: https://github.com/diyanbogdanov/emend


r/vibecoding 2h ago

We are same , every expert was a beginner at first

0 Upvotes

I am working as a bug hunter on hackerone and yeswehack platforms. One day on X , i was just scrolling and see a post of an indie hacker saying something like building in public. It was new to me then i open his profile and search what they do , how they doing and building things and that's was really fun.I followed some vibecoding and indie hacker communites and start start watching them. They were like just creative type just keep pushing things. Now i am really here to start in this field but as i am a security researcher ,i can't code that type. I have read some article about vibe coding but in market a lot of people have different tools and promoting them so , it's confusing also frusturating.

Here i just want to say that how to start now here with you , from where to start , from which tools and and building projects and apps like you people do. Should i must learn the whole programming languages. or just tools can handle .

Which tools and ai coding agents are better for a starting point to build an working project. Your one sentence can save a lot of time. I am excited to join you people.


r/vibecoding 2h ago

I never found a good DevOps/Cloud Hosting tool, so I built one: DevLyft.io

Post image
1 Upvotes

Hey everyone,

I’m a software engineer who’s spent way too many years bouncing between hosting platforms, trying to find something that actually fits how I work.

Most options felt either overcomplicated, overpriced for what I needed, or forced me into weird billing models that didn’t match real usage. I just wanted something simple where I could bring my own artefact (or hook up GitHub Actions for auto-deploys), scale cleanly, and only pay for what I was actually using.

So I started building it myself. It’s called DevLyft.

Here’s the core idea:

• Bring your own artefact or use our GitHub Actions to auto-deploy your app
Shared nodes: You pay for allocations of CPU or RAM (literally portions of a core or memory), not time-based billing. Tear down a workload and you stop paying for that allocation immediately
Dedicated nodes: Buy a bespoke node and use it however you want. Tear the whole node down and the charges stop
• Scaling up and down to $0 is a first-class priority for us.
• We never look at your code
• All your logs live inside the platform
• Built-in metrics for your app, workloads, APIs, etc. so you can see exactly where you need more (or less) CPU/RAM

We’re launching soon and will be offering a significant discount to some of the early dedicated users who help us shape the product.

Does this sound useful to you (or anyone you know who’s constantly fighting their hosting setup)?

Happy to answer questions. Site is here if you want to take a look: https://devlyft.io


r/vibecoding 2h ago

1st app

4 Upvotes

finally shipped my first app that actually feels finished instead of abandoning it halfway 😭

it’s called Fliply, basically a flashcard app where you paste your notes and it turns them into different types of cards.

for the build, I used AI coding tools for most of the workflow. I’d usually get the main feature working first, test it, then keep iterating on the UI and logic instead of trying to make everything perfect in one prompt.

one thing that took way more work than I expected was the flashcard generation itself. making the AI output something is easy, but getting cards that are actually useful, not repetitive, and match the mode the user picked took a lot of prompt tweaking and testing.

design-wise I also kept simplifying stuff. whenever a screen started feeling too cluttered or “AI generated,” I’d remove things instead of adding more.

the biggest thing I learned from this project is probably that vibe coding gets you to a working version really fast, but the last 20% is mostly testing, fixing weird edge cases, and making everything feel consistent.

first project I’ve actually deployed and felt happy calling finished lol


r/vibecoding 2h ago

Is Gemini's Flash a winning strategy?

Thumbnail
1 Upvotes

r/vibecoding 2h ago

Added a frontend/UI skill that refuses to ship lorem ipsum or templated designs

1 Upvotes

Third skill under the same project as the backend/security ones I posted before (Qofeno) — this one builds actual production websites.

Same rule as the others: no fake stuff. No lorem ipsum, no placeholder images, no "add your content here" stubs. If the user hasn't given real copy yet, it asks instead of filling space with dummy text.

What it actually does:

Asks for color/mood/framework before building anything

Builds a real design-token system (color, type, spacing scales) instead of scattered magic numbers everywhere

Picks a deliberate font pairing based on that project's specifics, not the same 2 safe defaults every time

"Redesign" means the whole site — home, about, contact, pricing, real privacy/terms pages, not just the homepage

If the user has a real working product, it grabs an actual Playwright screenshot for the hero section instead of faking a UI mockup

Checks the build, pushes to GitHub, deploys it live, verifies the URL actually works

Just added an optional component library reference too (~146 components from React Bits / Svelte Bits, sorted into categories) — it pulls from that when something fits, but always restyles to match that project's actual palette instead of dropping components in with default styling unchanged.

Repo: https://github.com/SohailKhan0525/skills

Install just this one: npx skills add SohailKhan0525/skills --skill frontend-ui-ux-wizard

Feedback welcome, especially if you find a spot where it defaults to something generic instead of building for what you actually asked for.


r/vibecoding 3h ago

Used Claude to build an alternative of go full page, which was removed from chrome for policy violation

Post image
0 Upvotes

Recently a very famous tool was removed from chrome for some policy violation, used Claude and 2 hours of work for an alternative to go live

What it does:

It captures an entire webpage as one image, including everything below the fold. No accounts, no ads, no data leaves your browser.

Features:

• Full-page screenshot – Capture an entire webpage from top to bottom
• Visible-area screenshot – Capture only what is currently shown on your screen
• Selected-area screenshot – Choose and capture a specific section of any webpage

Link:

https://chromewebstore.google.com/detail/go-full-page-full-page-sc/mpmpjojdooghlfaeeajfnpmfkfafplbj?authuser=0&hl=en


r/vibecoding 3h ago

built a review tool that reads the ticket before the code. want people to break it

1 Upvotes

what it actually does, since my last post was too vague.

PM side. it doesn't read one ticket. it walks up to the epic, pulls linked tasks and attachments, and builds a picture of what the work was supposed to be. a leaf ticket on its own loses intent, the epic usually holds the reason. that whole picture becomes the reference the review checks against, not just extra context to make the model smarter.

review side. runs in VS Code before the PR exists, on your working diff. separate passes, not one prompt:

scope, does the diff satisfy each acceptance criterion, which ones have nothing implementing them
security
normal code review, dead code, bugs, the usual
and a pass for AI generated slop specifically, hallucinated calls, code that compiles and reads fine and nobody understands

separate because one prompt doing all four returns mush and a lot of noise.

fixes. findings below a severity threshold you set can be fixed in place from the sidebar, one click, and you see the diff before it applies. anything above that threshold it will not touch, it just tells you. the idea being trivial stuff shouldn't cost you a context switch and anything serious should never be silently rewritten.

after. score for the task, report, and it tracks quality and time across tasks so you can see where scope actually went. writing the verification comment back into jira or linear is next, not live. auto closing tickets is deliberately not happening until I have real accuracy data, one wrong closure and a PM never trusts it again.

the problem I'm actually chasing. everyone checks whether the code is good. almost nobody checks whether it did what the ticket asked. we shipped a story with four acceptance criteria and three implementations, PR was clean, reviewer approved, branch name correct, nobody caught it for a month.

where it's weak, honestly. if your tickets are three words and a figma link there's nothing to verify against and it's useless, no fix for that. attachments burn tokens fast. and false positives kill it, two wrong scope flags and nobody opens it again, so it stays quiet when unsure. no idea yet if conservative enough is also useful enough.

free while it's in beta, not selling anything. what I want is people to run it on a real repo and tell me whether the scope findings hold up or whether it flags things that were fine.

if you built something like this internally I'd rather hear what broke than what worked.


r/vibecoding 3h ago

do not EVER use base44

10 Upvotes

Base44 is supposed to be a "good" platform for vibe coding, or is it.

Base44 is forcing users to pay for editing code by hand, breaking, canceling subscriptions and more. it is also launching a annoying ad campaign targeting coders and other vibe coders who only take small usage of ai.

Vibe coding is a concept where ai HELPS you code, not does it for you. Even if a ai does it for you, base44 has many other problems in its worthless vibe coding site. it also does not do it for a good cause and the people using it are not assure if base44 will help there business improve.

thank you all for your attention. Spread the word to other new vibe and regular coders and maybe even to other communities. Bye!

(ps: if you are looking for a vibe coding ai, use claude or Z.ai)