A high-performance, premium portfolio built with Next.js 15, Framer Motion, and Tailwind CSS. Designed with a "Liquid Glass" aesthetic, this site features scroll-driven parallax effects, staggered animations, and a responsive glassmorphism UI.
- Liquid Glass Design: Custom glassmorphism system with frosted-glass effects.
- Micro-Interactions: Smooth animations powered by
framer-motion. - Discord Integration: Real-time "Quick Message" form that sends directly to a Discord webhook.
- Static Export: Fully compatible with GitHub Pages (
output: export). - Modern Tech Stack: React 19, Lucide Icons, and Next.js App Router.
- SEO Optimized: Semantic HTML and enhanced metadata for search engines.
- Framework: Next.js
- Styling: Tailwind CSS
- Animations: Framer Motion
- Icons: Lucide React
- Font: Playfair Display (Serif) & JetBrains Mono (Monospace)
pnpm installpnpm devTo build and export the static site:
pnpm buildThe output will be in the out/ directory, ready to be deployed to GitHub Pages or any static host.
This project uses an environment variable to handle the Discord Webhook URL securely.
- Create a file named
.env.localin the root directory. - Add your webhook URL to the file:
NEXT_PUBLIC_DISCORD_WEBHOOK_URL="your-actual-discord-webhook-url"Note: Since this is a static site (output: export), values prefixed with NEXT_PUBLIC_ are baked into the production bundle during build time.
The project is already configured for static export in next.config.ts. Ensure your GitHub Pages settings point to the /out folder or a relevant deployment branch.
Built with intent by Amineos.