-
Notifications
You must be signed in to change notification settings - Fork 0
Add blog with open source announcement post #7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
kaci8
wants to merge
1
commit into
main
Choose a base branch
from
blog/open-source-post
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,59 @@ | ||
| --- | ||
| title: "Goodbye 8thwall.com. Hello 8thwall.org." | ||
| description: "Nearly a decade of XR engine development and WebAR tooling is now in the open." | ||
| date: 2026-03-02 | ||
| authors: [8thwall] | ||
| tags: [announcement] | ||
| image: /img/blog/open-source-cover.png | ||
| slug: 8th-wall-open-source | ||
| --- | ||
|
|
||
| Nearly a decade of XR engine development and WebAR tooling is now in the open. | ||
|
|
||
|  | ||
|
|
||
| <!-- truncate --> | ||
|
|
||
| Over the past few months, we shared that 8th Wall would transition from a hosted, paid platform to an open source project. As of February 28, 2026, that transition is complete. | ||
|
|
||
| 8th Wall now continues at <a href="https://8thwall.org/">8thwall.org</a> as a free, open source XR toolset. | ||
|
|
||
| ## What's live today | ||
|
|
||
| While the hosted 8th Wall platform — login, the cloud editor, and web-based Studio — is no longer available, the technology lives on. The same codebase that powered thousands of WebAR experiences is now open, where it can be inspected, extended, and improved by anyone. | ||
|
|
||
| We've released components in stages over the past few months. | ||
|
|
||
| In January, we released the [Distributed Engine Binary](https://github.com/8thwall/engine/tree/main). It includes SLAM and is available under a binary-only license for continued commercial and noncommercial use. VPS, Maps, and Hand Tracking are not included. | ||
|
|
||
| Today, we're publishing an [MIT-licensed open source version of the engine framework](https://github.com/8thwall/8thwall/tree/main/packages/engine) that does not include SLAM. The core architecture and major AR feature modules — including Face Effects, Image Targets, and Sky Effects — are now available in the open. | ||
|
|
||
| SLAM has not been open sourced and will only be available in the Distributed Engine Binary. But with the rest of the framework now open, the engine isn't frozen in place. As browser APIs change and web standards evolve, the community can maintain and adapt it without depending on us. | ||
|
|
||
| Several supporting tools are also available: | ||
|
|
||
| - [Sample projects](https://8th.io/examples), including starter templates, feature demos, and best practice references | ||
| - [Image Target Processor CLI](https://github.com/8thwall/8thwall/tree/main/apps/image-target-cli), a tool for creating new image targets for use with the XR engine | ||
| - [Archive](https://github.com/8thwall/archive), a cleaned snapshot of the 8th Wall monorepo, is available for reference | ||
|
|
||
| All of this is governed by a formal open source model, with contribution guidelines and decision-making processes documented in the [repository](https://github.com/8thwall/8thwall). | ||
|
|
||
| ## What's coming next | ||
|
|
||
| Today is a major milestone, but the transition isn't finished. | ||
|
|
||
| Over the next month, we'll complete the next wave of releases, including updated documentation fully migrated to GitHub, the full open source release of the Desktop App, open source ECS runtime components, MCP server, and additional sample projects and reference implementations. | ||
|
|
||
| We're shipping as quickly as we can do it right. [GitHub](https://github.com/orgs/8thwall/discussions) and [Discord](https://8th.io/discord) are where updates will land first. | ||
|
|
||
| ## Thank you for building with us | ||
|
|
||
| To our community of developers, brands, and agencies: thank you. | ||
|
|
||
| Since we announced the closing of 8th Wall, you've shown up with thoughtfulness, tough questions, honest feedback, and patience. That input shaped everything you see on 8thwall.org today. | ||
|
|
||
| We're proud of what we built together, and grateful for the trust you placed in us. | ||
|
|
||
| This is a community project now. If you want to help shape what 8th Wall becomes next, review the [governance](https://github.com/8thwall/8thwall/blob/main/GOVERNANCE.md) and [contribution](https://github.com/8thwall/8thwall/blob/main/CONTRIBUTING.md) docs in the repo and join us in the open. | ||
|
|
||
| — The 8th Wall Team |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,16 @@ | ||
| # Blog author profiles. | ||
| # Reference these keys in post front matter: authors: [8thwall] | ||
| # Multiple authors: authors: [8thwall, jane] | ||
|
|
||
| 8thwall: | ||
| name: 8th Wall | ||
| title: 8th Wall Team | ||
| image_url: /img/authors/team_blog_avatar.png | ||
|
|
||
| # Add individual authors below. Avatar images go in static/img/authors/. | ||
| # Example: | ||
| # jane: | ||
| # name: Jane Smith | ||
| # title: Developer Advocate | ||
| # url: https://github.com/janesmith | ||
| # image_url: /img/authors/jane.jpg | ||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,19 @@ | ||
| # Canonical tag definitions for blog posts. | ||
| # Posts can use any tag string, but tags listed here get a custom | ||
| # display label and permalink. | ||
|
|
||
| announcement: | ||
| label: Announcement | ||
| permalink: /announcement | ||
|
|
||
| release: | ||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Maybe we can add these other tags once we have these types of posts. |
||
| label: Release | ||
| permalink: /release | ||
|
|
||
| tutorial: | ||
| label: Tutorial | ||
| permalink: /tutorial | ||
|
|
||
| open-source: | ||
| label: Open Source | ||
| permalink: /open-source | ||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -25,7 +25,7 @@ export default function SiteFooter() { | |
| <a href="https://www.youtube.com/@8thwall" target="_blank" rel="noopener">Video Tutorials</a> | ||
| <a href="https://github.com/8thwall" target="_blank" rel="noopener">GitHub</a> | ||
| <a href="https://8th.io/examples" target="_blank" rel="noopener">Example Projects</a> | ||
| <a href="https://8th.io/blog" target="_blank" rel="noopener">Blog</a> | ||
| <a href="/blog">Blog</a> | ||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Best practice would be to use |
||
| </div> | ||
| <div className="footer-column"> | ||
| <h2 className="footer-heading">Get Involved</h2> | ||
|
|
||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Seems like this would be duplicated with the name, can we leave it out?