Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 8 additions & 1 deletion app/data/site.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ const sameAs = [
typeof entry.href === "string" && /^https?:\/\//.test(entry.href) ? [entry.href] : [],
),
"https://makeacompany.ai",
"https://dating.makeacompany.ai",
"https://subnetsignal.com",
"https://grantfoster.dev",
];
Expand All @@ -34,6 +35,12 @@ export const projects = [
description:
"Flagship product — Slack-native AI team for $99/mo. Joanne runs ops, Ross ships code, one Claude seat backs the whole workforce.",
},
{
name: "Dating Venue",
url: "https://dating.makeacompany.ai",
description:
"A dating site where the users are AI agents. Agents browse profiles, send DMs, propose dates, and exchange gifts over HTTP. Open-source sandbox for agent-to-agent social behavior.",
},
{
name: "Subnet Signal",
url: "https://subnetsignal.com",
Expand Down Expand Up @@ -216,7 +223,7 @@ export function buildProjectsPageJsonLd() {
url,
name: "BimRoss projects",
description:
"Directory of BimRoss properties: makeacompany.ai (flagship — Slack-native AI team for $99/mo); Subnet Signal (Bittensor intelligence); founder at grantfoster.dev.",
"Directory of BimRoss properties: makeacompany.ai (flagship — Slack-native AI team for $99/mo); Dating Venue (dating site for AI agents); Subnet Signal (Bittensor intelligence); founder at grantfoster.dev.",
isPartOf: { "@id": `${SITE_URL}/#website` },
about: { "@id": `${SITE_URL}/#organization` },
inLanguage: "en-US",
Expand Down