const { useState } = React; // ── About Page ──────────────────────────────────────────────────────────────── function AboutPage() { useScrollReveal('about'); return (

Under The Helmet

About Idol Killer

{/* Warren bio */}
Warren McGrew
Warren McGrew · Founder

Warren
McGrew

Warren McGrew is a Christian content creator, teacher, and debater committed to one mission: presenting the Holy, living God of Scripture as He actually is — not as modern evangelicalism has reimagined Him.

Through Idol Killer, Warren produces in-depth video content analyzing theology, philosophy, and church history. He challenges popular but unbiblical traditions, engages directly with prominent teachers and apologists, and defends a relational, personal understanding of God grounded in Scripture and historical Christianity.

His approach is unapologetically rigorous. If a doctrine can't survive biblical and historical scrutiny, it doesn't survive on this channel.

Watch on YouTube →
{/* Mission */}

Our Conviction

What Makes This
Different

{[ { title: 'Scripture First', body: 'Every claim is tested against the text of Scripture — in context, in the original language, without system-imposed presuppositions.' }, { title: 'Historically Grounded', body: 'The Early Church Fathers are not ignored here. Their testimony matters in how we interpret Scripture and doctrine.' }, { title: 'Philosophically Rigorous', body: 'Bad theology often hides behind bad logic. We apply philosophical tools to expose incoherent systems and defend a coherent faith.' }, { title: 'No Sacred Cows', body: 'Calvin, Arminius, Augustine — all are examined fairly and critically. No tradition gets a free pass.' }, { title: 'The Living God', body: 'Against the static God of Platonism and Classical Theism, we present the relational, responsive, genuinely personal God of the Bible.' }, { title: 'Accessible Depth', body: 'These topics are hard. We don\'t dumb them down — but we make them comprehensible to anyone willing to think seriously.' }, ].map(m => (

{m.title}

{m.body}

))}
{/* Topics overview */}

Content Focus

Core Topics

{['Theology & Biblical Exegesis', 'Calvinism & Reformed Theology', 'Original Sin & Human Nature', 'The Atonement', 'Molinism & Middle Knowledge', 'Dynamic Omniscience & Open Theism', 'Church History & the Early Fathers', 'Philosophical Theology', 'Debates & Responses to Popular Teachers'].map(t => (
{t}
))}
); } // ── Contact Page ────────────────────────────────────────────────────────────── function ContactPage() { const [sent, setSent] = useState(false); const [form, setForm] = useState({ name: '', email: '', subject: '', message: '' }); useScrollReveal('contact'); function handleSubmit(e) { e.preventDefault(); setSent(true); } return (

Get In Touch

Connect with Idol Killer

{/* Left: form */}

Send a Message

Have a theological question, feedback, or want to propose a debate? Reach out below.

{sent ? (

Message Received

Thanks for reaching out. Warren will respond when able.

) : (
setForm(f => ({ ...f, name: e.target.value }))} required placeholder="Your name" />
setForm(f => ({ ...f, email: e.target.value }))} required placeholder="your@email.com" />
setForm(f => ({ ...f, subject: e.target.value }))} placeholder="What's this about?" />
)}
{/* Right: links */}

Find Warren Online

The best way to engage with Idol Killer is through YouTube — subscribe, comment on videos, and join the conversation under each upload.

Response times vary. For urgent theological debates, YouTube comments are monitored most actively.

); } // ── Music Page ──────────────────────────────────────────────────────────────── function MusicPage() { useScrollReveal('music'); const lanes = [ { num: '01', title: 'Polemical Tracks', lead: 'Some songs are intentionally sharp.', body: 'They engage real theological claims — often the ones that are widely accepted but rarely examined — and push back where they don\'t align with Scripture, reason, or the witness of the early Church. These are focused critiques, not vague statements.', points: [ 'Challenging assumptions about doctrines like Original Sin, determinism, and atonement', 'Calling out internal inconsistencies', 'Exposing where language sounds biblical but carries something else underneath', ], }, { num: '02', title: 'Scripturally Grounded', lead: 'Other songs are built directly from Scripture and the theological vision it presents.', body: 'The goal here isn\'t to argue — it\'s to articulate clearly and faithfully.', points: [ 'Exploring the character of God as revealed in Scripture', 'Reflecting on themes like life, death, redemption, and restoration', 'Drawing from biblical language and imagery', ], }, { num: '03', title: 'Personal and Unfiltered', lead: 'Some songs come from personal experience — working through questions, frustration, conviction, and growth.', body: 'These are not polished conclusions, but honest moments in process.', points: [ 'Wrestling with belief vs. what\'s been taught', 'The tension between knowing truth and living it', 'Recognizing personal error and growth', ], }, ]; return (
{/* Header */}

Idol Killer

MUSIC

