SSWConsulting / SSWConsulting/SSW.Website

✨ Incremental Rebuild - Rebuild only modified pages on content change instead of full site deployment

Open
#4,452 0 comments 0 reactions 1 assignee View on GitHub

@amankumarrr is already working on this.

Since Jan 12, 2026.

Needs Refinement YakShaver
Dominant language
HTML
Stars
14
Forks
10
Avg merge
13h 51m
Merged PRs (30d)
38

Description

Requested by: @Calinator444 via YakShaver.ai 🦬
cc: @amankumarrr, @Calinator444, @brookjeynes-ssw, @adamcogan, @babakamyljanovssw

Hi Team!

  🟥  Watch the video (2 min 54 sec)

Pain

Improve the editing experience for ⭐ SSW Website (Dev - Next.js) by avoiding full site rebuilds when content is changed in Tina. Implement Tina webhooks that trigger Next.js on-demand revalidation to rebuild only the affected page route when content is pushed to main. This will significantly reduce deployment time and frustration for editors by replacing the current ~20 minute full rebuild with a targeted page rebuild.

Acceptance Criteria
  1. When a page is created or edited in Tina and merged to main, a webhook is triggered.
  2. The webhook passes the modified page route to the SSW Website Next.js application.
  3. Next.js on-demand revalidation rebuilds only the specified route without triggering a full site deployment.
  4. Content changes become live significantly faster than the current full rebuild process.
  5. Existing full rebuild pipeline on content change is disabled or bypassed once the webhook solution is confirmed working.
  6. Implementation aligns with the existing webhook approach used in SSW Rules.

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.