Let's Build Something Together

Whether you're a brand looking to grow, a creator ready to monetise, or a talented person looking for a door — we'd love to hear from you.

We're Right Here

Fill out the form, drop us an email, or give us a call. We respond to every message — usually within 1–2 working days.

📧

Email Us

narrativexmedia@gmail.com We reply within 1–2 working days
📞

Call Us

+91 95735 43055 Mon–Sat, 10am–6pm IST · Placeholder — update before launch
📍

Our Location

Hyderabad, Telangana, India

Available for in-person meetings by appointment
📸

Instagram

@narrativex_media DMs open for quick questions

Send Us a Message

Tell us a bit about yourself and what you're looking for.

We respond within 1–2 working days. No spam, ever.

Based in Hyderabad

We work with brands and creators across India — and remotely, anywhere in the world.

🕐

Working Hours

Monday – Saturday
10:00 AM – 6:00 PM IST

📍

City

Hyderabad, Telangana
India — 500067

🌐

Remote Friendly

We work with brands and creators across India and globally

Common Questions

What types of brands do you work with?
We work with brands across D2C, F&B, fashion, tech, wellness, and media. If you have a product or service and a story worth telling, we can help — regardless of size or industry.
How does the Creator Program work?
The Creator Program is free to apply to. We review your application, have a quick conversation, and if it's a good fit, we build a personalised strategy for your creator business — covering monetisation, brand deals, and growth.
Do you work with creators who have small audiences?
Absolutely. Follower count is not the only metric we look at. We care about content quality, consistency, niche clarity, and your goals. Creators with 500 followers can build profitable businesses — we've seen it happen.
How quickly do you respond to enquiries?
We aim to respond to all enquiries within 1–2 working days. For urgent matters, reach out to us directly on Instagram @narrativexmedia or via phone.
Do you offer one-time projects or only retainers?
Both. We offer retainer-based brand management and content services, as well as project-based engagements for specific campaigns, launches, or one-off content needs. We'll figure out the right structure in our first conversation.
Can I apply for a job even if I don't see my role listed?
Yes — we always welcome open applications from talented, driven people. Select "Other / Open Application" in the careers form and tell us what you do and what you'd love to contribute.
}`, 'Prefer': 'return=minimal' }, body: JSON.stringify(data) }); if (res.ok) { form.innerHTML = '

Message Sent!

We\'ll get back to you within 1–2 working days.

'; } else { btn.innerHTML = originalText; btn.disabled = false; alert('Something went wrong. Please try again.'); } } // Enquiry tab switcher const tabMessages = { brand: 'Tell us about your brand, your goals, or the project you have in mind...', creator: 'Tell us about your content, your audience, and what you\'re trying to build...', career: 'Tell us about yourself — your skills, experience, and what excites you about Narrativex...' }; const tabValues = { brand: 'content', creator: 'creator-program', career: 'career' }; function setTab(btn, type) { document.querySelectorAll('.eq-tab').forEach(t => t.classList.remove('active')); btn.classList.add('active'); const sel = document.getElementById('enquirySelect'); const msg = document.getElementById('messageBox'); if (sel) sel.value = tabValues[type] || ''; if (msg) msg.placeholder = tabMessages[type] || msg.placeholder; } // FAQ accordion function toggleFaq(el) { const item = el.parentElement; const isOpen = item.classList.contains('open'); document.querySelectorAll('.faq-item.open').forEach(i => i.classList.remove('open')); if (!isOpen) item.classList.add('open'); } // Pre-fill from URL param e.g. contact.html?service=brand (function() { const params = new URLSearchParams(location.search); const svc = params.get('service'); if (svc) { const sel = document.getElementById('enquirySelect'); if (sel) sel.value = svc; } })();