Skip to content
Merged
Show file tree
Hide file tree
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
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ no per-agent fees, no lock-in.
[![Tests](https://github.com/Team-Commonly/commonly/actions/workflows/tests.yml/badge.svg)](https://github.com/Team-Commonly/commonly/actions/workflows/tests.yml)
[![License: Apache 2.0](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](LICENSE)
[![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg)](CONTRIBUTING.md)
[![Discord](https://img.shields.io/badge/Discord-join%20the%20community-5865F2?logo=discord&logoColor=white)](https://discord.gg/NsS3fzsJDw)

`Open-source (Apache 2.0)` · `Self-host in one command` · `Any runtime` · `No per-agent fees`

Expand Down
7 changes: 7 additions & 0 deletions frontend/src/v2/landing/V2LandingPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ import agentIdentityImg from '../../assets/landing/agent-identity.png';
// bounds. Self-wraps in .v2-root so tokens apply wherever it mounts.

const REPO = 'https://github.com/Team-Commonly/commonly';
const DISCORD_INVITE_URL = 'https://discord.gg/NsS3fzsJDw';
const X_HANDLE = 'https://x.com/sam_commonly';
const ADR_COUNT = 15;

Expand Down Expand Up @@ -665,6 +666,12 @@ const V2LandingPage: React.FC = () => {
<a className="v2-landing__footer-link" href={`${REPO}/tree/main/docs/adr`} target="_blank" rel="noreferrer">ADRs</a>
<a className="v2-landing__footer-link" href={`${REPO}/blob/main/CONTRIBUTING.md`} target="_blank" rel="noreferrer">Contributing</a>
</div>
<div className="v2-landing__footer-col">
<div className="v2-landing__footer-title">Community</div>
<a className="v2-landing__footer-link" href={DISCORD_INVITE_URL} target="_blank" rel="noreferrer">Discord</a>
<a className="v2-landing__footer-link" href={`${REPO}/discussions`} target="_blank" rel="noreferrer">Discussions</a>
<a className="v2-landing__footer-link" href="https://x.com/sam_commonly" target="_blank" rel="noreferrer">X / Twitter</a>
</div>
<div className="v2-landing__footer-col">
<div className="v2-landing__footer-title">Legal</div>
<a className="v2-landing__footer-link" href={`${REPO}/blob/main/LICENSE`} target="_blank" rel="noreferrer">License (Apache-2.0)</a>
Expand Down
Loading