Ask HN: Share your vibe coded project
8 points| firefoxd | 14 days ago
If you have any of those projects, or just heavily AI assisted project, please share it here.
8 points| firefoxd | 14 days ago
If you have any of those projects, or just heavily AI assisted project, please share it here.
asdfbank|14 days ago
95% of the app is boilerplate API and DB stuff but I stood 0 chance of making this without the LLM handling syntax and the volume of code.
It's Plantshare and it helps people share and find plants, because if you do gardening, your plants are likely making more free plants all the time. which you can now share and find on this app. Saw an app for sharing tools in your neighborhood and I thought that was really cool, so I did this but for giving plants/seeds/cuttings away.
https://ps-prod.bloodys.cc/links/getplantshare
Gooblebrai|11 days ago
I wanted to try vibecoding, so I decided to make a 100% vibe coded project: a HN-clone forum just for philosophical topics/questions and articles
nicbou|10 days ago
staticspb|8 days ago
It's a kind of an AI Photobooth for events and celebrations. It's not 100% finished (need to add payments), but already pretty usable.
P.S.: Mostly done with Cursor
andoando|10 days ago
Idea is to give agents and humans power to both post to and consume from a vector/RAG database. So then you can do something like "Im looking for someone whose read this book recently and wants to talk about it" or "find me blog posts about x y or z". Pretty difficult to get over the need a user base to have a user base hurdle though and Im horrible with marketing
adakuchi2242|13 days ago
Not vibe coded, but in the last six months I’ve been heads-down building ORA—an autonomous super agent that represents the next step toward AGI. An agent, specifically designed to help people go from vibe coding to production-ready code. The gap between 'I got AI to make something' and 'this is actually deployable' is massive. Curious if others in this thread are thinking about that transition. Demo: https://x.com/OscerraHQ
NickHodges0702|13 days ago
Just a silly site I built in a weekend.
chocks|10 days ago
yef|13 days ago
mootoday|13 days ago
It's the SQL client I've always wished I had. It's a desktop app, but I made it work in the browser too thanks to DuckDB Wasm.
7777332215|13 days ago
seinvak|12 days ago
https://news.ycombinator.com/item?id=46345897
kentich|11 days ago
mindwork|12 days ago
https://maptoposter.penk.in/
I mean AI did all the work for me with some minimal guidance. All and all it took about 3 hours to do with PaaS hosting
codingdave|14 days ago
Now, if you have written a product that is successful and want to share that success, and just happenned to vibe-code it, that is a different story. But "Hey, I vibe-coded this." is not particularly interesting.
nicbou|10 days ago
keepamovin|12 days ago
- UDP777 - a simple UDP pager in Go: https://www.udp7777.com/
- FIPSPad - a simple Notepad app with encryption-at-rest that only runs if your system is FIPS-compliant in Rust: https://fipspad.browserbox.io - A suite of AI-written alternative HN front pages (serious joy and laughs): https://dosaygo-studio.github.io/hn-front-page-2035/ - A full auto-updating static interactive archive of HN with various queries and new views: https://hackerbook.dosaygo.com - A "most cited" HN-ecosystem ranking of topics that span multiple discussions over time ranked by the topics whose discussions/comments were most cited by other HN comments: https://hacker-backlinks.browserbox.io/ - A game where you have to do mental math for hexadecimal crossword puzzles: https://do-say-go.github.io/hexfiend/?hn=2 - A game where you factor RSA semiprimes by doing constraint propagation on a guessable tableaux: https://do-say-go.github.io/insights/ - BlueDot - a universal cloud-console TUI that lets you search, compare and rent VPS across 6 clouds (GCP, Hetzner, AWS, Azure, Digital Ocean and Vultr), right from your terminal: https://tui.bluedot.ink - An implementation of an idea I had from 2013, an "approximate matching" LZW algorithm: https://github.com/BrowserBox/LZW-X - An email-bridge for your CLI AI agents to let your drive them from email while you're out, leaving your laptop at home: https://ai-chat.email - A little open-source tool to mute your macOS mic to zero as well as detect Siri listening overrides and open settings so you can toggle: https://github.com/BrowserBox/NoSpy - A set of AI "taste & doctrine" files to teach your agents code that belongs and give them procedures for checking semantics for quality, or case-by-case human overrides, to keep codebases higher quality and more maintainable, rather than just ensuring syntax parses: https://ai-lint.dosaygo.com - git-prime - mine git commit hashes for large primes by fuzzing a nonce annotation in the message: https://textonly.github.io/git-prime/ - prime news - a view of all of HN that only selects items with an ID which is a prime number: https://dosaygo-studio.github.io/prime-news/ - A visual proof of the Pythagorean theorem that let's you play with the "squares to triangles to bigger square" mapping: https://do-say-go.github.io/insights/others/interactive_peri... - An impressionistic Windows 98 desktop called Windows 98½ with real Web Browsers: retro UI wrapper around BrowserBox using the new BrowserBox WebView Embedding API - a showcase for my corporate work and a cool 90s tech nostalgia art project in one, what could be better! :) - Structropy - Towards a metric of organization. An adaption of qualities of the metric of Shannon entropy toward not just "surprise" but strucutre, to try to fill the gap that Shannon leaves where "highly random" is "high information" but "low organization". Loosely based on expected sorting time of new inserts. https://github.com/DOSAYGO-STUDIO/structropy And a few more even bigger ones. And that's just the last 3 months!worldsavior|12 days ago
Beckmeister|11 days ago
[deleted]