A powerful, privacy-first Markdown to PDF editor built with Next.js.
Try editing this text on the left panel! The preview will update instantly.
interface Document {
title: string;
content: string;
createdAt: Date;
}
function createPdf(doc: Document): Promise<Blob> {
// Your PDF generation logic here
return generatePdf(doc);
}
| Feature | Status | Priority |
|---|---|---|
| Live Preview | β | High |
| PDF Export | β | High |
| Templates | β | Medium |
| Dark Mode | β | Medium |
"The best way to predict the future is to create it." β Peter Drucker
Made with β€οΈ using Next.js, CodeMirror, and React Markdown