Skip to content

Keith11-1313/AITracker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AI Reset Management Dashboard

Track and manage all your AI model rate limits effortlessly.

Features

  • Workspace Management: Organize your AI tools into different workspaces (e.g., "Work", "Personal").
  • Calendar View: Visual timeline of all your AI model reset dates.
  • Table View: Detailed list of all your AI tools with status tracking.
  • Real-time Sync: Data is synced with Supabase for real-time updates across devices.
  • Export: Export your calendar view as an image.

Getting Started

Prerequisites

  • A Supabase account (for real-time sync and data persistence).

Installation

  1. Clone the repository:

    git clone <repository-url>
    cd ai-credits-tracker
  2. Install dependencies:

    npm install
  3. Configure Supabase:

    • Create a .env file in the root directory:

      VITE_SUPABASE_URL=your_supabase_url
      VITE_SUPABASE_ANON_KEY=your_supabase_anon_key
  4. Run the development server:

    npm run dev

Usage

Creating a Workspace

  1. Click the "Create Profile" button in the sidebar.
  2. Enter a workspace name (e.g., "Work", "Personal").
  3. Click "Save".

Adding AI Tools

  1. Select a workspace from the sidebar.
  2. Click the "Add AI Tool" button.
  3. Fill in the tool details:
    • Model / Tool: Name of the AI model (e.g., "Claude 3.5 Sonnet").
    • App / Client: The application you use the model in (e.g., "Antigravity", "Cursor").
    • Subscription / Tier: Your subscription level (e.g., "Pro", "Team").
    • Next Reset: The date and time when your credits reset.
  4. Click "Save Tool".

Switching Views

  • Dashboard: Shows the calendar view and active integrations for the selected workspace.
  • All: Shows a combined calendar view of all workspaces.

Exporting Calendar

  1. In the "All" view, click the "Export Calendar" button.
  2. The calendar will be exported as an image.

License

MIT

About

Track and monitor AI service credits and usage across multiple platforms in one dashboard.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors