Bob Sims Notes

2 hours ago

Why markdown > rich text editors

Best projects start as jokes.

Tweeted on Friday:

"What if I built a habit tracker... this weekend?"

48 hours later: live, users signing up, zero servers.

v1 features

  • Streak calendar
  • n8n-powered reminders
  • Public profiles
  • Markdown export

Moral: ship fast, fix later.

const aboutMe = function() {

  return {

    display_name: 'Bob Sims',

    bio: 'None',

  }

}