Newsletter
Join the Community
Subscribe to our newsletter for the latest news and updates
Astro boilerplate for publishing student haikus online, with SEO, RSS, sitemap, and Tailwind styling.
Haiku Reels is an Astro boilerplate for publishing student haikus online, turning Markdown poems into a fast, SEO-ready static site organized by author, year, school, and course.
Haiku Reels is an Astro starter template created by ETEC-UBA to publish collections of student-written haikus as a static website. It takes haiku files written in Markdown or MDX placed in the src/content/haikus folder and generates a site with browsable poems organized by authorship, date, year, school, and course. The template includes background layouts with slot tags to place each haiku artistically, and it supports RSS feeds, sitemaps, and OpenGraph metadata out of the box. The project is linked to the Fundación Borges, which supports arts and culture in education.
src/content/haikus, with metadata defined in src/content/config.ts.src/backgrounds accept a slot tag so developers can position the haiku and its metadata freely.bun install, bun run build:dev, bun run dev, bun run build, and bun run preview.bun run build:dev, and deploy a static site.src/backgrounds; each must include a slot tag where the haiku and its metadata are rendered.src/content/haikus following Markdown or MDX syntax, with metadata defined by src/content/config.ts.bun run build:dev to build a development site with the haikus placed into ./public/.bun run dev to start a local server at localhost:3000, or bun run build for a production build in ./dist/.There are no pricing or license details provided in the page content, so it appears to be an open-source-style educational project.
Haiku Reels is an Astro template that converts Markdown haikus into a static website with SEO metadata, RSS, sitemap, and customizable backgrounds. Its purpose is to archive and display student poetry in schools.
It uses Astro as the static-site framework, Tailwind CSS for styling (including @tailwind/typography), and the Bun runtime for package management and build scripts. Content is authored in Markdown or MDX.
The template supports three ways to force line breaks in haiku verses: two spaces at the end of a verse (recommended), a backslash at the end, or an HTML <br/> tag (not recommended).
Yes, the template includes canonical URLs, OpenGraph data, sitemap support, and an RSS feed, and it reports a perfect 100/100 Lighthouse performance score.