Newsletter
Join the Community
Subscribe to our newsletter for the latest news and updates
Portfolio website template built with Next.js, Chakra UI, Framer Motion, and Three.js for showcasing creative work.

Portfolio library replicating the GitHub UI, built with Next.js, TypeScript, and Tailwind CSS.
Mr Internetix Homepage is a portfolio website template built with Next.js that showcases creative work using Chakra UI, Framer Motion, and Three.js for an animated, 3D-enhanced personal homepage.
Mr Internetix Homepage is a portfolio site for a developer named Mr-Internetix, bootstrapped with create-next-app and running on the Next.js React framework. It uses Chakra UI for component styling, Framer Motion for animations, and Three.js for 3D graphics. The template takes content edits made in pages/index.js and renders a server-side React homepage, with API routes available under pages/api for backend logic.
Clone the repository, install dependencies with npm install or yarn, then run npm run dev to start the development server at http://localhost:3000. Edit pages/index.js to change the homepage content; the browser reloads automatically. For production, connect the repository to Vercel, which builds and deploys the Next.js app.
The template uses Next.js with JavaScript, styled by Chakra UI, animated with Framer Motion, and includes Three.js for 3D graphics. It was bootstrapped with create-next-app.
Run npm run dev or yarn dev in the project root, then open http://localhost:3000. Edits to pages/index.js are reflected instantly in the browser.
API routes live in the pages/api directory, where each JavaScript file becomes an endpoint under /api/*. The starter includes pages/api/hello.js.
The readme recommends the Vercel Platform. Import the repository into Vercel, and it will automatically build and serve the Next.js application with serverless functions.
