JSONsite
JSONsite allows you to take a JSON file and turn it into a SPA with mini pages Basically, you add your JSON file (you can put it on something like GitHub Gists or Pastebin) and JSONsite will fetch it an convert it into a full Website. Your JSON file could look like this:
{
"title": "John's Website"
"description": "The amazing website of John Doe",
"image": "https://cdn.glitch.com/1788ed8a-5cc6-45e9-a3b6-18d6457af699%2Fundraw_profile_pic_ic5t.png?v=1606325421049",
"author": "John Doe",
"template": "default.njk",
"theme": {
"navbar-color": "dark",
"jumbotron-color": "light",
"footer-color": "light"
},
"pages": [
{
"title": "Main",
"id": "main",
"content": "Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Auctor
…