Back to projects
LiveSolo project, full-stack implementation, AI prompt design and Cloudflare deployment

Forklar dit brev

A Danish AI tool that helps users understand letters and documents by turning difficult text into simple, practical language.

Live project: forklarditbrev.dk

Project snapshot

Status

Live

Role

Solo project, full-stack implementation, AI prompt design and Cloudflare deployment

Main focus

The tool lets users paste text from a letter and receive a structured explanation in simple Danish with the core meaning, what it means for them and what they should do next.

Stack

AstroCloudflare WorkersWorkers AITypeScriptTailwind CSSRate limiting

Problem

Official letters, insurance messages, jobcenter notes and administrative documents can be hard to understand quickly, especially when the language is formal or the user is under pressure.

Solution

The tool lets users paste text from a letter and receive a structured explanation in simple Danish with the core meaning, what it means for them and what they should do next.

Technology

AstroCloudflare WorkersWorkers AITypeScriptTailwind CSSRate limiting

Product walkthrough

Click the dots or arrows to move through the main GoTorz flows.

01 / 02

Simple input flow

The landing page keeps the interaction focused: paste the text from a letter or document, press Forklar and get a Danish explanation. The interface also warns users not to paste CPR numbers or sensitive information.

How it works

  • Users paste up to 5000 characters from a letter or document.
  • A Cloudflare Workers API route sends the text to Workers AI with a Danish system prompt.
  • The prompt forces the model to explain only the pasted text, avoid guessing and use simple Danish.
  • The frontend formats headings and bullet points so the answer is readable on mobile and desktop.

Practical safeguards

  • The page reminds users not to paste CPR numbers or sensitive information.
  • The answer is framed as a helpful explanation, not legal or financial advice.
  • A per-network rate limit protects the free tool from heavy use.
  • Logs avoid storing IP addresses or letter text.