Newsletter
Join the Community
Subscribe to our newsletter for the latest news and updates
A minimal, easy-to-customize developer portfolio template built with Astro and TailwindCSS. No JavaScript in final build.

Short is a really small and simple HTML template that is responsive and mobile ready. Just use this for your quick website or minimal portfolio.

Free responsive Bootstrap 4 HTML5 portfolio template for designers and developers, featuring a portfolio grid, blog, and PHP contact form.

Free mobile-friendly one-page HTML5 portfolio template powered by Skel framework and jQuery.

Cartoon-style Astro 5 portfolio with Markdown blog, project carousel, Giscus comments, and config-driven content.
Astro Developer Portfolio Template is a minimal, open-source developer portfolio starter built with Astro and TailwindCSS that ships zero JavaScript to the browser. It is designed for developers who want a fast, SEO-ready personal site to showcase projects and about-me content. The template produces a static site that can be deployed to any static host by copying the contents of the ./dist folder after running npm run build. The project is maintained by devidevio and has 88 stars on GitHub.
ContentProjects.astro and ContentAbout.astro, plus a Profile.astro for personal info.astro.config.mjs, theme colors in tailwind.config.js, and content through frontmatter in the layout and component files.src/assets/profile.png, edit the about and projects content in the Astro components, and deploy the ./dist output to any static hosting service.tailwind.config.js, swap public/img/logo.svg for your own logo, and set a custom OpenGraph image at public/img/meta.png.site field in astro.config.mjs and the frontmatter in src/layouts/Layout.astro to control title, description, and social metadata./public/robots.txt to match your domain for search engine crawling.The template uses Astro's static site generation: run npm install, then npm run dev for local development, and npm run build to produce a static site in ./dist. Deployment consists of copying the ./dist contents to any web server or static host.
No. The final build contains no bundled JavaScript, which is a key feature for performance.
The template is open-source and free to use; its GitHub repository can be forked and customized under its license.
Edit the links in src/components/Socials.astro — the social icons and URLs are defined there.
Replace the placeholder image at src/assets/profile.png with your own image.
The template is designed to achieve 100/100 on Google PageSpeed for both mobile and desktop out of the box, provided you don't add heavy external resources.
