My personal portfolio website — built to be fast, minimal, and mine.
🌐 Live: infinitive.cc
- Framework: Next.js 16 (App Router)
- Language: TypeScript
- Styling: Tailwind CSS v4
- Runtime: React 19
# Install dependencies
npm install
# Start the dev server
npm run devOpen http://localhost:3000 in your browser.
Note: The fonts used in this project are licensed from Indian Type Foundry and are not included in this repository. You'll need to supply your own fonts and update the font references accordingly.
| Command | Description |
|---|---|
npm run dev |
Start development server |
npm run build |
Build for production |
npm run start |
Start production server |
npm run lint |
Run ESLint |
app/ # Next.js App Router pages and layouts
public/ # Static assets (see license below)
This project uses a split license. Please read carefully before using or forking.
The source code (everything outside of public/ and app/assets/) is available under the MIT License. You're free to use, modify, and distribute it. That said — don't use it to impersonate me.
The fonts used on this site are licensed from Indian Type Foundry and are not included in this repository. ITF's license does not permit public redistribution. If you'd like to use the same fonts, please source the fonts directly from ITF.
All files in public/ (including the favicon, og.png, and anything under assets/) are not licensed for reuse. These are my personal brand assets. Do not reproduce, redistribute, or use them in any form.
The README for this project was written with the assistance of AI. The code is human written