framework.pub

The cloud companion to the Framework R package.

Framework structures data-science projects in R. framework.pub keeps your settings with you across machines, lets you hand a project to any computer with one token, and gives rendered notebooks a clean URL. Free for settings and project definitions; storage tiers later.

# connect this machine (token from your account page)
curl -fsSL https://framework.pub/install.sh | bash -s -- 'fw_...'
# in R
framework::new("my-study")
Create an account Passkeys and email sign-in — no password to manage.

Settings that follow you

Author info, project defaults, and AI-context preferences live in your account. cloud_sync() keeps every machine current, and new() uses them automatically — so you set things up once and stop thinking about it.

Projects by token

Define a project here, or let new() register it for you. setup("<token>") then recreates it on any machine — yours, a collaborator's, a lab workstation.

Structure when you want it

Blueprints are optional, editable project structures — full analysis projects, courses, presentations. The default is bare: your own conventions, with Framework staying out of the way.

Publish rendered work

publish("analysis.qmd") renders and uploads to a stable URL you can share or embed — with the raw HTML one click away. Data integrity records, so collaborators can verify files match what you analyzed, are on the way.