# PageSugar > Editable website sections for your coding agent. Svelte 5, Tailwind CSS 4, source available over MCP. > Browse visually or retrieve the same versioned source through the public MCP server. Components target Svelte 5 and Tailwind CSS 4. SvelteKit is required only when runtime is sveltekit. Components are source code you add to your own project, not a hosted website service. Inspect runtime compatibility, dependencies, external-service requirements and the selected version before integration. The MCP server and API return code and download links; they do not modify your local project. ## Start here - [Agent workflow](https://pagesugar.com/docs/agents.md): A practical sequence for coding agents that select, retrieve and integrate catalogue components into a Svelte project. - [Connect to the MCP server](https://pagesugar.com/mcp.md): The server URL and setup steps for each coding agent. - [MCP reference](https://pagesugar.com/docs/mcp.md): Technical reference for the MCP server. Its endpoint, tools, limits, version rules, errors and privacy notes. Setup steps for each coding agent are on the MCP page. - [Category catalogue](https://pagesugar.com/api/v1/categories): Published categories and component counts. ## Integration contracts - [Understand component requirements](https://pagesugar.com/docs/component-contract.md): The declarations every published component makes about its runtime, integration level, dependencies, services, files and release state. - [Customization](https://pagesugar.com/docs/customization.md): How palettes, variants and CSS variables work, and when to edit component source directly. - [Distribution format](https://pagesugar.com/docs/distribution.md): The distribution receipt, how file hashes and the artifact digest are computed, and the layout of a component bundle. - [License](https://pagesugar.com/docs/license.md): How component source and asset licenses are declared, and the current status of the default license and website content terms. ## Catalogue access - [MCP endpoint](https://pagesugar.com/mcp): Read-only component discovery and retrieval over Streamable HTTP. Send `POST` requests; a browser gets the setup page. - [Browse components](https://pagesugar.com/components): Human-readable previews and source. - [Public API](https://pagesugar.com/docs/api.md): The public routes, filter vocabulary, limits and error codes shared by the website, the HTTP API and the MCP server.