Use AI to quickly generate block code, then paste into Pala and configure fields manually.
A native AI integration is coming soon! Pala’s philosophy is to be a creative tool where AI handles the boring parts and gets out of the way most of the time. The upcoming integration will help with repetitive tasks without being heavy-handed.
Generate a Svelte 5 component for a [describe your block].Requirements:- Use Svelte 5 syntax (no export let - fields are globally available)- Use snake_case for all field names- Include null checks (e.g., {#if image?.url})- Make it responsive- Don't include imports unless neededFields:- [list fields with types, e.g., "headline (text)", "image (image with url and alt)"]Style: [describe design]
Generate a Svelte 5 component for a feature card.Requirements:- Use Svelte 5 syntax (no export let - fields are globally available)- Use snake_case for all field names- Include null checks- ResponsiveFields:- icon (image with url and alt)- headline (text)- description (text)- cta_link (link with url and label)Style: Card with shadow, rounded corners, hover effect