Newsletter
Join the Community
Subscribe to our newsletter for the latest news and updates
Angie is a free, open-source portfolio template featuring a bold, brutalist design that helps you stand out and showcase your work with style.

A dark portfolio & blog theme for Astro with a live 5,000-particle Three.js background, blog system, and glassmorphism UI.
Angie is a free, open-source Astro portfolio template with a bold, brutalist design, built to help creatives and developers showcase their work through a single-page portfolio and a Markdown-driven blog.
Angie is a free portfolio template built on the Astro framework that renders a bold, brutalist-style website from a set of pre-built components. It takes your content — work samples, client reviews, services, tools, and Markdown blog posts — and outputs a responsive single-page site with a separate blog route. The template is published by LAB-CH3 on GitHub, where the repository currently has 93 stars.
The project is structured around .astro components in src/components/, with layouts in src/layouts/ and pages in src/pages/. Static assets such as images can be placed in public/. Angie depends on TailwindCSS for utility-first styling, GSAP for animations, and Remix Icon for icons.
.astro files and Markdown; every file in src/pages/ automatically becomes a route.blog.astro page and posts/ directory accept Markdown files, so a blog is available out of the box.posts/ directory, which the blog page renders automatically..astro components or converting existing ones to React, Vue, Svelte, or Preact, since Astro supports all of them.After cloning or downloading the repository from GitHub, run npm install from the project root to install dependencies. Start the dev server with npm run dev, which serves the site at localhost:4321; edit components in src/components/ to update content and styling. When ready, run npm run build to generate a production site in the ./dist/ directory.
Angie is free and open-source. There are no paid tiers or pricing plans mentioned; the template can be downloaded and used at no cost.
Yes, Angie is a free, open-source portfolio template. You can download it from GitHub, modify it, and use it for personal or commercial projects without paying a license fee.
Angie is built on Astro, a static site generator that outputs optimized HTML. It uses TailwindCSS for styling, GSAP for animations, and Remix Icon for icons.
Yes, Angie ships with a blog page at blog.astro and a posts/ folder. You can write articles in Markdown and drop them into that folder; they are rendered as blog posts.
From the project root, run npm install to install all dependencies, then npm run dev to start the local development server. It will run at localhost:4321. Use npm run build to create a production build in ./dist/.
