A modern, animated, multi‑language personal website built with Next.js 16Q, React 19, and the custom Glass‑Ice design system.
Showcases projects, apps, music, YouTube content, and social presence under the SlipBey brand.
🔗 Live Site: https://slip.slipyme.com
🧠 Public API: https://api.slipyme.com
💾 API Repository: https://github.com/slipbey/slipyme-api
- ⚡ Next.js 16 (App Router) + React 19
- 🎨 Tailwind CSS v4 + custom SCSS + Glass‑Ice theme
- 🌓 Dark / Light theme (next‑themes)
- 🌍 Multilingual (TR / EN) JSON‑dict i18n system
- 🎞️ Framer Motion animations (fade, stagger, floatZoom)
- 🧊 Global Glass‑Ice UI kit (cards, buttons, navbar, tabs)
- 🎵 Dynamic Spotify Releases via Slipyme API
- 🎥 Dynamic YouTube Feed via Slipyme API
- 🧰 Full Apps section (Tetris, Snake, Minesweeper, MemeMaker, QRMaker, PasswordGen, etc.)
- 🖼️ Lightbox system for project galleries
- 📬 Contact form → Slipyme API
- 📈 SEO‑ready metadata, sitemap, robots.txt
| Layer | Technology |
|---|---|
| Framework | Next.js 16 (App Router) |
| Language | TypeScript |
| Styling | Tailwind v4 + SCSS + Glass‑Ice theme |
| Animations | Framer Motion |
| Icons | React‑Icons |
| Theme | next‑themes |
| i18n | Custom JSON dict + provider |
| API | Slipyme API (api.slipyme.com) |
| HTTP | Axios |
| Hosting | Vercel / Node |
git clone https://github.com/SlipBey/mywebpage.git
cd mywebpage
npm install
npm run devCreate a .env file:
NEXT_PUBLIC_API_KEY=your_api_key_here
GITHUB_TOKEN=optional_for_github_feed
src/
├── app/
│ ├── page.tsx → Home
│ ├── about/ → About
│ ├── projects/ → Projects + Detail
│ ├── apps/ → Apps grid + runner
│ ├── works/ → Music + YouTube
│ ├── contact/ → Contact
│ ├── api/github/repos/ → GitHub feed proxy
│ ├── layout.tsx → Global layout + AppShell
│ └── not-found.tsx → 404
├── components/
│ ├── layout/ → Navbar, Footer, SlidingPill, AppShell
│ ├── ui/ → Buttons, SectionTitle, AnimatedSection
│ └── LightboxProvider.tsx
├── features/
│ ├── home/ → Hero, ProjectsPreview, AppsPreview
│ ├── about/ → Vision, Domains, Timeline, Highlights
│ ├── projects/ → Grid + Detail UI
│ ├── apps/ → Registry + AppRunner
│ ├── works/ → Spotify + YouTube
│ └── contact/ → Form + Info
├── lib/
│ ├── seo.ts → Metadata builder
│ ├── api.ts → Axios instance
│ ├── animations.ts → Framer variants
│ ├── dict.ts → I18n dict flattener
│ └── i18n/ → Providers & helpers
├── i18n/
│ ├── tr.ts
│ └── en.ts
└── styles/
├── index.scss
├── tetris.scss
└── globals
- Random Picker
- Dice Roller
- Tetris
- Snake (touch + keyboard)
- Minesweeper
- TicTacToe
- Memory Match
- QR Maker
- Password Generator (zxcvbn)
- UUID Maker
- Meme Maker
- Image Compress
- Unit Convert
- Name Wheel
Used in Works page.
Dynamic thumbnails + view counts.
All rights reserved © 2025 — SlipBey Unauthorized copying, modification, or distribution is prohibited.
SlipBey
Developed and maintained by SlipBey
🌐 Website • 💼 LinkedIn • 💬 Discord
