← All components AI affordances
SourceCard
Favicon + numbered title + domain + snippet. Pairs with CitationChip via hover-sync.
Inspired by Perplexity sources rail, Bing Chat citations.
Preview
What it looks like.
A
1Apple reveals M3 Ultra, taking Apple silicon to a new extreme
apple.com
M3 Ultra features the most powerful CPU and GPU in any Mac, double the Neural Engine cores, and support for up to 512GB of unified memory.
T
2FlashAttention: Fast and Memory-Efficient Exact Attention
arxiv.org
We propose FlashAttention, an IO-aware exact attention algorithm that uses tiling to reduce the number of memory reads/writes between HBM and SRAM.
Usage
Drop it into your app.
import { SourceCard } from '@locara/components'
<SourceCard number={1} title="Apple reveals M3 Ultra…" domain="apple.com"
snippet="M3 Ultra features the most powerful CPU and GPU…" href={url} />
Or copy the source into your repo:
locara add source-card