);
}
// =============== HERO ===============
function Hero({ onSignup }) {
const [email, setEmail] = useState('');
const [submitting, setSubmitting] = useState(false);
const [typed, setTyped] = useState('');
const full = "There's a particular kind of quiet you find at sunrise on a slow trail — the kind that makes your espresso taste like a small triumph and reminds you why you started running before the world woke up";
useEffect(() => {
let i = 0;
let timer;
const tick = () => {
if (i <= full.length) {
setTyped(full.slice(0, i));
i++;
timer = setTimeout(tick, 28 + Math.random() * 30);
} else {
// restart after pause
timer = setTimeout(() => { i = 0; setTyped(''); tick(); }, 4500);
}
};
tick();
return () => clearTimeout(timer);
}, []);
const submit = (e) => {
e.preventDefault();
if (!email.includes('@')) return;
setSubmitting(true);
setTimeout(() => {
onSignup(email);
setEmail('');
setSubmitting(false);
}, 600);
};
return (
Your AI co-author
for WordPress
running on autopilot
Two long-form, humanized articles delivered to your WordPress feed every week — researched, drafted, SEO-tuned, and scheduled. You stay hands-free.
);
}
function ResearchVisual({ onClick }) {
return (
Heart-rate variability research from Stanford's HRV Lab (2024) shows that morning zone-2 runs produce a 12% larger overnight recovery delta than evening sessions
[3].
);
}
// =============== PERSONAS ===============
function Personas() {
const personas = [
{ tag: 'Lifestyle', name: 'For Creators', desc: 'Travel, food, wellness — keep your aesthetic, lose the burnout.', img: 'https://images.unsplash.com/photo-1517694712202-14dd9538aa97?w=600&q=80' },
{ tag: 'Indie SaaS', name: 'For Founders', desc: 'A consistent content engine that ships while you build the product.', img: 'https://images.unsplash.com/photo-1573496359142-b8d87734a5a2?w=600&q=80' },
{ tag: 'Affiliate', name: 'For Marketers', desc: 'Long-tail keyword coverage, on schedule, in your brand voice.', img: 'https://images.unsplash.com/photo-1573496799652-408c2ac9fe98?w=600&q=80' },
{ tag: 'Agency', name: 'For Studios', desc: 'Run twenty client blogs from a single dashboard. White-labeled.', img: 'https://images.unsplash.com/photo-1507003211169-0a1dd7228f2d?w=600&q=80' },
];
return (
Mismu is built
Made for writers, marketers, and makers.
Whoever you publish for, Quillpilot adapts to the cadence and the audience.
{personas.map((p, i) => (
{p.tag}
{p.name}
{p.desc}
))}
);
}
// =============== TESTIMONIALS ===============
function Testimonials() {
const testis = [
{ q: "I was writing one post a month on a good month. Mismu puts two out a week — and readers can't tell which I wrote myself.", n: 'Priya Shah', r: 'Travel blogger', av: 'https://i.pravatar.cc/96?img=47' },
{ q: "Our agency runs eleven client blogs through Mismu. The voice-match is uncanny — clients think we hired writers.", n: 'Marcus Diallo', r: 'Founder, Headline Studio', av: 'https://i.pravatar.cc/96?img=12' },
{ q: "I used to spend Sunday nights writing for the week. Now I spend Sunday nights actually resting.", n: 'Hana Watanabe', r: 'Solo SaaS founder', av: 'https://i.pravatar.cc/96?img=44' },
{ q: "The SEO structure alone justifies the price. We ranked for 14 long-tail keywords in the first month.", n: 'Theo Bauer', r: 'Affiliate marketer', av: 'https://i.pravatar.cc/96?img=33' },
{ q: "I was skeptical of the 'humanized' claim. Then my editor read three drafts back to back and couldn't pick which was AI.", n: 'Ada Okonkwo', r: 'Newsletter writer', av: 'https://i.pravatar.cc/96?img=49' },
{ q: "The Claude integration matters. The prose feels considered — not the usual AI sludge. Worth every dollar.", n: 'Lev Antonov', r: 'Indie publisher', av: 'https://i.pravatar.cc/96?img=58' },
];
return (
Real writers.
Real publishing on autopilot.
Six months in, here's how Quillpilot has changed the way they ship.
{testis.map((t, i) => (
{t.q}
{t.n}
{t.r}
))}
);
}
// =============== PRICING ===============
function Pricing() {
const [annual, setAnnual] = useState(false);
const plans = [
{
name: 'Starter',
monthly: 0,
annual: 0,
desc: 'Test the engine on one site.',
cta: 'Start free',
ctaClass: 'outline',
features: [
'1 article per week',
'1 WordPress site',
'Voice trained on 3 sample posts',
'Standard SEO structure',
'Watermark in footer',
],
},
{
name: 'Writer',
monthly: 29,
annual: 23,
desc: 'For solo creators who publish on cadence.',
cta: 'Start writing',
ctaClass: 'primary',
featured: true,
badge: 'Popular',
features: [
'2 articles per week — hands-free',
'1 WordPress site',
'Full voice training on 50 posts',
'Advanced SEO + internal links',
'Image suggestions + alt text',
'Citable research with sources',
],
},
{
name: 'Studio',
monthly: 79,
annual: 63,
desc: 'Agencies & multi-site publishers.',
cta: 'Talk to us',
ctaClass: 'outline',
features: [
'Up to 5 sites',
'4 articles per week per site',
'Per-site voice profiles',
'White-label dashboard',
'Priority Claude routing',
'Team seats included',
],
},
];
return (
Flexible plans
One price. Two articles a week.
Cancel anytime. Voice training & first week are always free.
);
}
// =============== FAQ ===============
function FAQ() {
const [open, setOpen] = useState(0);
const items = [
{ q: "How is this different from ChatGPT or generic AI writers?", a: "Mismu runs on Claude with a voice-matching layer trained on your archive. Generic models produce generic prose — Quillpilot drafts read like you on a good morning, with cited sources and on-brand structure." },
{ q: "Will Google penalize AI-generated content on my site?", a: "Google penalizes low-quality content, not AI per se. Our humanization pass + research citations + SEO structure consistently score in the top quartile for E-E-A-T signals. We also include a 'human-in-the-loop' approval mode if you prefer to review before publishing." },
{ q: "Does it integrate with my existing WordPress setup?", a: "Yes. One-click OAuth or an Application Password connects in 30 seconds. We respect your existing categories, tags, featured-image flow, and post statuses. No plugin required, but we ship one if you want deeper control." },
{ q: "Can I edit the drafts before they publish?", a: "Of course. Switch any post from 'auto-publish' to 'review queue' and the draft will sit in your inbox until you approve, edit, or reject it. The voice engine learns from every edit you make." },
{ q: "What if I run multiple sites or write for clients?", a: "The Studio plan supports up to 5 WordPress sites with separate voice profiles per site. For larger agency rollouts, talk to us — we offer white-label dashboards and unlimited-site pricing." },
];
return (
Got questions?
We've got autopilot answers.
Can't find your answer? Email support@mismu.com — we reply within a day.