Notes on Development of Gita Static JSON files API hosted on GitHub Pages

This post is related to followings posts:

Quick Info

datajson branch of frontend Nextjs Gita project is the development branch for using above JSON API.

Details

On 5 Jan. 2026, a donor expressed interest in sponsoring first 20 man-hour chunk of work for this project. I started that work on the next day, 6 Jan. 2026.

As of now at least, this post has minimal details info.
...
=============
=============
08 January 2026

On Vercel, new git branch (datajson branch of gita Nextjs frontend project) deployment was not done automatically.
Procedure to create preview deployment from datajson branch on Vercel:
Vercel a/c page -> project -> Deployments -> click '...' button on top right -> Create Deployment
  • Chose datajson branch reference - it was automatically set to Preview -> Clicked Create Deployment button
  • Deployment got done successfully and build was started automatically.
  • Deployment succeeded. URL domain: https://gita-git-datajson-snipped--.vercel.app/
  • Deployed app seems to be working OK.
...
Vercel free-tier allows me to share it with one collaborator.
----
=============
=============

16:51, 07 January 2026

https://nextjs.org/docs/app/guides/debugging#debugging-with-vs-code gives easy to follow instructions to debug Nextjs App Router project server side code with VSCode.

...

Chrome JSON Viewer extension does not handle dark mode well. So have disabled it.
Am using Chrome's built in 'Pretty print' feature for above JSON files. Does a decent job in both light and dark modes of Chrome.


Comments