Welcome to the Blocklet SDK Guides. This section provides practical, step-by-step tutorials to help you solve common challenges and implement key features in your web applications.
Whether you're looking to enable secure communication between different parts of your application or enhance your server with powerful, pre-built middlewares, these guides are designed to get you up and running quickly.
Component-to-Component Communication
Enable secure communication between different components within your blocklet using the `component.call` method.
Using Web Server Middlewares
Enhance your Express.js server with ready-to-use middlewares for CSRF protection, sitemap generation, and SPA fallbacks.
After following these guides, you'll have a solid foundation for building more complex and robust Blocklet applications. For a comprehensive understanding of all available functions and modules, we recommend diving into our API Reference.