Frontend-only software engineering portfolio built with Next.js App Router, TypeScript, Tailwind CSS and FontAwesome.
The visual direction is a dark premium SaaS/cybersecurity interface with blue radial glows, translucent cards, original SVG assets and editable static data.
- Next.js App Router
- TypeScript
- Tailwind CSS
- FontAwesome
- Static data in
src/data - Original SVG/TSX assets in
src/assets/svg - Local PT/EN internationalization
Install dependencies:
npm installRun the development server:
npm run devOpen http://localhost:3000.
Run lint:
npm run lintRun a production build:
npm run buildUpdate profile, skills, project and experience content in:
src/data/profile.tssrc/data/projects.tssrc/data/skills.tssrc/data/experience.tssrc/data/i18n.ts
Project cards are based on public repositories from the Krauzy GitHub profile.
This project is ready for deployment on Vercel. A GitHub Actions workflow is included at .github/workflows/vercel-deploy.yml.
Configure these GitHub repository secrets before using the workflow:
VERCEL_TOKENVERCEL_ORG_IDVERCEL_PROJECT_ID
The workflow runs on pushes to main and can also be triggered manually from GitHub Actions.
The reference is used only as broad aesthetic direction. No proprietary images, copied composition or backend functionality are included.