import {Footer, Navbar, SectionHeader} from '../../components';
import {motion} from 'framer-motion';
import {DASHBOARD_URI} from '../../lib/constants';
import React from 'react';
import Link from 'next/link';
import {NextSeo} from 'next-seo';
import {ArrowRight, ArrowUpRight, Code2, Search} from 'lucide-react';
import {Bricolage_Grotesque, Hanken_Grotesk, JetBrains_Mono} from 'next/font/google';
const display = Bricolage_Grotesque({
subsets: ['latin'],
variable: '--font-display',
display: 'swap',
weight: ['400', '500', '600', '700', '800'],
});
const body = Hanken_Grotesk({
subsets: ['latin'],
variable: '--font-body',
display: 'swap',
weight: ['400', '500', '600', '700'],
});
const mono = JetBrains_Mono({
subsets: ['latin'],
variable: '--font-mono',
display: 'swap',
weight: ['400', '500'],
});
const tools = [
{
name: 'Markdown to Email',
slug: 'markdown-to-email',
description: 'Convert rich text to email-safe HTML with a visual editor and instant preview.',
icon: Code2,
number: '01',
},
{
name: 'Email Verification',
slug: 'verify-email',
description: 'Verify email addresses instantly. Check DNS, MX records, typos, and disposable domains.',
icon: Search,
number: '02',
},
];
export default function ToolsIndex() {
return (
<>
{/* ========== HERO ========== */}
§ Tools — Plunk
Free email
developer tools
Convert markdown to email-safe HTML, verify addresses, and more. No sign-up required.
Try Plunk free
Browse guides
{/* ========== TOOLS LIST ========== */}
{tools.map((tool, i) => (
{tool.number}
{tool.name}
{tool.description}
Open tool
))}
{/* ========== WHY ========== */}
{[
{
tag: 'Access',
big: '$0',
title: 'Free forever',
body: 'No sign-up, no paywalls, no limits. Use these tools as much as you need, completely free.',
},
{
tag: 'Focus',
big: 'Dev-first',
title: 'Developer-focused',
body: 'Built by developers who work with email every day. Clean outputs, instant results, real-world workflows.',
},
{
tag: 'Output',
big: '100%',
title: 'Production ready',
body: 'Email-safe HTML that works across all email clients. Industry-standard validation. Battle-tested by thousands.',
},
].map((item, i) => (
/ {item.tag}
{item.big}
{item.title}
{item.body}
))}
{/* ========== CTA ========== */}
Need production-grade email?
Templates, scheduling, automation, analytics, and deliverability. Start free, scale as you grow.