Learn how to showcase your projects in your Astro portfolio, including schema definitions and real examples
Projects showcase your work and technical skills. They’re stored in src/content/projects/ as markdown files with frontmatter defining project metadata.
Below the frontmatter, describe your project in detail:
Amiccii is a premier talent and brand partnership agency headquartered in London, operating on a global scale. The platform is designed to connect top-tier athletes and entertainers with world-class events and strategic brand collaborations.
4
Preview your project
Run your development server to see the project:
npm run dev
Projects are typically displayed on your projects page or portfolio section.
For professional client projects with live websites:
---title: Amicciitech: ['Next.js', 'Tailwind CSS', 'Beehiv']external_link: https://amiccii.comcover_image: /projects/amiccii.pngfeatured: trueyear: 2025made_at: Inflection Studio---Amiccii is a premier talent and brand partnership agency headquartered in London, operating on a global scale. The platform connects top-tier athletes and entertainers with world-class events and strategic brand collaborations.
For open source projects with GitHub repositories:
---title: Vue google translatetech: ["vue.js", "javascript"]external_link: https://codesandbox.io/s/wz1lngithub_link: https://github.com/lewis-kori/vue-google-translateyear: 2021made_at: Open Source Softwarefeatured: false---This package enables localization of web apps made with vue by use of google translate. As your website and app grows, you may find a need to expand to other markets outside your home country.
---title: My Mobile Apptech: ["React Native", "TypeScript", "Firebase"]app_store: https://apps.apple.com/app/my-appgoogle_play: https://play.google.com/store/apps/details?id=com.myappcover_image: /projects/mobile-app.pngfeatured: trueyear: 2025---A powerful mobile application that helps users manage their daily tasks...
---title: Amicciitech: ['Next.js', 'Tailwind CSS', 'Beehiv']external_link: https://amiccii.comcover_image: /projects/amiccii.pngfeatured: trueyear: 2025made_at: Inflection Studio---Amiccii is a premier talent and brand partnership agency headquartered in London, operating on a global scale. The platform is designed to connect top-tier athletes and entertainers with world-class events and strategic brand collaborations. Inflection Studio led the project from concept to launch, delivering a cohesive brand identity, intuitive user experience, and a high-performance digital platform.
Example 2: Open Source Library
---title: Vue google translatetech: ["vue.js", "javascript"]external_link: https://codesandbox.io/s/wz1lngithub_link: https://github.com/lewis-kori/vue-google-translateyear: 2021made_at: Open Source Softwarefeatured: false---This package enables localization of web apps made with vue by use of google translate. As your website and app grows, you may find a need to expand to other markets outside your home country.If your target market lives across the sea and speaks a different language, you may not have any choice but to localize. However, if those people can speak your language, consider other aspects (cultural and/or legal) to make an informed decision on whether to translate.