Welcome back, Matthew!
Use this key to authenticate SDK requests
Last 30 days
Self-hosted • Unlimited everything
Get started with CalOS Platform - zero dependencies, privacy-first
Get up and running in 60 seconds
<!-- Step 1: Load SDK -->
<script src="https://soulfra.github.io/calos-sdk-browser.js"></script>
<!-- Step 2: Initialize -->
<script>
const calos = new CalOSPlatform({
baseURL: 'http://localhost:5001', // or https://api.calos.dev
apiKey: 'YOUR_API_KEY_HERE',
privacyMode: 'strict'
});
// Step 3: Use it!
await calos.receipts.parse(imageFile);
await calos.email.send({ to: 'user@example.com', subject: 'Hello!' });
</script>
Need help? View docs or try the live demo