AI and LLMs
5 articles on ai and llms in a Svelte 5 data grid: practical guides with copy-paste code, from the team building SvGrid.
- Going AI-Native: The SvGrid MCP Server - Most AI assistants invent data grid APIs. We built an MCP server so they look up the real one instead.
- Prompts That Build a Svelte Data Grid (Claude & Cursor) - Concrete prompts for Claude and Cursor that produce working SvGrid code - plus the MCP server setup that stops AI assistants from inventing props that don't exist.
- What's New in SvGrid Enterprise - Export, Pivot, Import, Print, and AI - A practical look at @svgrid/enterprise - pivot tables, Excel and PDF export, data import, printing, and an AI assistant. Covers when each feature earns its place and what to watch out for in production.
- Pagination Patterns - Offset, Cursor, and Infinite Scroll - A practical breakdown of offset, cursor, and infinite-scroll pagination for SvGrid - when each pattern fits, how to wire it, and where each one breaks.
- Build Svelte Grids Faster with AI and the SvGrid MCP Server - The @svgrid/mcp server grounds Claude, Cursor, and other AI assistants in real SvGrid API docs so generated grid code compiles the first time.