Skip to content

This is a draft PR for the Solid26 launch page#953

Open
PreciousOritsedere wants to merge 16 commits intomainfrom
draft-solid-26
Open

This is a draft PR for the Solid26 launch page#953
PreciousOritsedere wants to merge 16 commits intomainfrom
draft-solid-26

Conversation

@PreciousOritsedere
Copy link
Copy Markdown
Contributor

The plan is to merge the PR on April 30th, coinciding with the planned release of Solid26.

@netlify
Copy link
Copy Markdown

netlify bot commented Apr 13, 2026

Deploy Preview for musical-sawine-26ffa9 ready!

Name Link
🔨 Latest commit bddb4b5
🔍 Latest deploy log https://app.netlify.com/projects/musical-sawine-26ffa9/deploys/69de6ad6223e2c0008644d51
😎 Deploy Preview https://deploy-preview-953--musical-sawine-26ffa9.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

Comment thread solid26.html
<div datatype="rdf:HTML" property="description">
<p><a href="/about">Solid</a> is an open standard created by Sir Tim Berners-Lee that lets people store their personal data in an online space they manage — called a Pod — and decide exactly which services, applications and AI agents can access it.</p>
<p>Solid26 is the first bundled release of the Solid specification, giving developers and organisations a stable foundation to build a new generation of applications that put people back in control of their data.</p>
<p>The video below walks through the kinds of applications that can be built with Solid26 — from creating and managing your own Pod, to health tracking, fitness, and AI. If you're a developer or technologist ready to start building, head to the <a href="/solid26-for-developers">developers page</a> to get started. If you want to help shape where Solid goes next, read on.</p>
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can we verify that such applications can actually be build with Soild26?
Is this video made with deployed running code or mockups in a design tool?

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think you/we know the answer to that ;)

My interpretation of all this is that it is a marketing attempt to attract people to Solid, not based on what it offers today, but on what it can be. It doesn't matter whether that's solid26 or solid99. What is offered by Solid here is vague besides fitting it under the big banner of... waves at everything. It is intended to be a promise of work to grow the ecosystem rather than something concrete.

The presentation with Figma is based on a simulated mockup (as part of academic research), not a fully functional system by any stretch of the imagination.

Painting this type of picture will arguably have the opposite effect for the project, but then again, who are we to question the process ;)

The "community", wherever it starts or ends, or its membership, can't even agree on the usefulness of honest efforts with sufficient evidence (like profiles), taking recent activities as an example, or make a minor effort towards promoting works, or have contributors write down a simple sentence in good faith about one particular access control mechanism that is recommended by the community and another no longer, without getting so tangled and confused about the task. And yet, somehow, the Solid project (pointing at a magical system as demonstrated in the marketing material) not only needs substantive consensus from this and other web communities, but development and adoption of work from many other areas (some of the actually hard parts are non-technical), let alone the enormous amounts of funding that would need to materialise from thin air for the implementations, in what is arguably an effort spanning multiple years, even decades, with no guarantee of success, and is somehow possible just around the corner. 😹

Grand visions are easy. This one is still worth the effort. The work just needs to rise to meet it.

Comment thread solid26-for-developers.html Outdated
Comment thread solid26.html Outdated
Comment thread solid26.html Outdated
Comment thread solid26.html Outdated
Comment thread solid26.html Outdated
Comment thread solid26.html Outdated
Comment thread solid26.html Outdated
Comment thread solid26-for-developers.html Outdated
Comment thread solid26.html Outdated
Comment on lines +14 to +16
<div style="position:relative; padding-bottom:56.25%; height:0; overflow:hidden; max-width:100%; border-radius:8px; margin-top:1rem;">
<iframe src="https://www.youtube.com/embed/sXwZXWMuymM?rel=0&modestbranding=1" title="See what you can build with Solid 26" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen style="position:absolute; top:0; left:0; width:100%; height:100%;"></iframe>
</div>
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

All these styles should move to an external stylesheet.

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks @csarven . I made this commit to fix this

Comment thread solid26.html Outdated
</div>

<section resource="#get_involved" inlist="" rel="hasPart" class="article-section">
<h2 id="get_involved" property="name"><strong>Get Involved!</strong></h2>
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

strong inside h2 is redundant and semantically off. Screen readers may unnecessarily announce the emphasis separately. The bold appearance is already part of h2 in browser that has a default stylesheet, and anything additional should be handled in the CSS in any case.

Suggested change
<h2 id="get_involved" property="name"><strong>Get Involved!</strong></h2>
<h2 id="get_involved" property="name">Get Involved!</h2>

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you @csarven . I have made this commit to fix this.

