Go to file
“chrisshank” fabc27200c fix source and target updates 2024-12-10 11:31:50 -08:00
.github/workflows use bun (npm should work fine too) 2024-12-02 01:15:50 -05:00
.vscode use bun (npm should work fine too) 2024-12-02 01:15:50 -05:00
demo fix source and target updates 2024-12-10 11:31:50 -08:00
src fix source and target updates 2024-12-10 11:31:50 -08:00
.gitignore use bun (npm should work fine too) 2024-12-02 01:15:50 -05:00
.prettierrc fix html formatting 2024-12-02 13:14:55 -08:00
LICENSE Initial commit 2024-08-09 22:21:23 -07:00
README.md update home page 2024-12-02 01:15:38 -08:00
package.json add benchmarking 2024-12-07 14:45:53 -05:00
tsconfig.json remove global type 2024-12-09 23:12:26 -08:00
vite.config.ts upgrade vite 2024-12-02 02:19:34 -08:00

README.md

Folk Canvas

Explorations

  • How do we make the web feel more alive and soft?
  • How can we more easily connect web pages and their data?
  • How easily can we turn a HTML document into a spatial canvas and visa versa?
  • What would it look like if the browser had primitives for building spatial canvases?
  • How can someone annotate, re-layout, and program web pages they did not make or distribute?
  • How can we compose visual programming interfaces, hypermedia, and LLMs that work on any web page?

Development

  1. Install Bun
bun i
# then
bun dev

Primitives

  • <folk-shape>: Manipulate HTML elements in space.
  • <folk-ink>: Draw lines of ink.
  • <folk-arrow>: Define connection between HTML elements.
  • <folk-canvas>: Control a camera (panning/zoom) and query elements in space