feat: add social images
Po Szerokość: | Wysokość: | Rozmiar: 90 KiB |
Po Szerokość: | Wysokość: | Rozmiar: 92 KiB |
|
@ -1 +0,0 @@
|
|||
<svg xmlns="http://www.w3.org/2000/svg" width="68" height="68" fill="none"><g fill="#252525" clip-path="url(#a)"><circle cx="34" r="2"/><circle cx="68" r="2"/><circle cx="34" cy="34" r="2"/><circle cx="34" cy="68" r="2"/><circle cx="68" cy="34" r="2"/><circle cx="68" cy="68" r="2"/><circle r="2"/><circle cy="34" r="2"/><circle cy="68" r="2"/></g><defs><clipPath id="a"><path fill="#fff" d="M0 0h68v68H0z"/></clipPath></defs></svg>
|
Przed Szerokość: | Wysokość: | Rozmiar: 432 B |
Po Szerokość: | Wysokość: | Rozmiar: 92 KiB |
|
@ -45,8 +45,8 @@ export default async function TheBestDamnLandingPageEver() {
|
|||
</h1>
|
||||
|
||||
<h5 className='text-center text-lg max-w-2xl'>
|
||||
Agentic is a highly curated marketplace of production-grade LLM tools
|
||||
that work with every major LLM SDK and MCP client.
|
||||
Agentic is a curated marketplace of LLM tools that work with every
|
||||
major LLM SDK and MCP client.
|
||||
</h5>
|
||||
|
||||
<DemandSideCTA />
|
||||
|
|
Po Szerokość: | Wysokość: | Rozmiar: 90 KiB |
Po Szerokość: | Wysokość: | Rozmiar: 90 KiB |
Po Szerokość: | Wysokość: | Rozmiar: 92 KiB |
|
@ -5,7 +5,7 @@ export const isSafari =
|
|||
|
||||
export const title = 'Agentic'
|
||||
export const description =
|
||||
"Agentic is the App Store for LLM tools. Publish any MCP server or OpenAPI service Agentic's MCP gateway and instantly turn it into a paid MCP product."
|
||||
"Agentic is the App Store for LLM tools. Publish any MCP server or OpenAPI service to Agentic's MCP gateway and instantly turn it into a paid MCP product."
|
||||
export const domain =
|
||||
process.env.NEXT_PUBLIC_VERCEL_PROJECT_PRODUCTION_URL ?? 'agentic.so'
|
||||
|
||||
|
@ -65,13 +65,15 @@ export const isTest = env === 'test'
|
|||
|
||||
export const port = process.env.PORT || '3000'
|
||||
export const prodUrl = `https://${domain}`
|
||||
export const url = isDev ? `http://localhost:${port}` : prodUrl
|
||||
export const baseUrl = isDev ? `http://localhost:${port}` : prodUrl
|
||||
export const vercelUrl =
|
||||
process.env.VERCEL_URL ?? process.env.NEXT_PUBLIC_VERCEL_URL
|
||||
// export const webBaseUrl = isDev || !vercelUrl ? url : `https://${vercelUrl}`
|
||||
// export const webBaseUrl = isDev || !vercelUrl ? baseUrl : `https://${vercelUrl}`
|
||||
export const apiBaseUrl = process.env.NEXT_PUBLIC_AGENTIC_API_BASE_URL!
|
||||
export const gatewayBaseUrl = process.env.NEXT_PUBLIC_AGENTIC_GATEWAY_BASE_URL!
|
||||
|
||||
export const posthogKey = process.env.NEXT_PUBLIC_POSTHOG_KEY!
|
||||
export const posthogHost =
|
||||
process.env.NEXT_PUBLIC_POSTHOG_HOST || 'https://us.i.posthog.com'
|
||||
|
||||
export const socialImageUrl = `${baseUrl}/agentic-social-image-light.jpg`
|
||||
|
|
|
@ -136,7 +136,12 @@
|
|||
"seo": {
|
||||
"metatags": {
|
||||
"keywords": "agentic, agentic tools, MCP, Model Context Protocol, MCP gateway, API gateway, MCP marketplace, MCP API gateway, MCP monetization, production MCPs, deploy MCPs, publish MCPs, ai, AI tools, AI agents, LLM tools, LLM function calling, LLM tool calling, MCP servers, MCP server provider, MCP server deployment, OpenAPI to MCP, OpenAPI to MCP server, vercel ai sdk, ai sdk tools, langchain tools, llamaindex tools, openai tools, anthropic tools, gemini tools",
|
||||
"author": "Travis Fischer"
|
||||
"author": "Travis Fischer",
|
||||
"og:image": "https://agentic.so/agentic-social-image-light.jpg",
|
||||
"twitter:image": "https://agentic.so/agentic-social-image-light.jpg",
|
||||
"twitter:card": "summary_large_image",
|
||||
"twitter:creator": "@transitive_bs",
|
||||
"description": "Agentic is the App Store for LLM tools. Publish any MCP server or OpenAPI service to Agentic's MCP gateway and instantly turn it into a paid MCP product."
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -1,6 +1,12 @@
|
|||
> [!IMPORTANT]
|
||||
> (_June 28, 2025_) As part of an upcoming major Agentic 2.0 release, our site, docs, and readme will be undergoing some breaking changes over the next few days. Please be patient if the site / docs don't load correctly until the transition is complete. Thank you && really excited to share more about Agentic's new direction soon!! 🙏
|
||||
|
||||
<p align="center">
|
||||
<a href="https://agentic.so">
|
||||
<img alt="Agentic" src="/apps/web/public/agentic-social-image-light.jpg">
|
||||
</a>
|
||||
</p>
|
||||
|
||||
<p>
|
||||
<a href="https://github.com/transitive-bullshit/agentic/actions/workflows/main.yml"><img alt="Build Status" src="https://github.com/transitive-bullshit/agentic/actions/workflows/main.yml/badge.svg" /></a>
|
||||
<a href="https://prettier.io"><img alt="Prettier Code Formatting" src="https://img.shields.io/badge/code_style-prettier-brightgreen.svg" /></a>
|
||||
|
|