A modern personal website built with Next.js, TypeScript, and Tailwind CSS, recreated from the original Notion/Super site.
- Clean, responsive design
- Dark mode support with toggle
- Professional profile section
- Content sections (Blog, Reading List)
- Social media links (LinkedIn, Twitter, Medium, GitHub)
- Academic papers showcase
- Optimized fonts with Inter
- SEO-friendly metadata
First, run the development server:
npm run dev
# or
yarn dev
# or
pnpm devOpen http://localhost:3000 with your browser to see the result.
You can start editing the page by modifying src/app/page.tsx. The page auto-updates as you edit the file.
- Next.js 16
- TypeScript
- Tailwind CSS
- Inter font (Google Fonts)
To learn more about Next.js, take a look at the following resources:
- Next.js Documentation - learn about Next.js features and API.
- Learn Next.js - an interactive Next.js tutorial.
You can check out the Next.js GitHub repository - your feedback and contributions are welcome!
The easiest way to deploy your Next.js app is to use the Vercel Platform.
- Push your code to a Git repository (GitHub, GitLab, or Bitbucket)
- Go to Vercel and import your repository
- Vercel will automatically detect Next.js and configure the build settings
- Click "Deploy" and your site will be live in minutes!
Vercel will automatically:
- Build your Next.js application
- Set up a production domain
- Enable automatic deployments on push
- Provide preview deployments for pull requests
Check out the Next.js deployment documentation for more details.