Comment thread solid26.html Outdated
Comment on lines +33 to +46
<p>Fill out the form below, or email <a href="mailto:solid@theodi.org">solid@theodi.org</a> with your area of expertise and a line about your background. We'll match you to the right group and get you started.</p>
<div style="width:100%; overflow:hidden; margin-top:1rem;">
<iframe
src="https://docs.google.com/forms/d/e/1FAIpQLScvhDjGTMXcmtQenMkz8u6RazCzcLrzOTnSeysGuiVteV8Fkg/viewform?embedded=true"
width="100%"
height="1130"
frameborder="0"
marginheight="0"
marginwidth="0"
title="Solid26 feedback and involvement form"
style="display:block; width:100%; min-width:0;">
Loading form…
</iframe>
</div>
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Offering a Google Form as a contact method may not be the most convincing way to show that Solid is ready.

There are also a number of accessibility issues with this iframe.

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes I agree, the google form was an initial implementation. I have made this commit to fix it

Comment thread solid26.html
<div datatype="rdf:HTML" property="description">
<p><a href="/about">Solid</a> is an open standard created by Sir Tim Berners-Lee that lets people store their personal data in an online space they manage — called a Pod — and decide exactly which services, applications and AI agents can access it.</p>
<p>Solid26 is the first bundled release of the Solid specification, giving developers and organisations a stable foundation to build a new generation of applications that put people back in control of their data.</p>
<p>The video below walks through the kinds of applications that can be built with Solid26 — from creating and managing your own Pod, to health tracking, fitness, and AI. If you're a developer or technologist ready to start building, head to the <a href="/solid26-for-developers">developers page</a> to get started. If you want to help shape where Solid goes next, read on.</p>
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think you/we know the answer to that ;)

My interpretation of all this is that it is a marketing attempt to attract people to Solid, not based on what it offers today, but on what it can be. It doesn't matter whether that's solid26 or solid99. What is offered by Solid here is vague besides fitting it under the big banner of... waves at everything. It is intended to be a promise of work to grow the ecosystem rather than something concrete.

The presentation with Figma is based on a simulated mockup (as part of academic research), not a fully functional system by any stretch of the imagination.

Painting this type of picture will arguably have the opposite effect for the project, but then again, who are we to question the process ;)

The "community", wherever it starts or ends, or its membership, can't even agree on the usefulness of honest efforts with sufficient evidence (like profiles), taking recent activities as an example, or make a minor effort towards promoting works, or have contributors write down a simple sentence in good faith about one particular access control mechanism that is recommended by the community and another no longer, without getting so tangled and confused about the task. And yet, somehow, the Solid project (pointing at a magical system as demonstrated in the marketing material) not only needs substantive consensus from this and other web communities, but development and adoption of work from many other areas (some of the actually hard parts are non-technical), let alone the enormous amounts of funding that would need to materialise from thin air for the implementations, in what is arguably an effort spanning multiple years, even decades, with no guarantee of success, and is somehow possible just around the corner. 😹

Grand visions are easy. This one is still worth the effort. The work just needs to rise to meet it.

Comment thread solid26.html Outdated
Comment on lines +34 to +46
<div style="width:100%; overflow:hidden; margin-top:1rem;">
<iframe
src="https://docs.google.com/forms/d/e/1FAIpQLScvhDjGTMXcmtQenMkz8u6RazCzcLrzOTnSeysGuiVteV8Fkg/viewform?embedded=true"
width="100%"
height="1130"
frameborder="0"
marginheight="0"
marginwidth="0"
title="Solid26 feedback and involvement form"
style="display:block; width:100%; min-width:0;">
Loading form…
</iframe>
</div>
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

As discussed -- having the form built-in to the page and submitting via an API would be preferred.

PreciousOritsedere and others added 11 commits April 14, 2026 10:59
Co-authored-by: Jesse Wright <63333554+jeswr@users.noreply.github.com>
Co-authored-by: Jesse Wright <63333554+jeswr@users.noreply.github.com>
Co-authored-by: Jesse Wright <63333554+jeswr@users.noreply.github.com>
Co-authored-by: Jesse Wright <63333554+jeswr@users.noreply.github.com>
Co-authored-by: Jesse Wright <63333554+jeswr@users.noreply.github.com>
Co-authored-by: Jesse Wright <63333554+jeswr@users.noreply.github.com>
Co-authored-by: Sarven Capadisli <info@csarven.ca>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants