portfolio-wisp-blog GitHub Details, Stars and Alternatives | OpenRepoFinder
Gitnaseem745 / repository
portfolio-wisp-blog
A minimal and modern portfolio website built with Next.js 14+, TypeScript, and TailwindCSS. Features a clean, responsive design with light/dark theme support and smooth animations.
A transparent discovery signal based on current public GitHub metadata.
Recent activity35% weight
90
Community adoption25% weight
0
Maintenance state20% weight
100
License clarity10% weight
0
Project information10% weight
100
This score does not audit code, security, maintainers, documentation quality, or suitability. Verify the repository and its current documentation before adoption.
README preview
Wisp Portfolio
A minimal and modern portfolio website built with Next.js 14+, TypeScript, and TailwindCSS. Features a clean, responsive design with light/dark theme support and smooth animations.
A developer portfolio featuring a scalable Next.js architecture, optimized rendering (SSR/ISR), responsive design, semantic HTML, automatic dark mode, text-animation components, and an integrated MDX blog support with dynamic Metadata. Built for speed, clarity, and maintainability.
# Start development with hot reload
npm run dev
# Run linting and type checking
npm run lint && npm run type-check
# Build for production
npm run build
# Preview production build locally
npm run start
🎨 Customization
🔧 Site Configuration
Customize your portfolio by editing src/config/siteConfig.ts:
This project is licensed under the MIT License - see the LICENSE file for details.
MIT License
Copyright (c) 2025 Naseem's Portfolio
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.