awesome-repositories.com
المدونة
MCP
awesome-repositories.com

اكتشف أفضل مستودعات المصادر المفتوحة باستخدام بحث مدعوم بالذكاء الاصطناعي.

استكشفعمليات بحث منسقةبدائل مفتوحة المصدربرمجيات ذاتية الاستضافةالمدونةخريطة الموقع
المشروعخادم MCPحولكيفية ترتيب النتائجالصحافة
قانونيالخصوصيةالشروط
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
magicuidesign avatar

magicuidesign/portfolio

0
View on GitHub↗
1,399 نجوم·385 تفرعات·TypeScript·MIT·11 مشاهداتportfolio-magicui.vercel.app↗

Portfolio

Portfolio is a developer portfolio website and personal blog publishing template built with Next.js, Tailwind CSS, and React. It provides a static-ready framework designed to showcase professional projects and articles through a minimalist interface with responsive layout adaptation.

Site content, metadata, and navigation links are managed through a single centralised configuration file to simplify initial project setup and ongoing updates. The interface incorporates a component-driven UI library alongside declarative motion animations that apply spring physics and keyframe transitions to interactive elements during navigation. Additional capabilities include file-based routing and server-side page rendering.

Features

  • Single-Configuration Portfolios - Creates a professional developer portfolio site to showcase projects and skills, configured easily through a single file.
  • Portfolio Templates - Provides a minimalist portfolio template built with Next.js, Tailwind CSS, and animated component libraries for showcasing developer projects and blogs.
  • Site Config Theme Integrations - Stores entire site metadata, text content, and navigation links within a single centralized configuration file.
  • File-Based Routing - Routes pages automatically by mapping physical file paths in the project directory to corresponding web URL endpoints.
  • Single-File Site Configurations - Controls entire site content and settings through one centralized configuration file to accelerate initial project setup and management.
  • Component-Based UI Libraries - Assembles complex user interfaces from a collection of pre-built, accessible, and customizable visual component building blocks.
  • Personal Website Frameworks - Provides a static-ready site template that organizes developer portfolios and integrated blog posts through a single centralized configuration file.
  • Server-Side Rendering - Renders React components on the server for every incoming request to deliver fresh content and fast initial loads.
  • MDX Blog Publishing - Embeds an integrated blogging system to publish articles and share written content directly alongside core portfolio projects.
  • Personal Blog Frameworks - Publishes written articles and blog posts directly on your personal website alongside your core project work.
  • Component Showcases - Renders a mobile-friendly web layout that applies fluid motion effects to interactive components for enhanced user engagement.
  • CSS Utility Classes - Applies modular CSS utility classes directly within markup to build custom user interfaces without writing separate stylesheet files.
  • Declarative Motion Frameworks - Applies spring physics and keyframe transitions to elements using declarative wrapper components for fluid visual effects.
  • Smooth Animation Interfaces - Applies fluid motion effects to interactive components to create smooth visual transitions during user navigation.
  • Next.js - Builds modern web interfaces with Next.js and Tailwind CSS, featuring smooth animations and responsive layouts.
  • Responsive Layout Adaptation - Renders a responsive layout that automatically scales to fit different device screen sizes and orientations without breaking.

سجل النجوم

مخطط تاريخ النجوم لـ magicuidesign/portfolioمخطط تاريخ النجوم لـ magicuidesign/portfolio

بحث بالذكاء الاصطناعي

استكشف المزيد من المستودعات الرائعة

صف ما تحتاجه بلغة بسيطة — وسيقوم الذكاء الاصطناعي بترتيب آلاف المشاريع مفتوحة المصدر المنسقة حسب الصلة.

Start searching with AI

الأسئلة الشائعة

ما هي وظيفة magicuidesign/portfolio؟

Portfolio is a developer portfolio website and personal blog publishing template built with Next.js, Tailwind CSS, and React. It provides a static-ready framework designed to showcase professional projects and articles through a minimalist interface with responsive layout adaptation.

