Build on OS.TECH

Platform services, SDK ecosystem, and developer tools for personal and community computing.

SDK Ecosystem

Foundation SDKs

React AI SDK

@futurefields/react-ai

AI-infused UI components with local-first inference via WebGPU

Streaming chatLocal LLMsTool callingAgent interfaces

P2P Networking SDK

@futurefields/p2p-sdk

Distributed app infrastructure with Holochain and IPFS

Peer discoveryAuto syncNo serversEncrypted

Local-First Data SDK

@futurefields/local-first

CRDTs for conflict-free offline sync and privacy-preserving storage

Offline syncCRDTsPrivacy-firstEncrypted

Platform SDK

@futurefields/platform-sdk

Shared services: auth, billing, analytics, licensing

SSOStripe integrationUsage trackingFeature gates

Domain SDKs (Sample)

PCI v4.0 SDK

Payment compliance with redaction and audit trails

C2PA Provenance SDK

Media verification and content authenticity

CRA/SBOM SDK

EU supply chain compliance and dependency tracking

ARK SDK

Tech tree pathfinding and offline knowledge access

Quick Start

# Install dependencies
npm install @futurefields/platform-sdk @futurefields/react-ai

# Example: Using React AI SDK
import { useLLMStream } from '@futurefields/react-ai'

function MyApp() {
  const { messages, sendMessage } = useLLMStream({
    provider: 'local',  // On-device via WebGPU
    model: 'phi-3-mini'
  })

  return <Chat messages={messages} onSend={sendMessage} />
}

Documentation

Comprehensive API docs, tutorials, and examples available on GitHub.

View Documentation →

Community

Join our community on GitHub Discussions and Discord to ask questions and share projects.

Start Building Today

Free tier available. No revenue sharing on apps you build.

Get Started on GitHub