No projects yet

This archive builds itself from the filesystem. Add a folder and it appears here — there is no database, and no code to edit.

Create a folder

content/projects/
└── your-project-name/
    ├── project.json      ← required: title, description, …
    ├── README.mdx        ← optional: the write-up
    ├── cover.webp        ← optional: the large image
    ├── icon.webp         ← optional: the small image
    ├── gallery/          ← optional: screenshots
    ├── videos/           ← optional: clips
    └── downloads/        ← optional: files to offer

Copy content/projects/_template/ to start from a documented example, then run npm run build.