React-static website generator
View source"Attorney web builder" was a project which was in development prior to me joining the company. After discovering how adeptly react-static could handle JSON data, we decided to refactor "AWB" to generate react-static sites instead - and we were successfully able to pull it off. Instead of pulling JSON data from a wordpress site, JSON is pulled instead from a Laravel/Spark application.
I lent hand in aiding with the development of the controller responsible for communicating with Netlify seen here:
The Laravel application generates JSON data unique to each user ID. That user ID is then sent to Netlify in a build command so that react-static will pull in JSON from that target url + userID.
Prior to building the website though, the user will enter in a lot of client information and select a template, which ultimately is converted and broadcasted as JSON.