8
3 Comments

What is your workflow for new projects?

I've got my own workflow for creating new projects, which is a combination of easy to run static pages, plus some APIs for logic. With all of that, it still takes a few days to get a project from an idea to launched, if I want it to look/feel/function decently well.

Curious, what is your product building workflow, and do you have anything that enables you to go from a thought to a live product within a day?

on October 11, 2023
  1. 2
    1. SEO keyword research
    2. Benchmark
    3. MVP with no code tool
    4. Launch
    5. Validate
    6. Iterate
  2. 1

    I have recently launched a first version of EaseMyInjury.com in 14h. Since idea to first runnable prototype.

    My main key points:

    • restrict to the minimum (no blog, no payment, no login)
    • use frameworks you know already (for me NextJS and Firebase)
    • brainstorm with ChatGPT and leverage it to help creating the copy
    • don’t over engineer, it’s your first version and you should be ashamed of it in few months
    • despite not having login, have a way to capture leads and users contacts. I am still recovering from not having done that in another project I did a couple of months ago: quickactions.chat
    • use templates and boilerplates, I am using TailwindUI and also ShipFast boilerplate
  3. 1
    • Quick Landing pages
    • Hookup Waitlist forms
    • Host app on Render/vercel
    • Use Supabase/Firebase
    • Connect a Blog
    • Use NoCode tools when needed.