-
I'm a bit puzzled by the implications of the deprecation warning on Observable Framework. I have the data for my Framework site hosted on GitHub, but it's accessed at https://visualizing-intertextuality.observablehq.cloud/visualizing-intertextuality/, and if I click on 'deploy' when I'm logged in on Framework, it refreshes the data loader (although I normally do so with a GitHub action when I push to GitHub). What does the deprecation of Observable Cloud mean for me/my site, then, if anything? And if I am in fact affected by this, what do I need to do to host the site somewhere else, whether on GitHub Pages or my personal website? (Importantly: will the instructions for getting started with Framework, and the example Thanks in advance! |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
Observable Framework is not deprecated; Observable Cloud is deprecated, which is Observable’s static site hosting service for Framework projects. You can continue to use Framework, but you’ll need to self-host or choose a third-party hosting provider such as Netlify or GitHub Pages. If you’re currently hosting your project on Observable Cloud (as in observablehq.cloud), then yes, you are using a deprecated service, and you should migrate to another service by deploying elsewhere. We updated the documentation and added deprecation notices to the code back in April; see #1971 and #1972. What “example |
Beta Was this translation helpful? Give feedback.
-
Thank you!I did notice back in April that the cloud hosting was being
deprecated, but I didn't realize back then that it applied to me (and I
wouldn't have had time to deal with it back then, anyway!). :) I hadn't
realized the Deploying guide was updated -- that's super helpful. (That's
the example `deploy.yml` I was referring to, but the older version.) I
don't know how I missed the link to the revised deploying guide in your
informational post (which I actually did read!).... Anyway, thanks again.
…On Sat, Jun 14, 2025 at 5:41 PM Mike Bostock ***@***.***> wrote:
Observable Framework is not deprecated; Observable Cloud is deprecated,
which is Observable’s static site hosting service for Framework projects.
You can continue to use Framework, but you’ll need to self-host or choose a
third-party hosting provider such as Netlify or GitHub Pages. If you’re
currently hosting your project on Observable Cloud (as in
observablehq.cloud), then yes, you are using a deprecated service, and you
should migrate to another service by deploying elsewhere.
We updated the documentation and added deprecation notices to the code
back in April; see #1971
<#1971> and #1972
<#1972>. What “example
deploy.yml” are you referring to? The current Deploying
<https://observablehq.com/framework/deploying> guide describes using
GitHub Actions and GitHub Pages.
—
Reply to this email directly, view it on GitHub
<#1998 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/A3ALFGNL3Q7TQIZOKWMCN733DSJIDAVCNFSM6AAAAAB7KFVH52VHI2DSMVQWIX3LMV43URDJONRXK43TNFXW4Q3PNVWWK3TUHMYTGNBXGE2DKMA>
.
You are receiving this because you authored the thread.Message ID:
***@***.***
com>
|
Beta Was this translation helpful? Give feedback.
Observable Framework is not deprecated; Observable Cloud is deprecated, which is Observable’s static site hosting service for Framework projects. You can continue to use Framework, but you’ll need to self-host or choose a third-party hosting provider such as Netlify or GitHub Pages. If you’re currently hosting your project on Observable Cloud (as in observablehq.cloud), then yes, you are using a deprecated service, and you should migrate to another service by deploying elsewhere.
We updated the documentation and added deprecation notices to the code back in April; see #1971 and #1972. What “example
deploy.yml
” are you referring to? The current Deploying guide describes using GitHub Action…