Live data from Hacker News

Ask HN: How do you organize yourself as a solo founder

news.ycombinator.com

1–10 of 17 posts

Re: Ask HN: How do you organize yourself as a solo founder

#2
Hi, I'm in a similar position as you. 9 to 5, working on my MVP after hours.

Basically, working on this has replaced all of my TV and movie watching, and some hobbies. I'm able to do about 5hrs during the week and about 10hrs during the weekends doing it this way.

I keep a spreadsheet logging all of the time I'm putting in, and just trying to stay focused - 'fake work' was really easy to fall into in the beginning but I've been much better about that recently.

Re: Ask HN: How do you organize yourself as a solo founder

#4
My ADHD meds, coffee, GitHub Issues and Discussions, and using a simple ‘todo.txt’ file in my local box.

For content creation, I created this little React based Wordpress alternative that is free to use and 100% open source: https://github.com/elegantframework/elegant-cli

For emails, I use ConvertKit to collect email signups and send out updates to my subscribers.

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.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.

Re: Ask HN: How do you organize yourself as a solo founder

#7
I'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.

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'll work on $project - [weekly] if I find myself doing repetitive tasks, then I do a recurring calendar item with the specifics

So I only need a calendar of choice (google calendar for me), text file (apple notes/reminders), email (superhuman for delayed email functionality).

For me, I generally want to: a) put out new content once a week b) create emails c) answer calls d) build tech

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.

It changes as things progress (lots of tech needs to be built, content creation for a week I"m on vacation, etc)...

Happy to chat (my info in the profile). I'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.

Re: Ask HN: How do you organize yourself as a solo founder

#8
I'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.

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'll work on $project

- [weekly] if I find myself doing repetitive tasks, then I do a recurring calendar item with the specifics

So I only need a calendar of choice (google calendar for me), text file (apple notes/reminders), email (superhuman for delayed email functionality).

For me, I generally want to: a) put out new content once a week

b) create emails

c) answer calls

d) build tech

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.

It changes as things progress (lots of tech needs to be built, content creation for a week I"m on vacation, etc)...

Happy to chat (my info in the profile). I'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.

Re: Ask HN: How do you organize yourself as a solo founder

#9
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.

For code, I keep a private repo.

For docs, I use grip to edit markdown to html files.

Post reply on HN