core-infrastructure
Core Infrastructure
Overview
This component provides the foundational infrastructure for all projects: backend connection configuration, Internet Identity authentication hooks, and actor management utilities.
Integration
Core infrastructure is automatically included in every project. No manual integration steps are required.
Frontend
The core-infrastructure frontend package (@caffeineai/core-infrastructure) is automatically included in every project. It provides:
useActor()— React hook for creating and managing backend actor instancesuseInternetIdentity()— React hook for Internet Identity login/logout
More from caffeinelabs/skills
extension-qr-code
QR code scanner using the camera.
24extension-core-infrastructure
Core infrastructure providing backend connection configuration, storage client, and React app entry point.
23extension-email-marketing
Send personalised marketing emails to subscribers with an unsubscribe link.
23extension-http-outcalls
HTTP outcalls performed by the backend canister (not in the frontend).
23extension-user-approval
Approval-based user management.
23extension-authorization
Authorization system with role-based access control. Must-have for all apps that manage personal or access-restricted data.
23