A modern, multilingual, and fully responsive corporate website for Slipyme Company.
Showcasing software, design, gaming, and social responsibility projects — powered by Next.js 16, TypeScript, and TailwindCSS.
🔗 Live Site: https://slipyme.com
🧠 Public API: https://api.slipyme.com
💾 API Repository: https://github.com/slipbey/slipyme-api
- ⚡ Built with Next.js 16 (App Router) and React 19
- 🧠 TypeScript + strict ESLint/Prettier setup
- 🎨 TailwindCSS v4 + custom SCSS styling
- 🌓 Dark/Light theme via
next-themes - 💫 Smooth animations using Framer Motion
- 🌍 Multilingual (EN/TR) i18n system with JSON dictionaries
- 📱 Responsive “glass-ice” design (blur + gradient + ring)
- 🎥 Dynamic YouTube & Instagram stats via API
- 📨 Contact form + Newsletter integration
- 🔐 Secure API calls using
.envkey (NEXT_PUBLIC_API_KEY) - 📊 Google Analytics (gtag) tracking integration
| Layer | Technology |
|---|---|
| Framework | Next.js 16 |
| Language | TypeScript |
| Styling | TailwindCSS + SCSS |
| Animations | Framer Motion |
| Icons | React Icons |
| Theme | next-themes |
| HTTP | Axios |
| Notifications | React Toastify |
| Hosting | Vercel |
Clone the repository:
git clone https://github.com/slipbey/slipyme.git
cd slipymeInstall dependencies:
npm install
# or
yarn installCreate a .env file in the project root:
NEXT_PUBLIC_API_KEY=your_api_key_hereRun the development server:
npm run devThen open:
http://localhost:3000
src/
├── app/ → App Router pages (home, about, projects, social, media, etc.)
│ ├── layout.tsx → Global layout
│ ├── page.tsx → Homepage
│ ├── sitemap.ts / robots.ts → SEO config
│ └── not-found.tsx → 404 page
├── components/ → Global UI & layout components
│ ├── AnimatedSection.tsx
│ ├── SectionTitle.tsx
│ ├── Navbar.tsx / Footer.tsx
│ └── Button.tsx, Link.tsx, Modal.tsx, etc.
├── features/ → Page-specific modules (about, contact, social, projects, csr, etc.)
├── lib/ → Configs, SEO helpers, i18n, axios instance
├── locales/ → `tr.json`, `en.json` translation files
├── shared/providers/ → ThemeProvider, ToastContainer, Analytics
└── styles/ → Tailwind & SCSS global styles
All rights reserved © 2025 — Slipyme Company
Unauthorized copying, modification, or distribution is prohibited.
Slipyme Company
Developed and maintained by SlipBey
🌐 Website • 💼 LinkedIn • 💬 Discord
