$ git show work/goodly
An online-course business its owner runs entirely without a developer.
products.goodly.co.in ↗$ cat ./problem
Goodly sells Excel & Power BI courses to thousands of students — but every page of the product site was hand-coded React. A price change, a new course, an SEO tweak: each one meant calling a developer and shipping a deploy. The brief was blunt: “we should only need the developer for structural changes.”
$ git log --built
$ cat ./architecture
Postgres holds the catalogue; the public site reads only published content; nginx rewrites crawler user-agents to server-rendered share pages so a React SPA still gets real SEO. Deploys are built locally, shipped as images, and swapped with zero downtime.
$ ./start-a-project.sh
Two lines is enough — what it is, roughly when you need it. Reply within a day, fixed quote within a week.
start a project →