Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 729 Bytes

File metadata and controls

13 lines (8 loc) · 729 Bytes

Development Tips

  • Don't duplicate stuff over and over. Re-use existing code and libraries.
  • While making changes to the apps/api directory, make sure the REST API documentation and MCP server are updated as well.
  • For UI components, use shadcn/ui exclusively. Always use Shadcn CLI for installing components. Never hand roll standard Shadcn components. Prefer shadcn/ui components over browser-native components.

Architecture Tips

  • Always lean towards industry standards in the bulk emailing services domain while working on features. You can consider Mailchimp, Klaviyo, SendGrid, ActiveCampaign, or other popular email marketing platforms.

Branch management

  • Never push on your own. Leave it to the human.