Platform services, SDK ecosystem, and developer tools for personal and community computing.
@futurefields/react-aiAI-infused UI components with local-first inference via WebGPU
@futurefields/p2p-sdkDistributed app infrastructure with Holochain and IPFS
@futurefields/local-firstCRDTs for conflict-free offline sync and privacy-preserving storage
@futurefields/platform-sdkShared services: auth, billing, analytics, licensing
Payment compliance with redaction and audit trails
Media verification and content authenticity
EU supply chain compliance and dependency tracking
Tech tree pathfinding and offline knowledge access
# 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} />
}Comprehensive API docs, tutorials, and examples available on GitHub.
View Documentation →Join our community on GitHub Discussions and Discord to ask questions and share projects.