← all resources
n8n workflow starter kit
an overview of the automation workflows every vibe-coded product needs — with links to import-ready packs for email, auth, and ai.
Every vibe-coded product hits the same automation needs in week one. This starter kit maps the patterns and points you to import-ready n8n workflows you can run today.
the three packs
email & growth — welcome sequences and waitlist signups. the first automations you wire after launch.
auth — otp request and verify flow with redis + sms. phone auth without building it from scratch.
ai automation — support bot with chat history and a content pipeline for newsletters. ai that runs on a schedule, not just in a chat window.
how to import
- open your n8n instance
- create new workflow → import from file
- download the
.jsonfrom any workflow page below - swap credentials (resend, twilio, openai, supabase) for your own
- activate and point your app webhooks at the n8n urls
workflow packs
- email & growth workflows — welcome email, waitlist signup
- auth workflows — otp verification
- ai automation workflows — support bot, content pipeline