Skip to content
Open
5 changes: 5 additions & 0 deletions community/projects.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,11 @@ Browse community projects by category. Each card links directly to the repositor

<Tab title="Boilerplates & Starters">
<CardGroup cols={1}>
<Card title="Express + MongoDB Boilerplate (Dodo Payments)" href="/developer-resources/express-mongodb-boilerplate" icon="server">
Starter template integrating Dodo Payments with Express, MongoDB, and verified webhook handling.
<br/>Ideal for beginners and intermediate developers.
<br/><br/>`Express` `MongoDB` `TypeScript`
</Card>
<Card title="DodoPayments Boilerplate" href="https://github.com/snehalsaurabh/DodoPayments-Boilerplate" icon="rocket">
Starter boilerplate for integrating Dodo Payments quickly.
<br/>Includes example checkout flow, API wiring, and environment configuration.
Expand Down
Loading