You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We are excited to announce the first stable release of Astro Strapi Loader! This version provides a robust and type-safe way to load data from Strapi CMS in your Astro projects.
✨ Features
Seamless integration with Astro and Strapi
Automatic data loading from Strapi Content API
Query, filtering and population capabilities
Support for authorization tokens
Integration with Astro's collections system
TypeScript support with full type definitions
Comprehensive test coverage
🔧 Technical Details
Built with TypeScript
Compatible with Astro ^5.0.0
Compatible with Strapi ^5.0.0
📚 Documentation
Full documentation is available in the README.md file, including:
Installation instructions
Usage examples
Configuration options
API reference
Development setup
🚀 Getting Started
# Install the package
yarn add @sensinum/astro-strapi-loader
# Or using npm
npm install @sensinum/astro-strapi-loader