Content Studio

A separate publishing workspace so you do not need to keep editing code for every new item.

Use this page to draft blog posts, research entries, projects, videos, and social highlights. Then save or download the updated JSON that powers the site.

Use this page locally to prepare and save site-content.json without editing code.

Preview entry
{
  "id": "articles-",
  "title": "",
  "slug": "",
  "category": "Article",
  "date": "2026-04-17",
  "readTime": "5 min",
  "excerpt": "",
  "image": "",
  "tags": [],
  "links": []
}
Current content counts

3

Articles

3

Research

3

Projects

2

Videos

2

Social posts

Workflow
  1. 1. Load the current `site-content.json` if you want to continue from the latest version.
  2. 2. Fill the form for the content section you want to update.
  3. 3. Click the add button to append the entry to the in-memory preview.
  4. 4. Save or download the updated JSON and place it in `public/content/site-content.json`.
  5. 5. Rebuild or redeploy the site to publish the new content.