Overview
Sarachai Web is the academic web presence and research platform hosting this site. It runs five modules under one shell: the landing page, the blog, this projects showcase, the TrendWatch app-chart tracker, and an admin area for users, access policy, and collection monitoring.
Architecture
The platform is a single Next.js application. Pages and the public JSON API share one typed query layer, so a rendered page and its corresponding API endpoint can never disagree. Access control is enforced at that layer rather than in the routes, which makes every restricted read pass the same check by construction.
Content — this page included — is MDX in the repository, version-controlled alongside the code and published by pushing a commit.