Yourlinksdeserveabetterfirstimpression
Peeksy turns any URL into a beautifully branded preview — custom OG images, AI-written descriptions, and SEO built in. Share links that actually get clicked.
Try it instantly — no signup
Your URL
Template
Minimal
Bold
Dark
Color:
Live Preview
Waiting for URL…
Trusted by founders, marketers, and developers who care about how their links look
Three steps to links that turn heads
Paste your URL
Paste your URL
Drop in any link you own — a blog post, product page, campaign landing page, anything. Peeksy fetches it instantly.
Choose Template
Accent Color
✦ peeksy
Your Series A Announcement
yourstartup.com
Design your preview
Upload your own OG image or let AI generate one from a template. Write your own title and description or let AI do that too — optimized for clicks and SEO.
Share your Peeksy link
Get a short link on peeksy.link or your own custom domain. Share it anywhere — Twitter, LinkedIn, Slack, newsletters. Every platform shows your perfect preview, every time.
Paste your URL
Paste your URL
Drop in any link you own — a blog post, product page, campaign landing page, anything. Peeksy fetches it instantly.
Choose Template
Accent Color
✦ peeksy
Your Series A Announcement
yourstartup.com
Design your preview
Upload your own OG image or let AI generate one from a template. Write your own title and description or let AI do that too — optimized for clicks and SEO.
Share your Peeksy link
Get a short link on peeksy.link or your own custom domain. Share it anywhere — Twitter, LinkedIn, Slack, newsletters. Every platform shows your perfect preview, every time.
Everything your links have been missing
AI-Generated OG Images
Pick a template and let AI build a stunning OG image around your content. No Figma, no designers, no exports. Done in seconds.
Click Generate to see magic ✨
Custom Domains
Make your short links live on your own brand. links.yourbrand.com instead of peeksy.link — with full SSL handled automatically.
SEO Audit on Every Link
Every time you create a link, Peeksy quietly audits the destination page — missing meta tags, title length, canonical issues — and tells you what to fix.
SDK for Developers
Install @peeksy/sdk and manage links, generate OG images, and run SEO audits directly from your codebase. Works anywhere JavaScript runs.
import { Peeksy } from '@peeksy/sdk'
const peeksy = new Peeksy({ apiKey: process.env.PEEKSY_KEY })
const link = await peeksy.links.create({
url: 'https://mysite.com/post',
generateOg: true,
}) // → { id, slug, ogImageUrl }
MCP Server
Connect Peeksy to Claude Code, Cursor, or Windsurf. Your AI assistant can create links, generate previews, and audit SEO without you ever opening a dashboard.
{
"mcpServers": {
"peeksy": {
"url": "https://api.peeksy.space/mcp",
"token": "pk_●●●●●●●●●●"
}
}
}
Analytics That Matter
See clicks, CTR, referrer sources, and geographic data for every link. Know exactly which previews are working and which aren't.
6.8%
CTR
24
Countries
Top source
See the difference
No preview image
yourstartup.com
/blog/why-we-raised-series-a
Raw URL. No brand. Probably not getting clicked.
✦ peeksy
Why We Raised Our Series A — And What's Next
The story behind our $12M raise, the problems we're solving, and where we're headed.
yourstartup.com
peeksy.space/l/series-a
Brand-perfect. Instantly clickable.
Start free. Upgrade when you're ready.
Simple, transparent pricing for every stage of growth
Frequently asked questions
AI-ready. API-first. Edge-native.
Peeksy isn't just a dashboard — it's infrastructure. Plug it into your AI agents, automate link management in CI/CD, or build custom integrations with the REST API.
MCP Server
JSON-RPC 2.0 over HTTP. Let your AI agents create links and pull analytics without leaving the chat.
REST API
Fully documented endpoints for links, analytics, OG images, and SEO audits. High-volume ready.
@peeksy/sdk
TypeScript-first. Tree-shakeable ESM. Works in Node, Deno, and edge runtimes — one install, full control.