Alternatives
Products that do what Premium Nature & Meditation Music Web App (my first solo project) does
>>>>> TimeForZen.com <<<<< This took months to put together. Learning javascript, using the sound manager 2 api. Finding the perfect creative commons photos on flickr. It's such a ridiculously simple site (just a curated list of music) but I went through hell debugging and getting it to work. I learned an extreme amount. My advice to designers who can't code, keep it simple, just get it done don't worry about optimization, don't worry about a backend. Code everything manually if you have to. I've kept it simple out of necessity. I'm a designer, not a…
- 1AN
I built this free, no-nonsense white noise app. I know there are plenty of them out there already, but I wanted to make something beautiful and easy-to-use, without logins or ads or in-app purchases or any of the other stuff a lot of them have. I appeared on The Economist's The Intelligence podcast [0] this week talking about Ambiphone and another ambient music project, Ambient ScotRail Beats [1] - I'm on at about 17:30 There's a big selection of music and sounds already but I'm always adding more - if there's anything you'd like to see added, let me know! [0]…
2024 · ambiph.one
- 2AA
This is an web audio experiment I've been wanting to do for a long time. Basically an ambient music composition, but all the sound elements are laid out in space, and that musical space can be explored freely. It's definitely inspired by in-world music that sometimes appears in games. I basically took that concept, keeping the music aspect, and dropping the entire "game" aspect. I also turned it into a more "traditional" non-interactive album, but since I started with code, why not program the whole thing? Had a blast making the entire album from code, the complete source for the album is…
2024 · ambient.garden
- 3MA
hi all, I've always wanted to make my own game, but couldn't afford a thousand-dollar adobe (flash+photoshop) license. I'm not a talented programmer, have no degree in CS. But I understand some elements of design. So I got me a copy of ImpactJS, and after about 5 months of steep learning curve (at least for me), I managed to come up with a game. I also integrated it with a highscore and badge system, similar to what you get at Kongregate. You need to login with Google/OpenID to earn badges/scores. link is: http://www.hotbazooka.com/privatejoe hope to hear some feedback/questions from you guys!
2011 · hotbazooka.com
- 4

