u/Severe_Whereas_1921

Friend of mine in M2 was prepping a NeuroAnatomy block, opened a 60-page PDF chapter, and started typing flashcards by hand. I asked why he wasn't using one of the AI flashcard tools — he said every one he'd tried generated cards that looked plausible but were either wrong or weren't in the actual document. Bad cards in your deck haunt you for weeks because of how SR works, so he didn't trust them.

So I built a small tool, letsgopdf.app, with a different approach: every card cites the source page, e.g. "What is Wallenberg syndrome?""Lateral medullary syndrome from PICA occlusion (p. 14)". You click the (p. 14) and it scrolls to that page in the preview pane, so you can verify in 3 seconds whether the card is faithful before importing.

How it works:

  • Drop the PDF (or Word/PowerPoint chapter — auto-converts)
  • Pick 10/25/50 cards, Basic Q/A or Cloze
  • Optional focus hint ("only the drug interactions", "skip the embryology")
  • Cards stream in, each with a page citation
  • Download as Anki CSV → File → Import → done

The PDF itself doesn't leave your browser — text extraction runs client-side via pdf.js, only the plain text goes to the AI. So your annotated First Aid stays on your machine.

Honest caveats:

  • AI is a strong first-draft, not gospel. Verify-then-import is the workflow I recommend; the page citation makes that fast.
  • Doesn't work on scanned PDFs (you need to OCR first — there's a free tool for that on the same site)
  • Cloze mode currently only supports {{c1::}} per card; multi-cloze is on the roadmap
  • Long textbooks (>40 pages of dense text) — split into chapters first for better cards

Would love feedback from anyone who tries it on real study material. What I'm most curious about: does the page-citation thing actually solve the trust problem, or is there something else that's keeping you typing cards by hand?

u/Severe_Whereas_1921 — 17 days ago
▲ 7 r/PromptEngineering+3 crossposts

Salam everyone,

If you've used ChatGPT or Claude in Arabic, you've probably noticed something: the answers in Arabic feel noticeably weaker than in English. It's not your imagination. These models are trained on way more English content, so structured English prompts get better results — even when you want the answer in Arabic.

For most of my friends and family here in the Gulf, switching to writing prompts in English isn't realistic. So I built Prompify — a free Chrome side panel that:

- You write in Arabic (Khaleeji is fine — أبغى، أحتاج، اكتب لي…)

- It rewrites your idea into a structured, English-style prompt

- Sends it to ChatGPT / Claude / Gemini / DeepSeek

- The AI responds in Arabic, English, or both — your choice

Free tier: 5 prompts/day, no signup. Paid is $2.99/month if you need more.

Built specifically with the Gulf in mind: Arabic RTL UI, Khaleeji vocabulary recognized, dialectal input handled.

Chrome Store: https://chromewebstore.google.com/detail/iggmhjkkdhafliofnnhaopjhlmfaokjp

Genuinely looking for feedback. What use cases would you want it to handle better? Government memos? School work? Marketing copy? Tell me what's missing.

شكرًا

u/Severe_Whereas_1921 — 2 days ago
▲ 54 r/chrome_extensions+3 crossposts

Every time I needed to merge a PDF or redact something sensitive, I'd end up on iLovePDF or Smallpdf and uncomfortably hand over the file to "trust them" with the upload. So I built letsgoPDF — most of the toolkit (merge, split, sign, redact, rotate, JPG→PDF) runs 100% client-side via pdf-lib. Open the network tab and you'll see zero traffic when you drop a file.

A few things I added because no other free PDF site bundles them together:

  • Smart Redact — auto-detects emails, phones, SSNs, credit cards (Luhn-validated), IBANs and one-clicks black boxes over them. iLovePDF has a Redact tool but it's manual.
  • Bates numbering — the sequential ABC0001, ABC0002… format law firms use for discovery production. Niche but legal users have no good free option.
  • PDF → Markdown — for Notion / Obsidian users. Detects headings via font-size ratios.

Compression and OCR do hit a backend (ConvertAPI), 10/month free, $5/mo for unlimited. Everything else is unlimited free.

Link: https://letsgopdf.app

Honest feedback welcome — especially: does the home page communicate the privacy angle clearly enough, and is anything about the pricing page off-putting? I'm 1 person on this so brutal honesty saves me weeks of guessing.

u/Severe_Whereas_1921 — 14 days ago