-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.ftd
38 lines (24 loc) · 1.05 KB
/
index.ftd
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
-- ds.page: `fastn` Specification
-- ds.section-column:
align-content: left
inset: $ds.spaces.inset-wide.large
-- ds.copy-regular:
`fastn` is a framework to build UIs. This spec describes the syntax for `fastn`
programs and their capabilities.
[TBD] A more better introduction can be prepared later.
This is not yet a formal document. It is a work in progress, and written in
relatively plain English. The goal is to make this an unambiguous document that
can be used to implement `fastn`. Any contribution is welcome.
The conversations related to the spec takes place on
[fastn-stack/fastn](https://github.com/orgs/fastn-stack/discussions) and on our
[discord server](https://discord.gg/fastn-stack-793929082483769345)
Currently there is only [one implementation of
`fastn`](https://github.com/fastn-stack/fastn/), but other alternate
implementation can be derived using this spec.
-- eds.heading-large-id: Table of Contents
id: table-of-contents
-- ds.copy-regular:
- [Overview](/overview/)
- [`ftd::p1` grammar](/p1/)
-- end: ds.section-column
-- end: ds.page