Skip to content

Commit cff7590

Browse files
Merge pull request #383 from basementstudio/fix/feature-ewssf
update featured post ffs
2 parents 25fb9be + 1f17026 commit cff7590

File tree

2 files changed

+16
-7
lines changed

2 files changed

+16
-7
lines changed

apps/website/content/blog/build-and-submit-gpt-apps.mdx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ category: "guides"
55
date: "2025-12-23"
66
order: 5
77
textureImage: "/textures/text1.png"
8-
featured: true
98
---
109

1110
Learn how to submit your ChatGPT App to the OpenAI directory. We'll cover everything from preparing your assets to getting your app approved.

apps/website/content/blog/everything-we-shipped-so-far.mdx

Lines changed: 16 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ category: "changelog"
55
date: "2025-12-20"
66
order: 8
77
previewImage: "/blog/everything-bento.png"
8+
featured: true
89
---
910

1011
It’s been five months since we launched xmcp, and we’re excited to share that we’ve reached 100K downloads. Here’s a recap of what we’ve shipped so far.
@@ -13,7 +14,10 @@ It’s been five months since we launched xmcp, and we’re excited to share tha
1314

1415
Build apps that run directly inside ChatGPT. xmcp integrates with OpenAI's Apps SDK, so your tools can return interactive widgets.
1516

16-
<Video src="https://j2fbnka41vq9pfap.public.blob.vercel-storage.com/videos/doom-apps-sdk.mp4" controls />
17+
<Video
18+
src="https://j2fbnka41vq9pfap.public.blob.vercel-storage.com/videos/doom-apps-sdk.mp4"
19+
controls
20+
/>
1721

1822
### Arcade Tool
1923

@@ -102,15 +106,18 @@ export default function InteractiveTodo() {
102106
</div>
103107
);
104108
}
105-
```
109+
```
106110

107111
Find out more in the [React Client Components](/docs/core-concepts/tools#react-client-components) documentation.
108112

109113
## Connect to external MCPs
110114

111115
Use MCP servers over HTTP or STDIO, then turn their tools into building blocks for yours.
112116

113-
<Video src="https://j2fbnka41vq9pfap.public.blob.vercel-storage.com/videos/generate.mp4" controls />
117+
<Video
118+
src="https://j2fbnka41vq9pfap.public.blob.vercel-storage.com/videos/generate.mp4"
119+
controls
120+
/>
114121

115122
Define clients in `src/clients.ts`:
116123

@@ -188,7 +195,7 @@ See the [Next.js adapter](/docs/adapters/nextjs) documentation for setup details
188195

189196
xmcp integrates with [Better Auth](https://www.better-auth.com/), adding authentication mcp server with email/password login, OAuth providers, and session management out of the box.
190197

191-
You need to install the Better Auth plugin
198+
You need to install the Better Auth plugin
192199

193200
```bash
194201
npm install @xmcp-dev/better-auth
@@ -235,7 +242,10 @@ See [Integrating Better Auth with xmcp](/blog/better-auth-integration) for datab
235242

236243
Create product listings and handle payments in ChatGPT with Stripe.
237244

238-
<Video src="https://j2fbnka41vq9pfap.public.blob.vercel-storage.com/videos/apps-monetization.mp4" controls />
245+
<Video
246+
src="https://j2fbnka41vq9pfap.public.blob.vercel-storage.com/videos/apps-monetization.mp4"
247+
controls
248+
/>
239249

240250
Read [Monetize your GPT apps with Stripe](/blog/apps-monetization) for the complete walkthrough.
241251

@@ -262,4 +272,4 @@ Learn about paywalling tools in [Integrating Polar with xmcp](/blog/polar-integr
262272

263273
## What's next?
264274

265-
We're just getting started. Join us on [GitHub](https://github.com/basementstudio/xmcp) to share feedback, report issues, or contribute. Questions? Come chat on [Discord](https://discord.gg/d9a7JBBxV9).
275+
We're just getting started. Join us on [GitHub](https://github.com/basementstudio/xmcp) to share feedback, report issues, or contribute. Questions? Come chat on [Discord](https://discord.gg/d9a7JBBxV9).

0 commit comments

Comments
 (0)