- 5MF
http://hiphopblend.com The website is responsive, so check it out on tablet/mobile, too! I'm currently working on adding more features to the website. It's my first official project since I started to learn programming (PHP). I would love to get an audio player in the site, which would scrape the blogs for new audio, but I'm having some difficult getting there. I really appreciate any feedback about the site at all! A little about me: I've been making Wordpress sites at a digital agency for almost 9 months now (from scratch). A few months ago I became really interested in learning…
2012
- 6GC
I just launched a new project aimed at helping people to do something fun and creative every day by giving them daily challenges. The goal is to promote habitual creativity by reducing the barrier to content creation and reminding users to keep at it. Everyone can see everyone else's creations and give them some encouragement with a like. When designing Get Creative, I wanted something with a mobile sensibility: badged notifications reminding users to return, a very simple interface, even a predefined viewing size. But I didn't want to dive full in to iOS or Android where testing would be…
2012
- 7IM
- 8IJ
Hey HN! I've been working on Muxamp for over a year now, and I decided that there's no point in keeping the source closed. (I never planned on making money from it.) I've learned a lot since I started, and I hope others can benefit from its release--and perhaps teach me a thing or two as well :)
2013 · github.com
- 9IR
There are lots of ambient sound apps on the App Store, but they all seem to be paywalled. I thought I should make one where all the content was free. I bought a secondhand professional audio recorder, then took it to national parks in Australia and Germany, in case I heard anything interesting. It was a bit of a learning experience, but I now have a library of half a dozen passable recordings. The biggest problem was noise pollution: humans are noisy and everywhere; I never noticed until I started listening carefully for background noise. Traffic and building noise carries for huge…
2023 · apps.apple.com
- 10IH
Hello HN, I had some christmas free time over the last two weeks (Merry Christmas btw ;-)) and used that time to completely recreate the website of my app[1]. I used all the fancy new tools. I didn't know some of them when I started. What was my goal? * Pretty website * Blazing fast * Mobile first * SSR * Webp support * Generally all the best website practices (high lighthouse score) What did I use? * Tailwindcss (https://tailwindcss.com/) * Tailwind Components (https://tailwindui.com/) * React (https://reactjs.org/) * ViteJs…
2021
- 11IM
I'm a musician by night, software developer by day, and one of the minor frustrations I've always had was trying to find a simple tuner app for my phone. Looking at both the iOS and Android app stores, you'll find a lot of the top tuner apps are rather bloated with ads or subscription callouts. I thought I'd create a dead-simple minimalistic mobile chromatic tuner the way I would like it - open the app and tune my guitar. My work is in web with NodeJS and React, so I chose React Native since it was the easiest to understand coming from React. Flutter was also an option since the company I…
2022 · github.com
- 12AL
A buddy and I decided to hack on this little project this weekend, putting in about 12 hours. It's running Ruby on Rails, deployed to Heroku. We tried to keep things super lean with different gems handling user accounts, mailchimp for an email list and super lean styling/layout. Everything should work well enough on mobile devices, too, so give it a look! Right now the magic all happens via the Soundcloud API (of course), but we're exploring different ways to make this appeal to a broader audience of music listeners. We'd love your feedback! Here's the site:…
2014
- 13IV
Hi - I'm part composer, part engineer and big fan of reading blogs where people learn out loud or with the garage door up by sharing their notebooks or journals. I've been doing this in Moleskines for years (going back to the 80s) but made it a new year's in 2024 resolution to post SOMETHING everyday, so long as I created the sound. I have a big archive of demos and seeds of ideas, so I figured it wouldn't hurt to do something with those in the process. Being so steeped in programming for the last 30 years, a healty chunk of this material is made via coding with Csound, TidalCycles, some raw…
2025 · listenfaster.com
- 14IR
I was going through my app subscriptions and realized I was paying $15 for a pretty good workout app, which seemed a bit high to me. As a software engineer who is also well versed in claude code, I realized that I could likely vibecode a very similar app, or even build something more to my liking. I challenged my self to build something roughly equivalent this afternoon. Workflow was: start with a detailed spec from Claude code describing many of the features common in workout apps. Then paste this into lovable to have it build out the initial mvp. Once that was built, I used claude code…
Dec 2025 · strengthquest.lovable.app
- 15KY
Hey HN! I wanted to practice "vibe coding" and see how far and fast I can go by only prompting, without actual coding. I decided to make a simple CLI app that scrapes web docs into a single md file (I was annoyed that LLM keeps writing Tailwind 3 code for a Tailwind 4 project). In just a couple of hours, the CLI app was ready! Then iterated on arguments for another couple of hours. Result: https://github.com/vladstudio/web2llm Then I decided to go further and "productize" the CLI by making a web app for it. Another half-day, and the web app is ready!…
2025 · web2llm.dev
- 16MC
I've been building mmerch.com alone for roughly the past two years part time. I'm really hoping I can get some reviews/critiques on it. Thanks! mmerch.com
2013
- 17SI
Hey guys, I would really appreciate it if you could take a look at my new site that I have put into private beta this weekend. In summary it is a site for photographers, graphic designers and web designers to get private feedback on their work. There are plenty of sites out there were we can post our work and get it seen but sometimes you need to be able to get some feedback before having it on a public display. This is part 1 of the longer term plan. The beta has the basics to enable users to review each others work, the number of images are limited at the minute but I will be extending…
2011
- 18MF
Hi HN, I've been taking guitar lessons and one thing that is recommended to most musicians is ear training - where two different notes are played and you must identify the number of steps between the notes. My app, Earbuilder, should help with that process. You can find it here: http://www.earbuilder.com/ It's my first web app, and my first real foray into JavaScript. You can take a look at the source and you'll see that it's pretty poorly structured, but I've picked up a book and hopefully things will improve with my second web application. Please let me know if you have any comments,…
2013 · earbuilder.com
- 19SA
Over the past three months, I’ve been working with my dad on this app as a way to learn Cursor, shadcn/ui, and Next.js. I’m currently studying UX design at the University of Michigan, and I’ve been really impressed by how much vibe-coding tools have advanced over the last six months. This work journal includes private AI-generated insights with scheduled summaries that can be shared with your team or manager. You can also choose to make a summary public—like I’ve done here for my work on this web app: https://www.workjourney.ai/summary/mkblt2zt-hn2kdbus If anyone has…
Jan 2026 · workjourney.ai
- 20WD
I know mentioning Michael Seibel is almost cheating, but this week he demonstrated the "leaky pipes" concept to me. Not that I know the guy, but in one of his videos he says something on the lines of "If you are unsure if you app is ready to be launched, just launch it. It's like a house with leaky pipes, just open the main, grab your tools, and start fixing wherever water is leaking". So we did it, we launched drummy earlier this week on /r/InternetIsBeautiful and we got very close to 10k users in just one day! Survived the hug of death, learned a ton, and made changes all around.…
2022 · drummy.io
- 21IM
Some of you may know me as a freelance developer and the founder of BugMuncher, but my primary passion in life is actually music. I've recently decided to have a go at making some money from my music by submitting songs to Audio Jungle. So far I've only submitted 2 songs, but both were approved for sale first time, so I guess I'm doing something right :) My second submission is a song I wrote specifically with tech start-ups' landing page videos in mind: http://audiojungle.net/item/introducing-success/3581039 Hopefully it can find a home on someone's landing page :)
2012
- 22IF
So, after many years of kicking about little apps and not putting the full effort in, I decided to bite the bullet and get on with it. Very much inspired by patio11 and Bingo Card Creator, I present Griddol (http://www.griddol.com) a tool to create and play word searches. Intended mainly for teachers, but encouraging those who like a word search too. This been churning around in my head for over a year in various forms, and I used the concept to help learn CoffeeScript, CouchDB and node.js, so even if the product itself is a failure, the learning process has been valuable. I'll be the first…
2011
- 23IB
Hey HN! Last week I was working on a website and needed a way to synchronise visuals with live music. I've used MIDI controllers for this before, but I am travelling right now and don't have mine with me. So I had the crazy idea to build a browser extension that uses the keyboard as input and includes a sequencer. I gave myself 24 to work on it. It ended up taking longer (of course), specially since I ended up creating a demo, a small landing, docs, and an intro video. Took me one week from idea to launch (pushed quite a bit tbh). Features: - Works as a browser extension. Atm distributed…
2024 · minitap.io
- 24MA
Muxamp is a unified playlist that lets you search for and play YouTube and SoundCloud media back-to-back. It is my first web app, written entirely in JavaScript (thanks to Node.JS). Link: http://muxamp.com/ Features: * Easy track search * Drag and drop playlist rearrangement * Sharing your playlist is as easy as copy-pasting the URL * Attractive UI, thanks to Bootstrap and CSS * Free, no sign-up required This is a personal project of mine that I used to learn more about JavaScript and web programming. Feedback is appreciated! (Tell me if it sucks or not.) This project is hosted by Nodester…
2012
Ranked by how close each launch is in meaning, then by votes. Refine with a description →