Files

title, task, lineage_type, upstream_source, upstream_sha, imported_at, prompt_class, upstream_changes, author, validated
title task lineage_type upstream_source upstream_sha imported_at prompt_class upstream_changes author validated
Readme import https://github.com/promptslab/awesome-prompt-engineering/blob/3b022d69/website/README.md 3b022d69 2026-06-26 catalogue accepted upstream false

Awesome Prompt Engineering — Website

This is the website for the Awesome Prompt Engineering collection.

How it works

  • Built with Next.js (App Router) + Tailwind CSS
  • Fetches README.md from GitHub at runtime (ISR, 5-minute revalidation)
  • Parses markdown into structured typed data
  • No manual data sync needed — README is the single source of truth

Development

cd website
npm install
npm run dev

Deploy

Set Vercel root directory to website/. No additional config needed.