Photo de couverture de Alpic
Alpic

Alpic

Technologie, information et Internet

Bring your product into the agent era.

À propos

Alpic provides the infrastructure and tools to turn your product into an AI-native experience. Our all-in-one MCP hosting platform offers easy one-click deployment, as well as MCP-specific evaluation, analytics, authentication, transport and security.

Secteur
Technologie, information et Internet
Taille de l’entreprise
2-10 employés
Siège social
Paris
Type
Société civile/Société commerciale/Autres types de sociétés
Fondée en
2025
Domaines
MCP servers, Agentic AI workflows, Hosting, Analytics et Monitoring

Lieux

Employés chez Alpic

Nouvelles

  • Voir la Page de l’organisation de Alpic

    1 185  abonnés

    Need something to play with this weekend? Since OpenAI announced the Apps SDK, we’ve been building a starter kit to help developers spin up their first ChatGPT apps in a breeze. And because no demo is complete without a bit of nostalgia, we brought you a Pokédex app built entirely inside ChatGPT. Catch ‘em all, right in the chat. ⚡️ Try it out on GitHub and tell us what you think!

    Voir le profil de Frédéric Barthelet

    CTO & Co-founder @ Alpic

    Spin up your app in ChatGPT with hot-reload in under a minute ⏱️! We've been cooking! 🧑🍳 Since OpenAI announced the Apps SDK last week, we've been working on a starter kit for dev teams eager to ship their first ChatGPT app. We've been focusing on making development and deployment of those new apps feel like a bliss. This kit packages everything you need to go from zero to production: - 🖼️ a redesigned MCP server construct with a new 𝘸𝘪𝘥𝘨𝘦𝘵 API to easily provision new tools and their corresponding template resource - ⚡️ a custom built Vite sidecar with HMR (hot module replacement) to see your React widget change live in ChatGPT - ☁️ a build pipeline to deploy your app fresh out of the oven on Alpic Link to the starter kit on Github in comments. Give it a try: we'd love to get your feedback to help us make it even better! Huge shoutout to Julien Vallini for the bundler magic. If you want to lear more, stay tuned for our upcoming article on how it's built! 🚀

  • Voir la Page de l’organisation de Alpic

    1 185  abonnés

    Six months ago, AI was trying to crawl human websites to take action. Now, with OpenAI’s Apps SDK, developers can build full-fledged apps that run inside ChatGPT, complete with interactive UIs, live data, and MCP-powered tools. In our latest deep dive, we teamed up with MCPJam to explore: ✅ How MCP connects ChatGPT to tools, resources, and UIs ✅ The role of widgets and the window.openai API in creating dynamic interfaces ✅ How to structure an Apps SDK project, link resources, and give widgets live data ✅ How to get started, test locally and deploy your ChatGPT app today! Read the full breakdown at the link in the comments!

    • Aucune description alternative pour cette image
  • Voir la Page de l’organisation de Alpic

    1 185  abonnés

    A huge thanks to everyone who made it to last night’s MCP Connect in Paris, and especially to the Alan team for welcoming us and making the evening such a success. It was great to see a full house and to get three different perspectives on agents and MCP: 🎙️ Gabrielle, Alexandre & Grégoire (Alan) sharing a real production use case for a customer support agent 🎙️Joffrey (Mistral AI) offering insight into the MCP ecosystem in Mistral 🎙️Frédéric (Alpic) diving deep into how to build efficient MCP servers We hope you left inspired (and well-fed!). If you couldn’t make it, we'll share the recording of the talks in the weeks to come. Stay tuned for our next Paris event at the end of November!

    • Aucune description alternative pour cette image
    • Aucune description alternative pour cette image
    • Aucune description alternative pour cette image
    • Aucune description alternative pour cette image
  • Voir la Page de l’organisation de Alpic

    1 185  abonnés

    OpenAI just launched the ChatGPT Apps SDK, making it possible to build interactive apps that run directly inside ChatGPT using MCP. Starting today, you can deploy those apps on Alpic. From GitHub to a live URL in one click, Alpic manages hosting, scaling, and environment setup so you can focus on building. We’ve also released a TypeScript starter template with a working Express-based MCP server and native widget rendering in ChatGPT. All the details in our article in the comments!

    • Aucune description alternative pour cette image
  • Voir la Page de l’organisation de Alpic

    1 185  abonnés

    MCP Connect is FULLY BOOKED! 🎉 We're (happily) overwhelmed by the response to our first MCP Connect event! We're sold out, but you can still join the waitlist to snag a spot if one opens up. And if you can't make it, don't worry! The event will be recorded and shared with everyone who expressed interest on Luma. What to expect? 🔹 Inside MCP at Mistral - Joffrey THOMAS from Mistral AI will break down how MCP integrates into their ecosystem and how to build servers for Le Chat 🔹 "Agentic" in Production - Alexandre Gerlic from Alan shares how they use Figma MCP to empower non-developers to ship code, plus real production AI workflows 🔹 Production-Ready MCP Servers - Frédéric Barthelet from Alpic covers best practices for designing, evaluating, and running MCP servers that actually work at scale Plus pizza, drinks, and great conversations with the community! 📍 Paris | 📅 Oct 14 | ⏰ 6:30 PM - 9:30 PM 👉 Join the waitlist: https://luma.com/xmbyg5vn

  • Alpic a republié ceci

    Voir le profil de Nikolay Rodionov

    Co-Founder @Alpic. Investor & Mentor @Companies. Previously founder @Streamroot (exited to $NYSE:LUMN)

    What is OpenAI Apps SDK and what do you need to build your first OpenAI App? 🚀 OpenAI just released an Apps SDK, allowing any business to build an App accessible directly from ChatGPT. - An OpenAI App is basically an MCP Server + some UI components exposed as MCP Resources (very similar to https://mcpui.dev/) - If you don't have an existing MCP server, you can build one using one of the official SDKs. Here's a starter template for TS: https://lnkd.in/e-g6Fide - If you already have an MCP server, you just need to add the UI Widget components and integrate them as MCP resources. OpenAI released some examples for Cards and Carousel views: https://lnkd.in/ea_ffJb6 - Then you need to deploy your MCP server. You can ofc use Alpic - simply connect your Github repo on https://app.alpic.ai and get a server running in seconds ⚡ Last step: test your MCP Server and make sure the UI works as intended. For now, there's no runtime that replicates the OpenAI host, so you need to wait until someone build an OpenAI runtime emulator! But hopefully we'll hear news from the MCP community on that soon... Ido Salomon Liad Yosef Nick Cooper

  • Alpic a republié ceci

    Voir le profil de Pierre-Louis Theron

    Entrepreneur | Angel Investor | Mentor | CEO & co-founder of Streamroot (acquired by Lumen)

    A new "Appstore moment" just happened with OpenAI launching today Apps in chatGPT. 17 years after Apple app store revolution. At Alpic we had this vision since day one, a vision where AI is interfacing the internet for us via MCP. Open AI just made it a reality. Let's build a new internet !

    • Aucune description alternative pour cette image
  • Voir la Page de l’organisation de Alpic

    1 185  abonnés

    If you're building MCP servers that need to work beyond the demo stage, this talk is for you: the design decisions that doubled our agent success rate (ok, fine, there's more than one...). 📅 Thursday, Oct 2nd ⏲️ 4:10pm BST 📍 MCP Developers Summit, Doddington Forum 🎤 Frédéric Barthelet, our very own CTO & Co-founder This isn't going to be another "here's how MCP works" talk. Most MCP servers are built like they're still just API wrappers. They work fine for for an MVP with perfect examples, but the moment real users start throwing complex workflows at them? They crumble. You'll walk away from this talk with the battle-tested playbook we wish we'd had from day one. Don't miss it!

    • Aucune description alternative pour cette image

Pages similaires

Financement

Alpic 1 round en tout

Dernier round

Amorce de mise de fonds initiale

6 000 000,00 $US

Voir plus d’informations sur Crunchbase