Project Studio

Draft a new project object.

This is a safe local dashboard. It helps you create project content quickly. Copy the generated object into src/data/projects.ts, commit, and Vercel will update the live site.

{
  slug: "new-project-title",
  title: "New Project Title",
  type: "Web Application",
  year: "2026",
  status: "Live",
  featured: true,
  summary: "Short project summary...",
  problem: "Describe the real problem this project solves.",
  solution: "Describe what you built and how it works.",
  impact: "Explain the business or user value.",
  tech: ["Next.js", "React", "Tailwind", "Vercel"],
  image: "APP",
  href: "https://",
  repo: "https://github.com/Rauoof814",
  highlights: ["Responsive UI", "Clean UX", "Live deployment", "Case study ready"],
  metrics: [{ label: "Status", value: "Live" }, { label: "Stack", value: "React" }, { label: "Type", value: "Web" }]
},