Thanks for your interest in this starter!
pnpm install
vercel link
vercel env pull
pnpm devBefore opening a pull request:
pnpm lint
pnpm typecheck
pnpm build- Use Conventional Commits in PR titles (e.g.
feat: add Notion connector example). - Keep changes focused. This is a minimal template: prefer small, copy-paste-friendly diffs.
- Update the README when setup steps or architecture change.
- Do not commit
.env.localor provider credentials. - Hardcode connector UIDs in
server/connectors.tsand document the matchingvercel connectcommands in the README.
Open a question issue or a GitHub Discussion if you need help adapting the template.