franckj / anypage

On-demand web pages defined by JSON in the URL

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

☁️📄 Anypage

On-demand web pages defined by JSON in the URL

The URL is the content.

The page is described by a JSON object with these attributes:

{
  "h1":"This is the title",
  "h2":"This is the subtitle",
  "body":"The quick brown fox jumped over the lazy dog, the quick brown fox jumped over the lazy dog.",
  "footer":"This is the footer"
}

Encode the JSON as base64 and append to the URL, like this.

✏️ Editor

Why should those other CMSs get all the fancy toys? Anypage has got a WYSIWYG editor now.

About

On-demand web pages defined by JSON in the URL


Languages

Language:HTML 100.0%