Track and manage all your AI model rate limits effortlessly.
- 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.
- A Supabase account (for real-time sync and data persistence).
-
Clone the repository:
git clone <repository-url> cd ai-credits-tracker
-
Install dependencies:
npm install
-
Configure Supabase:
-
Create a
.envfile in the root directory:VITE_SUPABASE_URL=your_supabase_url VITE_SUPABASE_ANON_KEY=your_supabase_anon_key
-
-
Run the development server:
npm run dev
- Click the "Create Profile" button in the sidebar.
- Enter a workspace name (e.g., "Work", "Personal").
- Click "Save".
- Select a workspace from the sidebar.
- Click the "Add AI Tool" button.
- 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.
- Click "Save Tool".
- Dashboard: Shows the calendar view and active integrations for the selected workspace.
- All: Shows a combined calendar view of all workspaces.
- In the "All" view, click the "Export Calendar" button.
- The calendar will be exported as an image.
MIT