Influencer Media Kit

Generate a professional media kit with your stats, rates, audience demographics, and portfolio.

100% Free Tool

Profile

Platform Stats

Rates

Audience Demographics

Color Theme

More Creator Tools

Elevate your content creation workflow.

Browse All Tools
SPUNK.CODES
`; document.getElementById('preview').innerHTML=``; document.getElementById('previewContainer').style.display='block'; document.getElementById('previewContainer').scrollIntoView({behavior:'smooth'}); gtag('event','generate_media_kit',{event_category:'tool_use'}); } function downloadKit(){const blob=new Blob([kitHTML],{type:'text/html'});const a=document.createElement('a');a.href=URL.createObjectURL(blob);a.download='media-kit.html';a.click();showToast('Downloaded!');} function copyKit(){navigator.clipboard.writeText(kitHTML);showToast('HTML Copied!');}