Posts

Notes on my first very simple agentic coding experiment with Google Jules which was successful

Summary With my recent Jio 4G mobile recharge, I got a free 18 month offer for Google AI Pro which I accepted. Google AI Pro includes Google Jules being used as a coding agent. As a trial, for a very simple Astro landing page site, I gave Google Jules this prompt: I have a dummy Indian rural school website data in this Astro app. I would like the data in Features and About sections to be changed to a hypothetical (sample) rural Indian school (primary & secondary level/K-12). It did the job well! While the programming task I asked Google Jules to do was very simple, it had to go through all the steps of:  Studying project code (multiple files) Modifying the correct components with suitable generated text for Features and About sections which earlier had dummy content Building the app Running it and verifying the output Creating a GitHub PR request After verifying the changes myself on my PC, I deployed the very simple site with changes at https://ravisiyer.github.io/ssw-astroghp...

Notes on creating a simple static landing page site using my Astro template

Last updated on 23 Feb 2026 20:33, 21 February 2026 [Initially I wanted to see if I could quickly find some other Astro template that I could use to create a simple static landing page site for a primary & secondary education (K-12) rural Indian school. So I did some searching for it ....] Now looking at Astro Base - https://github.com/jonnysmillie/astro-base Some issues: Mobile menu takes up whole window width. Does not support dark mode. The developer has an interesting showcase of websites: https://jonnysmillie.dev/websites/ ------- Top 23 free Astro themes for building out-of-this-world static sites in 2023, https://cloudcannon.com/blog/top-23-free-astro-themes-for-building-out-of-this-world-static-sites-in-2023/ https://github.com/arthelokyo/astrowind , 5.5K stars, MIT License, https://astrowind.vercel.app/ - Initial thoughts were that it was very impressive. But when I dug into the source code for a simple case of using a Hero image I found the code to be too intricate...