📊 Dashboard

Welcome back, Matthew!

🔑 API Key

Use this key to authenticate SDK requests

sk_live_xxxxxxxxxxxxxxxxxxxxx

📈 Usage Stats

Last 30 days

  • API Calls 1,247
  • Receipts Parsed 89
  • Emails Sent 234
  • Storage Used 24 MB / 1 GB
  • 💎 Your Plan

    Free

    Self-hosted • Unlimited everything

  • API Rate Limit Unlimited
  • Receipt Parsing Unlimited
  • Email Sending 500/day
  • Privacy Mode Strict
  • 📦 Download SDK

    Get started with CalOS Platform - zero dependencies, privacy-first

    🚀 Quick Start

    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

    ← Back to Home