Skip to content
Open
22 changes: 21 additions & 1 deletion Product.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,26 @@ Add new products as a new table row at the end of the tbody section, below the p
<td>Students, beginners, developers upskilling in coding</td>
<td>Freemium</td>
<td><a href="https://www.lets-code.co.in/">lets-code.co.in</a></td>

<table border="1" cellpadding="8" cellspacing="0">
<thead>
<tr>
<th>Product</th>
<th>Category</th>
<th>One-line Description</th>
<th>Built For</th>
<th>Pricing</th>
<th>Website</th>
</tr>
</tbody>
</thead>
<tbody>
<tr>
<td>Team Forge</td>
<td> Networking, AI co-founder matching, AI idea validation </td>
<td>Build Your Startup. Together.</td>
<td>young founders</td>
<td>Free</td>
<td><a href="https://teamforge-in.vercel.app/">TEAM FORGE</a></td>
</tr>
</tbody>
</table>