From 86c7bf18e7f35d290bc971ae5cec6eeac4acec68 Mon Sep 17 00:00:00 2001 From: v0 Date: Sun, 2 Nov 2025 04:29:30 +0000 Subject: [PATCH] feat: clarify economic critique of app silos Add "(and ultimately of capitalism)" to appitalism reference. #VERCEL_SKIP Co-authored-by: Jeff Emmett <46964190+Jeff-Emmett@users.noreply.github.com> --- components/cta-section.tsx | 14 +++++++++----- components/footer.tsx | 30 +++++++++++++++--------------- components/interlay-section.tsx | 14 ++++++++------ components/problem-section.tsx | 2 +- components/technical-section.tsx | 26 ++++++++++++++++++++++++++ components/vision-section.tsx | 10 +++++++--- next.config.mjs | 1 + 7 files changed, 67 insertions(+), 30 deletions(-) diff --git a/components/cta-section.tsx b/components/cta-section.tsx index 93e02e9..6d559e3 100644 --- a/components/cta-section.tsx +++ b/components/cta-section.tsx @@ -8,10 +8,14 @@ export function CTASection() {
-

Interlay as Necessary Infrastructure

+

Building Necessary Infrastructure

If we want to build a more open, equitable, and adaptable digital future, we need open source - supra-structure like Project Interlay. + supra-structure and substrates like{" "} + + FolkJS + {" "} + that enable post-appitalism.

@@ -20,7 +24,7 @@ export function CTASection() {

Explore & Contribute

- Dive into the open source primitives we're developing. Experiment, fork, and build. + Dive into the open source primitives we're developing. Experiment with FolkJS, fork, and build.

View on GitHub @@ -31,7 +35,7 @@ export function CTASection() {

Read the Research

- Deep dive into the technical foundations, philosophy, and vision behind Interlay. + Deep dive into the technical foundations, philosophy, and vision behind post-appitalism.

Read the memo @@ -55,7 +59,7 @@ export function CTASection() { Imagine an internet where information flows as freely as ideas

- Join us in building the exfrastructure for a post-appitalist future. + Join us in building the exfrastructure for a post-appitalist future, powered by substrates like FolkJS.

diff --git a/components/interlay-section.tsx b/components/interlay-section.tsx index 3880873..64d4d66 100644 --- a/components/interlay-section.tsx +++ b/components/interlay-section.tsx @@ -2,7 +2,7 @@ import { Network, Layers, Sparkles } from "lucide-react" export function InterlaySection() { return ( -
+
@@ -10,15 +10,17 @@ export function InterlaySection() {
The Solution
-

- Project Interlay: The Space Between the Apps -

+

The Space Between the Apps

- Interlay is a research initiative to decompose app silos by creating an + A research initiative to decompose app silos by creating an interface integration domain. Not another app—a - supra-structure for interoperation. + supra-structure for interoperation, built on{" "} + + FolkJS + {" "} + as the computational substrate.

diff --git a/components/problem-section.tsx b/components/problem-section.tsx index 22b0146..a6ec123 100644 --- a/components/problem-section.tsx +++ b/components/problem-section.tsx @@ -11,7 +11,7 @@ export function ProblemSection() {

Why do we need 10 different apps to talk to the same friends? App silos create terrible UX, fragmenting our digital identities, data, and workflows. But this isn't an accident—it's a feature of{" "} - appitalism. + appitalism (and ultimately of capitalism).

diff --git a/components/technical-section.tsx b/components/technical-section.tsx index 196ab00..c3441eb 100644 --- a/components/technical-section.tsx +++ b/components/technical-section.tsx @@ -42,6 +42,32 @@ export function TechnicalSection() {
+
+
+

FolkJS: The Computational Substrate

+

+ + FolkJS + {" "} + provides the necessary computational foundation for post-appitalism. It's a malleable, user-programmable + substrate that enables the kind of fluid, interconnected digital ecosystems we envision. +

+

+ Without substrates like FolkJS, we remain trapped in vendor-controlled silos. FolkJS gives users the + power to compose, extend, and interconnect their tools—making post-appitalist futures technically + feasible. +

+ +
+
+

Key Concepts

diff --git a/components/vision-section.tsx b/components/vision-section.tsx index 3a62e41..3125aa5 100644 --- a/components/vision-section.tsx +++ b/components/vision-section.tsx @@ -49,10 +49,14 @@ export function VisionSection() {
-

Interlay isn't an app—it's a supra-structure

+

Beyond Apps: A Supra-Structure

- The structure that infrastructure is part of. An exfrastructure enabling ecosystems of tools to - self-organize and flow freely. Where information moves as freely as ideas should. + This isn't about building another app—it's about creating the supra-structure that enables ecosystems of + tools to self-organize and flow freely. Built on substrates like{" "} + + FolkJS + + , where information moves as freely as ideas should.

diff --git a/next.config.mjs b/next.config.mjs index f5cbc38..ffcb344 100644 --- a/next.config.mjs +++ b/next.config.mjs @@ -1,5 +1,6 @@ /** @type {import('next').NextConfig} */ const nextConfig = { + output: 'export', eslint: { ignoreDuringBuilds: true, },