Backend integrations
Frasto does not need a provider-specific adapter to render ordinary application data.
Boundary
Section titled “Boundary”Database / API / service ↓Application loader or action ↓Display-oriented adapter ↓Frasto component propsLoad data in an Astro page, endpoint, server function, or client flow. Map provider records into a clear display contract before rendering.
Writes
Section titled “Writes”Use native form submission, Astro Actions, REST, GraphQL mutations, or a product-specific client. Frasto feedback structures can communicate pending and result states without owning the request.
Providers
Section titled “Providers”Supabase, Appwrite, Firebase, PostgreSQL, REST APIs, and custom services can all sit behind the same UI boundary. Provider-specific pagination, authorization, and error handling stay in the application.
Guide policy
Section titled “Guide policy”Future provider guides must use real APIs, explain security and server/client boundaries, and avoid turning one integration into a core package dependency.

