As an Amazon Associate I earn from qualifying purchases. This doesn't affect our research or scores.
— / 10
Overall TMIG Score
Quality · Clean · Ethics
Gate 1
Value & Quality
— / 10
Gate 2
Clean & Safe
— / 10
Gate 3
Ethical Company
— / 10
Pros
Cons
⏰ Best Time to Buy
Consider Instead
Real Talk
Writing the full verdict...
The verdict
1
2
3
Buy it if...
Skip it if...
Like this verdict? Sign up free to save your searches and get history across every device.
Alert me if price drops to:
Alert set — we'll email you when it drops.
Price History
Supabase table required. Run this SQL in your Supabase SQL editor to enable price tracking:
CREATE TABLE IF NOT EXISTS price_history (id uuid PRIMARY KEY DEFAULT gen_random_uuid(), product_url text NOT NULL, product_name text, price_text text, price_cents int, currency text DEFAULT 'USD', checked_at timestamptz DEFAULT now(), ip_hash text); CREATE INDEX IF NOT EXISTS price_history_url_idx ON price_history (product_url, checked_at DESC);