Portfolio-io___Ragul

🌌 Astral Architect — Modern Dev Portfolio

Next.js 14+ Tailwind CSS Framer Motion Three.js

A high-end, premium developer portfolio built for Ragul M, featuring a dark-mode-first glassmorphism aesthetic, interactive 3D elements, and advanced animations.

✨ Key Features

🛠️ Tech Stack

🚀 Getting Started

First, clone the repository:

git clone https://github.com/ragulhm/astral-architect-io.git
cd astral-architect-io

Install the dependencies:

npm install --legacy-peer-deps

Run the development server:

npm run dev
# or
yarn dev

Open http://localhost:3000 with your browser to see the result.

📁 Project Structure

src/
├── app/          # Next.js App Router (Layouts, Pages, Styles)
├── components/   # UI & Section Components
│   ├── effects/  # Particle Fields, 3D elements, Bento Grids
│   ├── sections/ # Hero, Projects, Skills, Contact, Footer
├── data/         # Site Content (Projects, Skills, Socials)
└── lib/          # Utilities (cn, tailwind-merge)

«««< HEAD

🏗️ Deployment

The project is optimized for deployment on Netlify or Vercel.

To build for production:

npm run build

📄 License

This project is open-source and available under the MIT License.


Built with ❤️ by Ragul M

1824fc1 (docs: upgrade README.md with new tech stack and features)