A clean production-ready Next.js website for Kisa Fatima's personal brand.
npm install
npm run devOpen:
http://localhost:3000
npm run lint
npm run typecheck
npm run build
npm run validategit checkout -b develop
git add .
git commit -m "Add clean launch-ready website"
git push -u origin developOpen a pull request from develop to main when ready for production.
Production branch: main
Preview branch: develop
Copy .env.example to .env.local for local development.
The contact and newsletter APIs work safely without provider keys. If keys are missing, they return success in demo mode and log no secrets.
Replace these files later:
public/images/kisa-hero.svg
public/images/kisa-speaking.svg
public/og-image.svg
This package uses stable TypeScript 5.9.3 to avoid npm peer dependency conflicts.