The Forge

Build on a memory
that already knows your user.

The founding developer cohort for the Friendly memory layer.

Every AI product ships with the same first mile.

A stranger arrives. Your agent has no idea who they are. It spends the first few exchanges learning their name, their preferences, the shape of the problem they’re actually trying to solve. By the time it knows them well enough to be genuinely useful, a good number of them have churned.

Friendly is the layer that changes that. Users bring their own conversation history into Friendly — across ChatGPT, Claude, Gemini, and the agents they already use. Developers query that memory through a clean SDK. Your agent stops starting cold. It starts knowing.

Five-minute quickstart

Demo mode first. Auth later.

No keys. No accounts. A real-shaped memory corpus in the first call. Swap in scoped user tokens when you’re ready for production.

demo.ts
$ npm install @heuristiqs/friendly

import { FriendlyClient } from "@heuristiqs/friendly";

// Demo mode — no auth, no API key, instant synthetic corpus
const friendly = new FriendlyClient({ demo: true });

const systemPrompt = await friendly.context.buildSystemPrompt({
  agentRole: "infrastructure troubleshooting assistant",
  userQuery: "I’m seeing high latency on our API gateway",
});

console.log(systemPrompt);
// => [DEMO] User context loaded: 847 memories across 18 months.
//    Recent focus: Railway deployment, Supabase performance, LiteLLM routing.
//    Active project: Friendly v1.0 build.

Demo output represents a top-decile user profile. Real user results vary by Soul Transfer history and engagement.

Who the cohort is

Small. Curated. Personally recruited.

Ten to twenty developers across five categories. Every member has a real use case. No public beta, no open floodgate.

  • Infrastructure tooling
    DevOps platforms, incident response systems, platform engineering.
  • Personal productivity
    AI assistants, knowledge management, workflow automation.
  • HR & talent
    Hiring platforms, skills assessment, career development.
  • Healthcare & wellness
    Patient engagement, mental health, wellness platforms.
  • Research & education
    Academic tools, learning platforms, research assistants.
What founding developers get

Benefits no later developer receives.

01

Permanent rate lock

Lock your query pricing at the day-one launch rate — permanently, not for ninety days. As the memory layer matures and query value rises, founding developers pay the founding rate.

02

A seat at the table

Quarterly API design reviews that actually shape the SDK roadmap. Your real query patterns become inputs to the product — the same model Stripe used with its first cohort.

03

The first-dollar moment

Your queries generate the first earnings Friendly users ever receive under the Data Royalty Program. Your team is part of that launch story — credited publicly, with your permission.

04

Compliance early access

SOC 2 Type 2 documentation shared with the cohort ahead of general availability — so enterprise procurement does not block your integration for three to six months.

05

The Founding Partner badge

"Powered by Friendly Vault — Founding Partner." A visually distinct attribution your product can wear. Signals early access and quality to every one of your users.

Join The Forge

Building in one of these categories?
Start the conversation.

No public signup. The founder reviews every name. If your work fits the cohort, you’ll hear back directly.

Or write directly: hello@usefriendly.ai

Repositories

github.com/HeuristiqsAI/friendly-sdkopening with the cohort

github.com/HeuristiqsAI/friendly-examplesopening with the cohort