fastn
ftd
is a language to create web pages or documents for publishing on the web. fastn
takes markdown, and adds features to create full page layouts, lets you create reusable “ftd components”, and has first class support for data modelling, so the ftd
document can be used as an data exchange format as well (as a replacement of JSON/CSV etc).fastn
is “ftd
package manager”, defines a package format for packaging ftd
files. fastn
packages can depend on other fastn
packages, and fastn
can install all the dependencies of a package. fastn
can also convert ftd
files to static HTML files, so you can use it as a static site generator, and publish FTD files on github pages, S3 etc static site hosting sites. Learn mode about remixing packages here.