Newsletter
Join the Community
Subscribe to our newsletter for the latest news and updates
My Portfolio site using Next.js, microCMS, and aspida. JAMstack blog page is implemented and deployed on Vercel.

A customizable Jekyll portfolio theme with about, portfolio, and tools sections, easily configured via _config.yml.
Next Jamstack Portfolio is a portfolio and blog starter built with Next.js, microCMS, and aspida, deployed on Vercel as a JAMstack site.
Next Jamstack Portfolio is a portfolio and blog starter built with Next.js, microCMS, and aspida, deployed on Vercel as a JAMstack site. It takes content from the microCMS headless CMS and typed API definitions from aspida, and produces a static portfolio site with a blog page. The repo is bootstrapped with create-next-app and the source code is organized under a ./src directory.
Fork the repository, install dependencies with yarn install, and start the development server with yarn dev at localhost:3000. At build time, the builder directory updates RSS feeds and lib methods fetch content from microCMS. The result is a static site ready for deployment on Vercel.