Dave Notes

2 hours ago

Lessons from shipping 10 side projects

The beginning was chaos

I started with zero plan, just an idea and too much coffee.
Three weeks ago I was still copying data manually. Then I found n8n + Supabase — game changer.

Key lessons

  • Automate early
  • Self-hosting = peace of mind
  • You don't need a full backend team

Still shipping weekly. 100% recommend this stack.

const aboutMe = function() {

  return {

    display_name: 'Dave',

    bio: 'None',

  }

}