Are you tired of manually writing frontmatter, fixing tables, or formatting blog posts over and over again?
ඔයාලාට තිබ්බේ ඒකේ තියෙන normal markdown එකක්. ඒක .mdx
format එකට හරියට convert කරන්න අවශ්ය වුනානම් — මේක තමයි solution එක! 🔥
💡 What This Tool Does
This web app lets you:
- 📝 Paste any Markdown-style text or notes
- 🪄 Automatically convert it into a fully valid
.mdx
blog post - 📅 Add frontmatter with
title
,publishedAt
, andsummary
- 💬 Support Sinhala + English mixed content
- 📲 Mobile-friendly interface
- 🌑 Designed for dark themes with minimal modern UI
- 💾 Store blog posts in Supabase (optional - no auth needed)
🚀 How It Works
Just enter something like:
# My Blog Title
This is my raw content. AI is changing the world.
* Bullet points
* Tables
* Sinhala: අපිට මේකෙන් වැඩ ගන්න පුළුවන්!
Then the app will output something like:
---
title: "My Blog Title"
publishedAt: "2025-05-04"
summary: "This is my raw content. AI is changing the world."
---
This is my raw content. AI is changing the world.
- Bullet points
- Tables
- Sinhala: අපිට මේකෙන් වැඩ ගන්න පුළුවන්!
🔥 That’s it! No manual formatting. Just copy and paste the .mdx
output directly into your blog folder.
🎯 Why This is Useful
- Save hours of manual formatting
- No need for markdown editors or complex CMS tools
- Write in Sinhala or English — or mix both!
- Store or reuse posts through Supabase if needed
🤖 Built With
- Next.js for the frontend
- Supabase (optional) to store blog data
- Markdown Processor for smart text → MDX conversion
🇱🇰 සිංහලෙන් කියන්නම්
ඔබට තියෙන්නෙ හැමදාමත් raw markdown / notes වගේ ඒවා. ඒවව .mdx
file එකක් වෙන්න නම් මේකම තමයි හොඳම හැකියාව. එය auto-format වෙලා blog එකට publish කරන්න එක click එකකින් හැකියාව තියෙනවා.
🧪 Try It Now
Visit your Markdown to MDX Creator Web App and test your first blog today! Click Here