A Different Kind of Christian Music

{/* Intro */}

Faith without compromise.

Some are written to challenge. Some to clarify. Some to expose what doesn't hold up under Scripture. And some come from a place that isn't resolved yet — just honest.

The music connected to Idol Killer follows the same approach as the channel itself: take theology seriously, take Scripture seriously, and refuse to settle for easy answers.

{/* Three Lanes */}

Content

Three Lanes,
One Conviction

{lanes.map(lane => (
{lane.num}

{lane.title}

{lane.lead}

{lane.body}

    {lane.points.map(pt => (
  • {pt}
  • ))}
))}
{/* Style Follows Substance */}

Approach

Style Follows
Substance

There is no single genre. The message determines the sound.

Some tracks are aggressive and confrontational. Others are minimal and restrained. Some build slowly; others hit immediately.

The goal isn't stylistic consistency — it's intentionality.

{['Confrontational', 'Minimal', 'Aggressive', 'Restrained', 'Building', 'Direct', 'Theological', 'Honest'].map(tag => ( {tag} ))}
{/* Listen — Streaming Links */}

Listen

Find the Music

Idol Killer music is spread across YouTube, Spotify, Apple Music, Amazon Music, and other streaming services. Find it wherever you listen.

{/* YouTube channels */}

YouTube

Idol Killer 2 @IdolKiller2 — Music Channel
Idol Killer — Releases @IdolKiller/releases
{/* Streaming */}

Streaming

Spotify Idol Killer on Spotify
Apple Music Idol Killer on Apple Music
Amazon Music Idol Killer on Amazon Music
{/* Why This Exists */}

Purpose

Why This
Exists

Music shapes how we think. It can reinforce ideas before we've examined them.

The aim here is alignment — with Scripture, with truth, and with intellectual honesty.

Some songs will resonate immediately. Others may challenge long-held assumptions.

That's intentional.

); } // ── Merch Page ──────────────────────────────────────────────────────────────── const SHOP_URL = 'https://shop.idolkiller.com/'; const SHOPIFY_NODE_ID = 'collection-component-1777325068381'; function useShopifyEmbed() { React.useEffect(() => { function ShopifyBuyInit() { var client = window.ShopifyBuy.buildClient({ domain: 'dc7a09-73.myshopify.com', storefrontAccessToken: 'ab222bc975005dc125a0a7b03aebca34', }); window.ShopifyBuy.UI.onReady(client).then(function(ui) { var node = document.getElementById(SHOPIFY_NODE_ID); if (!node) return; node.innerHTML = ''; ui.createComponent('collection', { id: '334751629477', node: node, moneyFormat: '%24%7B%7Bamount%7D%7D', options: { product: { styles: { product: { '@media (min-width: 601px)': { 'max-width': 'calc(25% - 20px)', 'margin-left': '20px', 'margin-bottom': '50px', 'width': 'calc(25% - 20px)' }, img: { height: 'calc(100% - 15px)', position: 'absolute', left: '0', right: '0', top: '0' }, imgWrapper: { 'padding-top': 'calc(75% + 15px)', position: 'relative', height: '0' }, }, }, text: { button: 'Add to cart' }, }, productSet: { styles: { products: { '@media (min-width: 601px)': { 'margin-left': '-20px' } } } }, modalProduct: { contents: { img: false, imgWithCarousel: true, button: false, buttonWithQuantity: true }, styles: { product: { '@media (min-width: 601px)': { 'max-width': '100%', 'margin-left': '0px', 'margin-bottom': '0px' } } }, text: { button: 'Add to cart' }, }, option: {}, cart: { text: { total: 'Subtotal', button: 'Checkout' } }, toggle: {}, }, }); }); } if (window.ShopifyBuy && window.ShopifyBuy.UI) { ShopifyBuyInit(); } else { var script = document.createElement('script'); script.async = true; script.src = 'https://sdks.shopifycdn.com/buy-button/latest/buy-button-storefront.min.js'; script.onload = ShopifyBuyInit; document.head.appendChild(script); } }, []); } function MerchPage() { useScrollReveal('merch'); useShopifyEmbed(); return (
{/* Hero */}

Official Store

Wear What
You Stand For

This isn't branding.
It's conviction.

Shop Merch →
{/* Shopify Collection Embed */}

The Collection

Featured Products

Products not loading? Visit the store directly →

{/* Brand statement */}

Clarity.
Conviction.
No Compromise.

The Idol Killer store reflects the same approach as the channel — clarity, conviction, and a refusal to compromise.

No noise. No filler. Just designs that say something.

Idol Killer
{/* Secondary CTA */}

Ready to Browse?

Every purchase supports the mission.

Browse the Full Store →
); } Object.assign(window, { AboutPage, ContactPage, MusicPage, MerchPage });