TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Ask HN: How do you come up with side project ideas in 2024?

86 pointsby nidnoggover 1 year ago
Hi everyone. For the longest time I&#x27;ve been wanting to get a few ideas of my own that I&#x27;ve written down actually built up and deployed.<p>I wanted something that I could maybe make some beer money off being useful for people, and something that could use an actual back-end to improve my back-end skills. I wanted to consolidate my Rust (or Golang) skills as well.<p>But whenever I write something down, I get a bit carried away when implementing it and never really finish much. I also discard a lot of ideas because they end up being too simple (and too front-end-ish overall). I&#x27;m starting to think the root of the issue could be the ideas themselves that are too lackluster.<p>So I know this has been asked before (I&#x27;ve combed over those old threads countless times and they&#x27;ve been helpful), but I&#x27;m curious to hear more thoughts on the subject.

56 comments

BigParmover 1 year ago
If I lived ten lifetimes I would never run out of things to build. Each project suggests five new projects along the way.<p>It’s harder if you think about building for the masses. It’s easy if you think about building for yourself.<p>But yeah everyone gets creative block sometimes when you’re not on a roll already.<p>It’s actually crazy the breadth and depth of research that is out there. And in computers, it’s not like math where it’s proven to end here with this proof or whatever. People are just writing papers about something they made. There’s tons of room to get in there and do something new.
评论 #39382337 未加载
评论 #39371621 未加载
评论 #39363981 未加载
65over 1 year ago
I only make things I need for myself.<p>I have a list that just seems to never end of things I want to make for myself. Even simple stuff like a web based notes app where I store my own data. Or the RSS reader I made for myself. I don&#x27;t care about making money or getting users at first. I make it for myself, and if it&#x27;s production ready I&#x27;ll let other people use it.
评论 #39483306 未加载
评论 #39399108 未加载
kebsupover 1 year ago
My biggest side projects come from being almost mad that a certain project does not exist.<p>For example, I&#x27;ve seen a lot of gif memes on the internet, in which the text was always very badly jumping around and it was very difficult to make them. So I&#x27;ve spent a few hundreds of hours making <a href="https:&#x2F;&#x2F;gifmemes.io" rel="nofollow">https:&#x2F;&#x2F;gifmemes.io</a>. (actually as my bc. project :D)<p>Another project I&#x27;m working on right now comes from my frustrations with language learning apps. I don&#x27;t care about leaderboards&#x2F;scores&#x2F;trophies&#x2F;chatting with ai or whatever. I JUST want to learn enough vocabulary to be able to listen to podcasts and watch Netflix in German. So Anki might be good, right? But it just was so combursome to use, creating the cards or finding good decks. So I&#x27;m creating <a href="https:&#x2F;&#x2F;vokabeln.io" rel="nofollow">https:&#x2F;&#x2F;vokabeln.io</a>, it&#x27;s like Anki, but &quot;AI&quot; enhanced. Sentences, word explanations and audios are generated, so adding new words is super easy.
评论 #39363230 未加载
评论 #39373826 未加载
评论 #39362845 未加载
评论 #39439544 未加载
breadchrisover 1 year ago
Care less about the idea, and more about the effort. When your goal is to work on something that makes you personally happy, it is something you return to everyday organically. The effort you put in doesn&#x27;t feel like work. Even if you don&#x27;t reach your goal, what you have learned makes the next objective&#x2F;project that much easier. The more you learn, the faster you can iterate, whatever the task may be.
评论 #39362745 未加载
mlbossover 1 year ago
What is the goal ? If you planning to monetize it then pick up an existing successful app. Strip down the functionality and cater to a niche set of users. Develop something very fast. Get on twitter and broadcast it, dm potential users.<p>First ideas usually suck. It is the second, third, fourth ideas that will get traction.<p>Thinking of unique idea is usually a kind of procrastination. There are lot of apps that just suck. Copy the idea and make it better, faster, cheaper, intuitive. DM potential users.
mayilianabout 1 year ago
This is a cliche answer but I think you have to genuinely have the problem or be very near to it to come up with a good idea and afterwards execution.<p>Throughout my life I had several projects that I&#x27;ve never launched. This time I decided to go till the end and launch this app: <a href="https:&#x2F;&#x2F;play.google.com&#x2F;store&#x2F;apps&#x2F;details?id=com.dutchspeaking.exam">https:&#x2F;&#x2F;play.google.com&#x2F;store&#x2F;apps&#x2F;details?id=com.dutchspeak...</a><p>Last year I&#x27;ve been preparing for Dutch Speaking Exams without a tutor (using Babbel and ChatGPT) and I really neede a dedicated app to quickly prepare me for the exam. So this project was born from the my actual need I had.<p>During implementation though I figured that it&#x27;s easier to come up with new ideas (as working on something spawns ideas or at least ideas of pivoting).
joshelgarover 1 year ago
Some starting points:<p>- Find old datasets (hn.algolia.com &quot;datasets&quot;, use huggingface, search arxiv)<p>- Use weird search engines, e.g. exa.ai (searches based on embeddings vs. google&#x27;s pagerank&#x2F;keywords) + google dorks. weird input = weird output<p>- mix 2 ideas you see - look at showcase channels on discord and pages on random frameworks, things people are building at Buildspace<p>- Find old facebook groups with lots of grumpy members posting regularly<p>These are just random strategies I use before I make things I post on twitter (<a href="https:&#x2F;&#x2F;twitter.com&#x2F;joshelgar" rel="nofollow">https:&#x2F;&#x2F;twitter.com&#x2F;joshelgar</a>), but they work pretty well for coming up with fun projects.
评论 #39362223 未加载
评论 #39364636 未加载
Gigachadover 1 year ago
I gave up doing tech side projects. I just don’t feel that I can be anywhere nearly as impactful working on a solo project as on a corporate one.<p>At my job I spend a week building a feature that overnight gets used by thousands of people. While on a side project I end up spending the same time setting up the framework and login page that will be used by maybe 2 people before they get bored.<p>Instead I made my side projects art related. Drawing, sewing, cosplay props and stuff. Feels good to spend a weekend and finish something cool that I can give to someone. Vs spending the weekend grinding away at trying to configure docker and CI.
评论 #39370292 未加载
internetterover 1 year ago
As lame as it is, I don&#x27;t make side projects until I have a reason to make a side project. My steps are as follows<p>1. Have problem<p>2. Look into preexisting solutions for problem<p>3. Analyze each solution to see if it fully solves the problem in the way I need<p>4. If none do, make side project<p>Sometimes, I have many side projects. Sometimes, I have none. My GitHub activity graph reflects this.
评论 #39362452 未加载
taconeover 1 year ago
I am developing a side project these days. This what I&#x27;ve got since now: 5-30 seconds deploy time, end to end type safety from db to the frontend, 100 lighthouse score, automatic let&#x27;s encrypt certificates for my docker machines, 50kb total webpage payload. And of course nothing of real value done. I guess we are all on the same boat :)
评论 #39491850 未加载
评论 #39363431 未加载
评论 #39362979 未加载
nicbouover 1 year ago
I help people immigrate to Germany. I constantly need little &quot;duct tape&quot; utilities to nake immigration easier at a very low level.<p>For example, merging your residence permit application documents into 5 PDFs under 12 MB so that the immigration office will accept them. I also made tools to fill needlessly confusing forms, to find appointments at the citizens&#x27; office, and to generate resignation letters. I also built tax and health insurance calculators.<p>To give a broader answer, become a domain expert in something that isn&#x27;t tech. You will quickly see a million small things that could be improved with a bit of programming.
评论 #39368382 未加载
评论 #39370333 未加载
评论 #39373868 未加载
ipaddrover 1 year ago
You have to decide what you want to do. Do you want to make ever more complex golang code and you will judge success by the complexity of the code and you&#x27;re ability to get better with golang?<p>Do you want to make something other people will use?<p>Do you want to make something other people will buildon?<p>You&#x27;ve put too many rules&#x2F;restrictions and you really only want to work on the fun part but then you judge yourself harshly for not finishing to some state you haven&#x27;t defined.<p>A good business idea might be mostly frontend. The tools don&#x27;t matter when you your goal is a successful product. Using golang or javascript is not important.<p>A great business idea that must be implemented using mostly golang backend code that will stretch you as a developer where you can just work on the fun parts is like winning 3 lotteries at once.
tlowover 1 year ago
I think you&#x27;re asking many questions here:<p>1. How do I finish something?<p>2. How do I create something other people will find useful?<p>3. How do I monetize my hobbies?<p>4. What should I make with Rust?<p>What answers do you think you need? Maybe you already have the answers. If you wish to do something, do it.<p>I would suggest only a framework that is essentially to think in prototypes.<p>1. Focus on quantity, not quality. Make 10-20 things.<p>2. Think simply. Do some small planning at the outset. Don&#x27;t expand scope.<p>3. Release early and often. - Set a schedule, follow it. Release whatever you have when the time is elapsed.<p>4. Define your goals and measure results in some objective form.<p>5. After you complete this cycle, find a combination of what you enjoyed and what others are using&#x2F;enjoying and iterate again.
labarilemover 1 year ago
Usually I build something I need and doesn&#x27;t exist or can be improved wrt existing solutions. I don&#x27;t necessarily do it for money since it&#x27;s a side project we&#x27;re talking about. Focusing on solving the core issue instead of finding a viable monetization strategy has some pros:<p>- makes it more fun for me - feels lees like another job - users won&#x27;t be exploited<p>If you only need beer money to keep the project running, there are good chances you can keep it running for free too. There are lots of cool free services out there for starting out (eg. Vercel).<p>For example, I&#x27;ve just built and deployed <a href="https:&#x2F;&#x2F;calcolomassimale.it&#x2F;" rel="nofollow">https:&#x2F;&#x2F;calcolomassimale.it&#x2F;</a> on Vercel for free: a 1-Rep Max calculator for strength exercises. There are several tools like this out there but:<p>- most are in english - italian tools are clunky&#x2F;have too much useless text for SEO purposes&#x2F;use old and ugly interfaces<p>The idea in this case comes from a simple personal need.
oztenover 1 year ago
&gt; I also discard a lot of ideas because they end up being too simple<p>No idea is too simple. Apple has been iterating on the iPhone timer for like 10 years.<p>Ship a simple idea that people want and will use. Feedback will make it complicated and more work, don&#x27;t worry.
noman-landover 1 year ago
Don&#x27;t think about things you could make with your skills. Think about things that would be fun, useful or funny to use, then figure out what you need to do to build it.<p>The final product is the goal and the faster you can come up with a single through-line, a &quot;steel thread&quot; that gets you from nothing to something usable and fun, the better off you will be.<p>Basically I don&#x27;t think you should leave your first weekend of working on a project without <i>something</i> fun to show from it.<p>Aggressively prune your idea down to the barest essence, the absolute minimum functioning thing. Cheat. Cut corners. Fake stuff. Keep it ugly. So that after the first weekend you can show something to someone that is cool.<p>It doesn&#x27;t have to be complex, or use fancy tech. Think of ways to combine unusual things. Think of ways to stitch together weird pieces of other tech.<p>Think about the craziest, most insane, impossible, lunatic ideas, and then slowly walk backwards back to the sane. Not the other way around.
em-beeover 1 year ago
since your goal is to improve your backend skills, i think the best advice is to find a Free Software&#x2F;Open Source project that needs work on their backend.<p>for my own projects i discovered the same thing you did, that most projects just don&#x27;t need any complex backend work. i pretty much stopped backend work for my projects a decade ago, because all the interesting parts of the projects were in the frontends.<p>contributing to FOSS projects gets you out of that dilemma, because you get to work on projects that are larger than what your personal one-person projects usually end up being, and thus have much more complexity that require a custom backend.<p>to earn a bit of money, look for projects that offer bounties to solve specific problems.
wiwoworldover 1 year ago
Often the ideas come from some obstacle or problem that you&#x27;ve experienced.<p>E.g. during the COVID almost nothing worked and I was stuck at home curious if there is still anything happening around me? And I literally wanted to see on the map if there was anything in my neighborhood at all. But none of the existing solutions worked for me. So I decided to make my own. So I&#x27;ve created <a href="https:&#x2F;&#x2F;wiwo.world&#x2F;map" rel="nofollow">https:&#x2F;&#x2F;wiwo.world&#x2F;map</a>. There you can find things that are happening nearby.<p>With me the problem is more with the consistency of the executions rather than the idea itself.<p>As I wrote in another comment I often abandon a project for the next one.<p>Honestly, I do thing the execution is much more difficult and important than the idea. For example in our above project we have tons of ideas what other features to include but we want to make it with the active feedback by the users and we have a huge struggle to find any early adopters, mainly because we have never searched for such before.<p>One other controversial but possible approach is just to ask AI for ideas.<p>Or maybe you can take a look at all the existing products and see how you can improve one of them in your own way.<p>Unfortunately however, as I said above, most of the time, people fail when it comes time for the execution.
shylalpover 1 year ago
I&#x27;d love to see things that could my father with his blindness, or my nephew with physical disabilities from muscular dystophy. My dad loved technology but is now just frustrated by it-- apps that read are slow, don&#x27;t integrate with programs well or at all and such. Somedays he just throw his iPhone out the window... it&#x27;s not more than a book reader and occasional text or ohone call maker. If anyone takes up this challenge--Thank you! Thank you so much!
评论 #39375650 未加载
colechristensenover 1 year ago
It seems like you have more of a problem scoping things and finishing them.<p>I would suggest going ahead with one of your ideas (if you can&#x27;t pick, roll dice, pick a note out of a hat, etc) and take it to MVP.<p>Finishing things can just be a habit, anxiety and perfectionism are the enemies of getting things done. You also don&#x27;t know what will or will not be successful. Focus less on what you think will happen and more on getting things done. Do it once or twice before you worry about how good an idea is or how much potential it has.
poisonborzover 1 year ago
I think the only singular driver of such project is YOUR needs. There are gazillions of seemingly obvious tools that should exist but either no one developed it yet, or the ones existing are decades old and outdated. Nothing else will drive you than your own carving for that Thing to be created. Everything else - internet cheers, karma stars, donations - will be just a side effect that keeps you maintaining it. I wouldn&#x27;t think about if it&#x27;s &quot;too simple&quot; or what tech you end up using.
sevaghover 1 year ago
&gt;But whenever I write something down, I get a bit carried away when implementing it and never really finish much. I also discard a lot of ideas because they end up being too simple (and too front-end-ish overall). I&#x27;m starting to think the root of the issue could be the ideas themselves that are too lackluster.<p>Idea is 5%, finishing is 95%. I say take one of your previous projects and see what it takes to call one of them finished. Do it. It will change your outlook.
评论 #39392980 未加载
andherover 1 year ago
I&#x27;ve been doing side projects for a bit, and they&#x27;ve been a combination of things I think are just cool and relate to hobbies I like, or solve some kind of problem I&#x27;m having, or are cool things I&#x27;ve seen other people talk about (either twitter or in person meets or something)<p>The one I&#x27;ve been working on for a while is solving PITA leetcode style interview prep. I just don&#x27;t do well in prepping without some kind of mock environment. To reference from a previous comment I made:<p>&quot; I&#x27;m building <a href="https:&#x2F;&#x2F;comp.lol" rel="nofollow">https:&#x2F;&#x2F;comp.lol</a>. It&#x27;s AI powered mock coding interviews, FAANG style. Looking for alpha testers when I release, sign up if you wanna try it out or just wanna try some mock coding. If its slow to load, sorry, everything runs on free tiers right now. I really dislike doing leetcode prep, and I can&#x27;t intuitively understand the solutions by just reading them. I&#x27;ve found the best way for me to learn is to seriously try the problem (timed, interview like conditions), and be able to &#x27;discuss&#x27; with the interviewer without just jumping to reading the solution. Been using and building this as an experiment to try prepping in a manner I like.<p>It&#x27;s not a replacement for real mock interviews - I think those are still the best, but they&#x27;re expensive and time consuming. I&#x27;m hoping to get 80% of the benefit in an easier package.<p>I just put a waitlist in case anyone wants to try it out and give me feedback when I get it out<p>Gonna apologize in advance about the copywriting. Was more messing around for my own amusement, will probably change later&quot;
mortylenover 1 year ago
I have also started several side projects and never finished any of them. The problem for me was that when I solved the most important problems, I lost interest in it. This year I&#x27;m trying something new and I hope to overcome this barrier. So I can imagine your situation. I wish you to choose a project that you will enjoy and find fulfilling and see it through to the end.
samsquireover 1 year ago
I just hope that within 6 months to 1 year you&#x27;ll have found and built something you really enjoy working on and learn from, even if unfinished. Keep going. Positive conviction and optimism. Have faith. I hope you don&#x27;t think negatively about your ideas and potential because that won&#x27;t help.<p>What do you find extremely satisfying working on in programming?<p>Do you write all the time? It works for me! I keep journalling my ideas in a markdown README.md file publicly on GitHub since 2013. While I was writing I felt inspired by an idea and actually felt I desired to try write some code to implement this idea.<p>I encourage you! You can write your thoughts down and do small achievable things repeatedly.<p>I recommend using replit to get an environment quick and ready for programming in. When I was a child I wanted to be an inventor because I liked the idea of creating things.<p>My interest is low level things such as JIT compilers, database internals and distributed systems.<p>see my profile for what I&#x27;ve done with this strategy and my programming side projects.
jbs789over 1 year ago
For what it’s worth, I find it interesting that the focus is “side project”.<p>I just try to solve problems. Lots of problems have already been solved satisfactorily if not perfectly. And many more need solving but I don’t have the skills. So I’m looking for the set of problems that need solving that I might be able to help with, and focus on that, but it’s a really small set.
评论 #39378008 未加载
duranduranover 1 year ago
What helps me is setting goals and clear intentions about what I want out of my side project. I tend to optimize for personal fulfillment+learning, and not money making potential. If you go for the latter, the thinking model changes.<p>When the pandemy started, I got really serious about learning guitar. I started guitar lessons and eventually hit a wall with trying to grok music theory. I was involuntarily given the opportunity to work on a side project (thanks google), so I picked something that I felt would keep me interested for a while. That kicked off this: <a href="https:&#x2F;&#x2F;app.bars.ai" rel="nofollow">https:&#x2F;&#x2F;app.bars.ai</a><p>It&#x27;s very very far from being done, let alone useful. It originally started with little scripts that I had been writing, and it slowly evolved into a website, fancier css, APIs, etc. I&#x27;ve been using it as my little test bed for experimenting with new stuff.
pavel_lishinover 1 year ago
It really sounds like you don&#x27;t have any problems coming up with ideas; it sounds like you have problems either finishing implementing your ideas, or discounting them out of hand because you think they&#x27;re too simple or front-endish. Would they solve a problem for someone? Then stick with it!<p>My current &quot;side project&quot; will never make me beer money; it&#x27;s a one-off character sheet page&#x2F;app I&#x27;m developing as a favor to a friend. In exchange, he&#x27;s probably going to write some music for me in the future. But I don&#x27;t really care about that; it&#x27;s an interesting project to work on, there&#x27;s a clear feedback loop (in the form of a Discord channel where I regularly publish an updated version and the other players tell me what they like, don&#x27;t like, and need next), and it&#x27;s actually solving a real-life problem.
alain34over 1 year ago
For me, it is often out of necessity for my day job or personal needs. I needed a cheap way to validate bank accounts through modulus check. I created BankAccountChecker <a href="https:&#x2F;&#x2F;www.bankaccountchecker.com" rel="nofollow">https:&#x2F;&#x2F;www.bankaccountchecker.com</a> I was looking for a way to share photos with my elderly parents that live abroad. I create Memories <a href="https:&#x2F;&#x2F;m.emori.es" rel="nofollow">https:&#x2F;&#x2F;m.emori.es</a> At the moment, i am looking at a way to aggregate bank statements to do tax return. I am creating <a href="https:&#x2F;&#x2F;www.bankaccountstatements.com" rel="nofollow">https:&#x2F;&#x2F;www.bankaccountstatements.com</a>
dustedover 1 year ago
Unless your hobby is making money, I don&#x27;t think you&#x27;ll make money trying to make money.. Except maybe by working an actual job.<p>It seems most side-projects that turn into money-generating projects are made by people who got some idea they&#x27;re passionate about, rather than people looking for a way to make money (unless their passion is actually the making-money part itself).<p>For myself, my side-projects revolve around stuff I think is neat, probably the only thing that ever had some potential to make money (and actually did a little bit until I realized making money was not my hobby) was the finalkey.net password manager.
zy0n911over 1 year ago
As similarly mentioned by others here, I think the best ideas for my side projects come from the deepest frustrations.<p>Not so long ago I created <a href="https:&#x2F;&#x2F;goswitchboard.io&#x2F;" rel="nofollow">https:&#x2F;&#x2F;goswitchboard.io&#x2F;</a> as a way to automatically organise my downloads and movie folders on my machines.<p>I&#x27;ve since made it into a pro version which I&#x27;ve had a few sales from, nothing considerable, but enough to pay a small monthly hosting bill.<p>Alas, find something that irks you in your day to day development or work and build for it :)
aaronbrethorstover 1 year ago
The last software side project I built and launched is a simple iOS app that you can find here: <a href="https:&#x2F;&#x2F;www.zone2.app" rel="nofollow">https:&#x2F;&#x2F;www.zone2.app</a><p>I came up with this project the same way that most come to me: I solved a problem that I had and then polished it enough that I could release it publicly. I also wanted an excuse to learn SwiftUI and it felt like a good place to do that.<p>I haven&#x27;t made much money off of it, but that&#x27;s fine because I really only built it for myself.
评论 #39364563 未加载
jamal-kumarover 1 year ago
It sounds like you&#x27;re fine with coming up with ideas but having issues with sticking to them? Maybe start a company and put a monetary stake in these side projects. Even if they aren&#x27;t explicitly profitable side projects, it still puts in some imperative.<p>Also don&#x27;t be afraid to be the only person using some kind of project tracking implementation like a kanban or whatever with milestones and self-imposed deadlines.
johncoltraneover 1 year ago
Like in 2023, 2022, etc. by having a real world need.
qupover 1 year ago
Stop trying to be unique. Just try to be better.
elevatedastaltover 1 year ago
My passion projects, I don&#x27;t expect them to make money. I do them because I want to create something and because I think it&#x27;s useful. For eg. I am working on a website that will be of great help to students and teachers of a certain field (keeping it vague for anonymity), and I have taken an explicit decision for it to be to be free and ad-free forever.
评论 #39370620 未加载
austin-cheneyover 1 year ago
I am converting my side project from a file sharing application that displays in the browser to an operating system that can install&#x2F;uninstall custom components. My primary motivation is to dramatically reduce to cost of extending the application while simultaneously further locking it down from popular bad habits.
bluebooover 1 year ago
It’s ok not to finish. Starting, discovering, untangling, solving root node problems can be rewarding and worthwhile. Not every moment’s labor has to feed into a SaaS launch.<p>Follow problems that bother you and subjects that fascinate you. Those criteria are far more important than product viability or even becoming fluent in tech-du-jour
seabirdmanover 1 year ago
PathGetter really helps me a lot. Drag n droplet that puts any items path in memory. That’s just one example. Essentially I have several “personal” programming projects going at all times. I’m working on them all the time. Most progress is made away from the keyboard while walking or even sleeping.
Kaykay66over 1 year ago
Ok I got interested in crypto about 2 years ago. Well I couldn&#x27;t even operate a cell phone that well, still can&#x27;t. I have crypto all over my phone and can&#x27;t for the life of me, figure out how to deposit it??? HELP!!!
hgs3over 1 year ago
Why don&#x27;t you build something you want to use? Chances are if you need it other people do too. If you can&#x27;t think of anything, then ask other people what problems they have and consider how you could solve them with software.
sebnunover 1 year ago
As others mentioned, start with something you need. I was looking for a language learning tool for intermediate language learners, it didn&#x27;t exist with the features I wanted, so I built one with me as the first user.
darkest_rubyover 1 year ago
One day I woke up and decided that my side project isn&#x27;t going to be a software product, but rather a book on writing software. So I have been writing it for the last year
oooyayover 1 year ago
Talk to people about what pains them and work backward from there. You&#x27;ll probably find a thing or two where simple things can be done that&#x27;ll have a big impact.
_boffin_over 1 year ago
- What are the things that frustrate you<p>- What are the things that make you go, &quot;hmm, that&#x27;s interesting&quot;<p>- What are the things that you wish that were, but aren&#x27;t<p>- What do you want to learn about
评论 #39368673 未加载
postaticover 1 year ago
You can also buy a side project<p><a href="https:&#x2F;&#x2F;www.sideprojectors.com" rel="nofollow">https:&#x2F;&#x2F;www.sideprojectors.com</a>
评论 #39401552 未加载
thewizardofausover 1 year ago
I come up with solutions to solve my own problems. You get better at finishing things the more you finish things.
taconeover 1 year ago
Beside the jokongly answer gave above, a bunch of ideas:<p>Look for something that sucks (for example, a decent and free restaurant QR menu web app) and make a better one.<p>Look for an extremely difficult thing and implement a minimal proof of it.<p>Look for overpriced services and make a free&#x2F;cheaper version. (for example: how to create a &quot;add to my calendar&quot; event link that can be sent in a email)<p>Another thing: write. Write your stupid again and iterate on it. Ask GPT about your it. Ask your friends. Look at it again after two weeks. Make project drafting a project per se. Do it again and again for different ideas. Steal other people ideas, make them better.
评论 #39362962 未加载
heavyset_goover 1 year ago
Have problem -&gt; solve problem -&gt; release solution so others with the same problem can solve it.
SAI_Peregrinusover 1 year ago
Find something I want for myself. Decide whether it&#x27;s worth it to build it. If yes, build it.
sufficerover 1 year ago
Have a hobby. Then develop or invent a way to program something for that hobby.
评论 #39362224 未加载
评论 #39362249 未加载
DarrenDevover 1 year ago
What industry do you work in? What sort of company and team do you work for?<p>Is there really nothing you can think of from a business or work perspective that you need, that could be better, that your colleagues or managers need?<p>Really?<p>A couple of hours ago I posted a list of 7 tools I wanted in my particular area. I&#x27;ll be posting this to LinkedIn tomorrow where I expect some real debate to kick off amongst my followers.<p><a href="https:&#x2F;&#x2F;darrendevitt.com&#x2F;7-fhir-tools-businesses-need&#x2F;" rel="nofollow">https:&#x2F;&#x2F;darrendevitt.com&#x2F;7-fhir-tools-businesses-need&#x2F;</a><p>It took me 5 minutes to write this list and every one of them is a product that companies I work with would pay money for.<p>It&#x27;s not something I think about often - I&#x27;m already working on another app - but I&#x27;m active in my field and I ask questions, so seeing what&#x27;s missing is not difficult.<p>What&#x27;s missing in your field? It&#x27;s that simple.
评论 #39365306 未加载
waprinover 1 year ago
My biggest piece of advice is work backwards from where you plan to share it. If you want people to care about what you make, it needs to be built for a certain type of person, and you need a way to reach that type of person. Ideally you can repeatedly reach that audience.<p>Otherwise, you&#x27;re going to do all this work, and then you&#x27;re going to think of where to share it, and at that point you&#x27;ll probably wish you had thought of this key step in advance.<p>Stuff built for &quot;everyone&quot; will rarely work because &quot;everyone&quot; is too broad an audience and too hard to reach.<p>Similarly, while Hacker News is a good place to post a project, it&#x27;s very easy to get lost in the sea of &#x2F;new and get zero attention, which could set yourself up for disappointment if that&#x27;s your only distribution channel. It&#x27;s better to have a smaller channel you have a higher probabilty of reaching -&gt; think a small Discord, a small subreddit that&#x27;s easy to get on the front page of, a small Facebook group, a small old-school forum. If you&#x27;re part of any community on X&#x2F;Mastodon that can work but I wouldn&#x27;t stress about it if you&#x27;re not, as there&#x27;s many alternatives.<p>Hopefully, these are all communities that you want to be a part of and are active in. A lot of self-promotion can be forgiven in communities if you&#x27;re otherwise an active member who contributes in many non-promotional ways.<p>The repeatability is important because that lets you iterate. Even if you front-page Hacker News, that&#x27;s great, but you&#x27;ll get a ton of traffic for a few hours but then you go an improve things and want another pass of attention, you can&#x27;t really front-page again soon.<p>Of course, the most important thing is to stay motivated and keep pushing. I personally get motivated by other people caring about my project, paying for my project, etc and you sound similar based on your question, so that&#x27;s why I&#x27;m giving you tips on accomplishing that. But many other people get motivated just because it&#x27;s a really interesting challenge or it solves a huge problem in their life. Know thyself and what motivates you and pick a project you won&#x27;t quit.<p>I will also note that you seem to want two contradicting things. You want to improve your Rust and you want to make money. For a given project, I&#x27;d focus on one goal or the other. And if you want to make money, frontend development is often important, HN condescending attitudes towards frontend notwithstanding. However, if your goal is just beer money just a popular repo might get that with Github sponsors.<p>Finally, you said you discard ideas because they&#x27;re too simple. That is the most backwards logic you stated. You should be discarding ideas that are too complicated. Simple is great. Simple is the dream. Simple is unfortunately almost never easy. But one illuminating exercise is go back to popular Github repos and go to their very first commit and you&#x27;ll see very often they started absurdly simple. As an example, DHH wrote the Rails frameworks in a couple weeks and a thousand lines of code and that became the dominant web framework for a decade. If your project gets popular , the complexity will inevitably arrive, there&#x27;s no need to start looking for it from the start.
jonathankorenover 1 year ago
Sounds like you’re just trying to make money, and preferably fast.<p>Stop. You’re doing it wrong. Money is the crassest reason to do anything.<p>Stop the fucking hustle. Make art.
评论 #39362390 未加载
costcoover 1 year ago
⠀
评论 #39365592 未加载
评论 #39365345 未加载
cx42netabout 1 year ago
I&#x27;ll take an original approach, and I hope you&#x27;ll like it.<p>First, to be fully transparent, I&#x27;m going to talk about my service, <a href="https:&#x2F;&#x2F;getfernand.com" rel="nofollow">https:&#x2F;&#x2F;getfernand.com</a> (A customer support service focused on being fast and stress-free). I prefer to share that first rather than lying to you about sneaky plugging my service.<p>Now, that being said, let&#x27;s talk about ... Fernand. As you might have guessed, it&#x27;s not a ground-breaking service. There are already hundreds of competitors out there doing the. Exact. Same. Thing.<p>So why did we go and build another one. To be honest? It&#x27;s because of the market. It is:<p>1. Validated. 2. Big. 3. Complex 4. The big ones aren&#x27;t getting praise right now.<p>That&#x27;s why we decided to go that road. Granted, it requires a crazy amount of work, and the to-do pile doubles every time we remove an item, but still, it&#x27;s a market so broad that you can&#x27;t be stuck on the ideas.<p>But why does it relate to your question? Easy. Nowadays, it&#x27;s nearly impossible to start something <i>NEW</i>, something that no one else is doing. Seriously, if you go and pitch a VC firm about your new project that you are alone on the market doing (&quot;and that&#x27;s why we can&#x27;t evaluate the market for&quot;), they&#x27;ll think you haven&#x27;t done your homework correctly. That&#x27;s all. (and they&#x27;ll be right.)<p>So it leaves you with doing something that already exists. Now, for this, you have a few options:<p>1. Going on a market where there are not many competitors. This can be interesting because you can easily become a leader on this market. But there might not be many competitors for a reason. Pouring your heart and soul onto something that will have a slow growth (if any) to a very limited market is ... well ..., it depends on if it&#x27;s your heart that is driving. 2. Going against a proven market. This will be harder. Way harder. But you&#x27;ll have a better chance of growing and getting at least a small fraction of the market. If you can get 0.5% of a billion $ market, it is still 5M$!<p>That was kind of the reflection we had for Fernand. I manage other services (ImprovMX.com - email forwarding, and PDFShift.io - HTML to PDF conversion API ... another shameless plug ... damn!), and they are both very critical. One hour of downtime feels like an eternity. So, we sat down with my partner and discussed a service that wouldn&#x27;t be that critical. We explored different possibilities and decided to land on a Customer support service.<p>Of course, if you go against a market by providing the exact same product as everyone else, it will be even harder, if not impossible, to stand out. For us, we decided to focus solely on small (1-10) SaaS services with a sensitivity to stress and by offering a clutter-free and very fast product (wow, so much keywords).<p>To go back to my initial list of 4 points, they were the driving decisions on why to go against the Customer support market:<p>1. Validated: Because we know that the market is proven. It won&#x27;t crash tomorrow, and it is only expected to grow over time. Not like NFTs :D 2. Big: So we can hope that if we only get a tiny drop of that market, it will be enough to sustain our lives. We aren&#x27;t looking to become millionaires, just to be paid building stuff. 3. Complex, so the entry barrier is higher. A big market that you can enter by building something in two days means having a ton of newcomers frequently, which will include, at some point, people reaching out to you asking if you want to acquire them. If the entry-level is high, you&#x27;ll have more chance to establish yourself for the long run (and in the Customer Support tool, it is; you need an inbox, a knowledge base, and a chat system, AT LEAST). 4. That one&#x27;s a bonus. Intercom is frequently criticized because of its pricing. So, on top of our USP(s), we also decided that pricing should be simple and straightforward. (we were past users of Intercom, and it is so irritating to have a ton of options with the &quot;upgrade to have this feature&quot; button almost everywhere!). For GetFernand.com, you have all the features for everyone, and only those who can respond pay for their seat, that&#x27;s all.<p>Sorry I got a little carried away, but =&gt;<p>TDLR:<p>For me, if you want to build a project that will bring beer money (I love beer!), I&#x27;d focus on going against big markets and try to make a small dent in them. Find a unique selling point and try to swim between the giant, getting the crumbs and growing from there. You can enter an easy market, but know the competition at the low end (newcomers) will be harder.<p>Of course this is my point of view.<p>&lt;3