The boiler plate front-end application.
Done in cooperation with Claude AI.
It is often happens that when having a nice idea, one gets stuck with basic stuff, like building front-end application or boilerplate code.
This repository tries to fix FE part.
- Next.js
- Mobile first with desktop support
- Home page
- Public pages
- Secure pages
- Authorized with login/password and social elements
First cd startup-boilerplate.
Create a .env.local and put creds:
NEXT_PUBLIC_CLERK_PUBLISHABLE_KEY=pk_XXXXXXX
CLERK_SECRET_KEY=sk_YYYYYYYYY
Then npm run dev.