ما هي الميزات الرئيسية لـ magicuidesign/portfolio؟

الميزات الرئيسية لـ magicuidesign/portfolio هي: Single-Configuration Portfolios, Portfolio Templates, Site Config Theme Integrations, File-Based Routing, Single-File Site Configurations, Component-Based UI Libraries, Personal Website Frameworks, Server-Side Rendering.

ما هي البدائل مفتوحة المصدر لـ magicuidesign/portfolio؟

تشمل البدائل مفتوحة المصدر لـ magicuidesign/portfolio: transitive-bullshit/nextjs-notion-starter-kit — This is an opinionated starter kit that turns a Notion workspace into a fast, SEO-friendly website using Next.js and… facebook/react — React is a JavaScript library for building user interfaces based on a component-driven architecture and unidirectional… riot/riot — Riot is a component-based library for building user interfaces through modular, single-file components. It functions… nuxt/framework — Old repo of Nuxt 3 framework, now on nuxt/nuxt. choojs/choo — Choo is a minimalist frontend framework providing a tiny foundation for building web applications. It functions as an… infernojs/inferno — Inferno is a virtual DOM UI library and high-performance DOM renderer used for building component-based user…

مجموعات مختارة تضم Portfolio

مجموعات منسقة بعناية يظهر فيها Portfolio.
  • MBTI personality database
  • مولدات مواقع الملفات الشخصية (Portfolio)

بدائل مفتوحة المصدر لـ Portfolio

مشاريع مفتوحة المصدر مشابهة، مرتبة حسب عدد الميزات المشتركة مع Portfolio.
  • transitive-bullshit/nextjs-notion-starter-kitالصورة الرمزية لـ transitive-bullshit

    transitive-bullshit/nextjs-notion-starter-kit

    7,021عرض على GitHub↗

    This is an opinionated starter kit that turns a Notion workspace into a fast, SEO-friendly website using Next.js and Vercel. It functions as a static site generator that builds a complete website from Notion content during the build process, integrating Notion as a content management system to pull pages and render them as a web site. The kit generates automatic social images for each page, creates human-readable URL slugs from page titles, and produces search-engine-optimized pages from Notion content. It includes a keyboard-driven search overlay and table of contents for navigating content

    TypeScriptblognextjsnotion
    عرض على GitHub↗7,021
  • facebook/reactالصورة الرمزية لـ facebook

    facebook/react

    245,669عرض على GitHub↗

    React is a JavaScript library for building user interfaces based on a component-driven architecture and unidirectional data flow.

    JavaScriptjavascriptuifrontend
    عرض على GitHub↗245,669
  • riot/riotالصورة الرمزية لـ riot

    riot/riot

    14,921عرض على GitHub↗

    Riot is a component-based library for building user interfaces through modular, single-file components. It functions as a framework for creating reusable elements that combine markup, logic, and scoped styles, which are then compiled into standard JavaScript functions for browser execution. The library distinguishes itself by utilizing direct rendering, which updates the document object model by tracking state changes without the overhead of a virtual representation. It supports server-side rendering and hydration to improve initial page load performance and search engine indexing. Developers

    JavaScriptclient-sidecustomelementcustomelements
    عرض على GitHub↗14,921
  • infernojs/infernoالصورة الرمزية لـ infernojs

    infernojs/inferno

    16,420عرض على GitHub↗

    Inferno is a virtual DOM UI library and high-performance DOM renderer used for building component-based user interfaces. It functions as a server-side rendering engine and a client-side framework that synchronizes application state with the visual interface through a declarative structure. The project distinguishes itself as a React-compatible UI framework, providing a compatibility layer that allows components designed for other reactive environments to run without modification. Its capability surface covers virtual DOM management, including node diffing and reconciliation, and a full serve

    JavaScript
    عرض على GitHub↗16,420
عرض جميع البدائل الـ 30 لـ Portfolio→