On each product page, a Tech Stack Section will be displayed.
This section is getting the needed information from two other files:
In the file app/_constants/techstack.ts
, all possible tech stack providers are being listed. Currently, there are the following:
- Lucide
- React 18
- Tailwind
- shadcn/ui
- Next.js 14
- Clerk
- TypeScript
- Vercel
- Stripe
- Umami.is
- Resend
- Zustand
Add any you want to call within your app using the provided types.
Each product page will feature the tech stack providers provided in the respective (COMPONENTNAME).docs.mdx
file. Examplary:
The parameter techStack: ['TypeScript', 'Tailwind']
would display the tech stack cards for TypeScript
and Tailwind
.