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 organize yourself as a solo founder

51 pointsby bapetelover 1 year ago
I have a 9:5 job and work also alone on a side project where I have to do tech related tasks as well as market sale (content creation, emails and sometime calls).<p>So, I&#x27;m asking if you are in same position as me, how are you organizing yourself to do everything ?

12 comments

sebgover 1 year ago
I&#x27;m going to assume organize yourself to do everything means that you a) know what to do and b) are having trouble keeping track of all of the things you need to do, have done, and want to do.<p>I generally break it down into - [ongoing] text file with all of the todos - [daily] categorize added todos since the last day - [daily] calendar things into when I have agreed with myself that I&#x27;ll work on $project - [weekly] if I find myself doing repetitive tasks, then I do a recurring calendar item with the specifics<p>So I only need a calendar of choice (google calendar for me), text file (apple notes&#x2F;reminders), email (superhuman for delayed email functionality).<p>For me, I generally want to: a) put out new content once a week b) create emails c) answer calls d) build tech<p>All of that sounds recurring other than c), so I first time box a daily time limit each day and slowly start figuring out what goes in where.<p>It changes as things progress (lots of tech needs to be built, content creation for a week I&quot;m on vacation, etc)...<p>Happy to chat (my info in the profile). I&#x27;ve done the 9:5 + side project as well as stay-at-home parent + side project + a mix and can share more of what has worked for me.
sebgover 1 year ago
I&#x27;m going to assume organize yourself to do everything means that you a) know what to do and b) are having trouble keeping track of all of the things you need to do, have done, and want to do.<p>I generally break it down into - [ongoing] text file with all of the todos<p>- [daily] categorize added todos since the last day<p>- [daily] calendar things into when I have agreed with myself that I&#x27;ll work on $project<p>- [weekly] if I find myself doing repetitive tasks, then I do a recurring calendar item with the specifics<p>So I only need a calendar of choice (google calendar for me), text file (apple notes&#x2F;reminders), email (superhuman for delayed email functionality).<p>For me, I generally want to: a) put out new content once a week<p>b) create emails<p>c) answer calls<p>d) build tech<p>All of that sounds recurring other than c), so I first time box a daily time limit each day and slowly start figuring out what goes in where.<p>It changes as things progress (lots of tech needs to be built, content creation for a week I&quot;m on vacation, etc)...<p>Happy to chat (my info in the profile). I&#x27;ve done the 9:5 + side project as well as stay-at-home parent + side project + a mix and can share more of what has worked for me.
评论 #37842788 未加载
didgetmasterover 1 year ago
First, you need to divorce yourself from the idea that you can do EVERYTHING that needs to be done. There just isn&#x27;t enough time in the day even if you are highly organized and even if you didn&#x27;t also have a full-time job.<p>You have to focus on the tasks that are most important to the overall success of your project. The problem is - that set of tasks does not align up perfectly with the tasks you personally find the most enjoyable or have the most talent with.<p>You have to spend some time doing things that are not pleasant to do and doing things that you struggle to figure out how to do. You will find yourself being constantly drawn to tasks that are in your &#x27;comfort zone&#x27;. But you can&#x27;t allow yourself the luxury of only doing those things and neglecting other critical items.<p>Divide tasks into a couple categories - Fun and not fun. When picking the next thing to work on, make sure you choose something in the latter category at least a few times each week.
评论 #37863349 未加载
qupover 1 year ago
Leave your work in a way that it is easy to get started. Make schedules for anything routine. Decide what has to suffer from lack of attention, and put it out of your mind. You can only manage so many projects.
rockyperezzover 1 year ago
Aside from all the useful tips already written here, I&#x27;d add the following: Identifying and focusing on the areas that really push the needle forward is the biggest challenge for most but a very critical step. It is easy to fall into the trap of &quot;looking busy, but getting no results&quot;.<p>What worked for me and my startup is committing to split testing &#x2F; A&#x2F;B testing of various initiatives. Before any initiative we identify what is the best outcome, the worst outcome and the probably outcomes. Then we test A strategy for a few days, after which we experiment and switch to B strategy. At the end we see which one is better, eliminate what doesn&#x27;t work and stick to what does. From there it&#x27;s just further experimentation and split testing of strategies until you hit your end goal.<p>This experimentation and identification of what pushes the needle forward takes time to refine which is why most startups (and businesses overall) take around 2 years to breakeven.
hoofheartedover 1 year ago
My ADHD meds, coffee, GitHub Issues and Discussions, and using a simple ‘todo.txt’ file in my local box.<p>For content creation, I created this little React based Wordpress alternative that is free to use and 100% open source: <a href="https:&#x2F;&#x2F;github.com&#x2F;elegantframework&#x2F;elegant-cli">https:&#x2F;&#x2F;github.com&#x2F;elegantframework&#x2F;elegant-cli</a><p>For emails, I use ConvertKit to collect email signups and send out updates to my subscribers.<p>Pomodoro method when things are really hectic and on fire. I’ll set a timer for 20 minutes and won’t leave my terminal until my task is complete or time has run out.<p>P.S. I have a daytime developer gig as well; and a family at night. As well as I have small stakes in past ventures that need tending sometimes.
janalsncmover 1 year ago
I have a very detailed roadmap with all of the tasks which need to be completed. Some are simple, some are complex. No special tools needed, I just put the whole thing on the Notes app on my phone.<p>For code, I keep a private repo.<p>For docs, I use grip to edit markdown to html files.
jcrashover 1 year ago
Hi, I&#x27;m in a similar position as you. 9 to 5, working on my MVP after hours.<p>Basically, working on this has replaced all of my TV and movie watching, and some hobbies. I&#x27;m able to do about 5hrs during the week and about 10hrs during the weekends doing it this way.<p>I keep a spreadsheet logging all of the time I&#x27;m putting in, and just trying to stay focused - &#x27;fake work&#x27; was really easy to fall into in the beginning but I&#x27;ve been much better about that recently.
评论 #37840837 未加载
axelthegermanover 1 year ago
Depends what you&#x27;re having most trouble with.<p>One big thing for me was to keep track of small bugs&#x2F;improvements that don&#x27;t immediate attention as well as some larger features I wanted to add going forward. For both of those I use the issue tracker in my private repo.
jbwashingtonover 1 year ago
I keep all the random data I accumulate in Logseq, but sticky notes next to the trackpad are the default GTD system, because I need to physically scratch off completed items to get the dopamine needed to roll over into the next one.
gentleman11over 1 year ago
For that matter, how about a high responsibility person working from home? What’s your practices that help you be at your best?
greenie_beansover 1 year ago
dedicate one night a week to marketing and one night a week to sales.