# Vercel Community > Vercel Community is the official community hub for Vercel, the agentic AI Cloud. It serves as the central place for discussions, support, live events, and developer resources for building agentic applications. v0 by Vercel lets you create production ready apps with prompts. [Vercel AI Gateway](https://vercel.com/ai-gateway) and [Vercel AI SDK](https://ai-sdk.dev/) are used to build and scale agentic apps in production by tech giants. Vercel also provides the developer tools and cloud infrastructure to build, scale, and secure a faster, more personalized web. ## Documentation - [Getting Started with Vercel Community](https://community.vercel.com/t/getting-started-with-the-vercel-community/152): Overview of essential resources for new community members - [How to Get Good Answers](https://community.vercel.com/t/how-to-get-good-answers/158): Tips for asking effective questions in the community - [Vercel Knowledge Base](https://vercel.com/kb): Official documentation and troubleshooting guides ### Vercel Product Documentation - [Vercel Documentation](https://vercel.com/llms.txt): LLM-optimized documentation for Vercel platform - [AI SDK Documentation](https://ai-sdk.dev/llms.txt): LLM-optimized documentation for Vercel AI SDK - [Workflow Documentation](https://useworkflow.dev/llms.txt): LLM-optimized documentation for Workflow platform - [v0 Documentation](https://v0.app/docs): Official documentation for v0 AI app generator - [AI Gateway Documentation](https://vercel.com/docs/ai-gateway): Guide to Vercel's AI Gateway for managing AI model requests ## Public member profiles - Indexed member profiles live at `https://community.vercel.com/u/{username}` when the member has at least one post and their profile is public (not hidden, suspended, silenced, or anonymous). The canonical enumerate-all list is regenerated in [`/internal/sitemap.xml`](https://community.vercel.com/internal/sitemap.xml). ## Popular Categories - [AI SDK](https://community.vercel.com/c/ai-sdk/62): Discussions about Vercel's AI SDK for building AI-powered applications - [v0](https://community.vercel.com/c/v0/59): Community discussions about v0, Vercel's AI-powered app generator - [Help](https://community.vercel.com/c/help/9): Get help with Vercel products and services - [Announcements](https://community.vercel.com/c/announcements/27): Official announcements from the Vercel team - [Community](https://community.vercel.com/c/community/4): General community discussions and conversations - [Events](https://community.vercel.com/c/events/42): Upcoming and past Vercel Community events ## Handbook - [How to Use GitHub with v0](https://community.vercel.com/t/new-video-how-to-use-github-with-v0/33548): Video guide on integrating GitHub workflows with v0 - [Enterprise E-Commerce Migration Cheat Sheet](https://community.vercel.com/t/enterprise-e-commerce-migration-cheat-sheet-essential-terms-and-definitions/586): Essential terms and definitions for migrating large-scale e-commerce platforms - [Debugging 404 Errors](https://community.vercel.com/t/debugging-404-errors/437): Troubleshooting and resolving 404 errors in Vercel deployments - [How to Prompt v0](https://community.vercel.com/t/how-to-prompt-v0/30024): Best practices for writing effective prompts in v0 - [Enable Trusted Proxy on Vercel](https://community.vercel.com/t/how-to-enable-trusted-proxy-on-vercel/1956): Configure trusted proxy settings for your Vercel deployment - [Custom Instructions in v0](https://community.vercel.com/t/custom-instructions-in-v0/16782): Using custom instructions to guide v0's code generation - [Edit UI with v0's Design Mode](https://community.vercel.com/t/edit-ui-with-v0s-design-mode/17477): Visual editing capabilities in v0's design mode - [Theming in v0](https://community.vercel.com/t/theming-in-v0/17000): Guide to customizing themes and styles in v0 ## Livestreams - [Events Calendar](https://community.vercel.com/events): Calendar view of live sessions and meetups across the community - [Community Meetups](https://community.vercel.com/meetups): Browse upcoming and past meetup events - [Hackathons](https://community.vercel.com/hackathons): Browse upcoming and past hackathons - [Vercel Superhosts Program](https://community.vercel.com/host/superhosts): Apply to become a Vercel Superhost and organize community-led events in your city - [Zero to Agent 2026 Host Page](https://community.vercel.com/host/zero-to-agent-2026): Official host application page for the Zero to Agent build week - [Web Performance AMA](https://community.vercel.com/live/18981-community-session-web-performance-ama): Community session on web performance optimization and best practices - [Crafting Personalized Software with v0](https://community.vercel.com/live/4728-community-session-crafting-personalized-software-with-v0): Building customized applications using v0 - [How Roboto Studio Ships Faster with v0](https://community.vercel.com/live/3127-community-session-how-roboto-studio-ships-faster-with-v0): Case study on accelerating development workflows with v0 - [Proactive Monitoring for Vercel Apps with Checkly](https://community.vercel.com/live/6599-community-session-proactive-monitoring-for-vercel-apps-with-checkly): Setting up monitoring and testing for Vercel deployments - [Protect Your Vercel Site from Common Attacks](https://community.vercel.com/live/4652-community-session-how-to-protect-your-vercel-site-from-common-attacks): Security best practices for Vercel applications - [v0 App Community Showcase](https://community.vercel.com/live/18484-community-session-v0-app-community-showcase): Community members showcasing apps built with v0 ## Vercel Community API Vercel Community runs on Discourse. You can get JSON data by appending `.json` to most URLs: ### Common Endpoints: - **Get topic data**: `https://community.vercel.com/t/{topic-slug}/{id}.json` - Example: `https://community.vercel.com/t/welcome-to-vercel-community/123.json` - **Get category**: `https://community.vercel.com/c/{category-slug}/{id}.json` - Example: `https://community.vercel.com/c/ai-sdk/62.json` - **Latest topics**: `https://community.vercel.com/latest.json` - **Search**: `https://community.vercel.com/search.json?q={query}` ### Full API Access: For more granular API access, use [Discourse's OpenAPI specification](https://docs.discourse.org/openapi.json) with `https://community.vercel.com` as the base URL.