Recommendation Letter Generator
Turn what you know about a student into a correctly structured letter of recommendation — relationship, evidence-backed strengths, and a clear endorsement.
Letter of Recommendation
It is my pleasure to recommend ________________, who studied ____________ at this institution. I have known him/her for ___ year(s) as his/her ______________, which has given me direct knowledge of his/her academic ability and character.
During this time, ____________ has ______________________________.
I am confident that he/she will be an asset to any institution, and I recommend him/her without reservation.
Please feel free to contact me if you require any further information.
What separates a strong recommendation from a template one
Evidence beats adjectives
Admissions and scholarship committees discount letters made of adjectives ("hardworking, sincere, brilliant") because every letter says that. What carries weight is verifiable evidence: a rank, a project led, a competition represented, a responsibility held. The strengths field is deliberately structured as "has …" — write two or three concrete, checkable facts and the letter writes itself around them.
The relationship sentence matters equally: "class teacher and Mathematics instructor for 3 years" establishes that the recommender actually observed the student, which is the first thing a committee checks.
Who should sign, and the verification line
The best signatory is the person with the claimed relationship — the class teacher or subject teacher — countersigned or sealed by the Principal where the receiving institution expects institutional letterhead. Including a contact line is standard for study-abroad and scholarship applications, where committees routinely verify letters by email.
Print one copy per application, since many programmes require the letter in a sealed envelope signed across the flap.
Frequently asked questions
Who should write a student's letter of recommendation?
Someone who taught or directly supervised the student — a class teacher, subject teacher, or project guide — because the letter's first job is establishing genuine, sustained observation. The Principal signs or countersigns when the receiving institution expects institutional authority behind the letter.
What makes a recommendation letter strong?
Specific, verifiable evidence: ranks, competitions, responsibilities, projects — rather than generic praise. Committees can check "represented the college at the state mathematics olympiad"; they cannot check "is very hardworking". This format structures the letter around exactly such evidence.
Should the letter name the programme the student is applying to?
When known, yes — "I recommend him for B.Tech admission" reads more considered than a generic endorsement. When the student is applying to several places, leave the field blank and the letter closes with a general endorsement instead.
Do recommendation letters get verified?
For scholarships and international admissions, frequently — committees email or call the recommender. That is why the format includes an optional contact line and why the letter should only claim what the recommender can personally confirm.
How long should a recommendation letter be?
Three to four focused paragraphs — relationship, evidence, endorsement, contactability — which is exactly this format. Longer letters dilute the evidence; one-line letters signal the recommender barely knows the student.
For developers & AI agents
The Recommendation Letter Generator is also available as a free, unauthenticated JSON API — no API key, no sign-up, CORS enabled for all origins. Send a GET request with the parameters below and receive the computed result as JSON, including the source of the format or formula used. Invalid input returns HTTP 400 with a JSON { "error": "..." } body.
GET https://knwdle.com/api/tools/recommendation-letter-generator| Parameter | Required | Description |
|---|---|---|
institutionName | Yes | Name printed on the letterhead |
institutionAddress | No | Address line under the letterhead |
studentName | Yes | Student being recommended |
classCourse | Yes | What the student studied at your institution |
knownYears | Yes | How many years the recommender has known the student |
knownAs | Yes | Recommender's relationship to the student |
strengths | Yes | Evidence-backed strengths, as a sentence |
applyingTo | No | The programme or scholarship applied to (optional) |
contact | No | Contact for verification (optional) |
refNo | No | Reference number shown top-left |
date | Yes | Issue date (YYYY-MM-DD) |
place | Yes | Place of issue |
signatory | No | Designation shown above the signature line |
Request:
GET https://knwdle.com/api/tools/recommendation-letter-generator?institutionName=Knwdle+Junior+College&studentName=Ishaan+Gupta&classCourse=Class+XII+%28Science%29&knownYears=3&knownAs=class+teacher+and+Mathematics+instructor&strengths=consistently+ranked+in+the+top+three+of+his+class%2C+led+the+college+science+club%2C+and+represented+the+college+at+the+state-level+mathematics+olympiad&applyingTo=B.Tech+admission&contact=principal%40knwdlejc.edu.in&date=2026-07-10&place=Indore&signatory=Principal
Response:
{
"tool": "recommendation-letter-generator",
"name": "Recommendation Letter Generator",
"formatSource": "Standard academic letter-of-recommendation structure (recommender's relationship and duration, specific evidenced strengths, explicit endorsement, contactability) as expected by university admissions and scholarship committees.",
"document": {
"title": "Letter of Recommendation",
"subject": null,
"textLines": [
"LETTER OF RECOMMENDATION",
"",
"It is my pleasure to recommend Ishaan Gupta, who studied Class XII (Science) at this institution. I have known him/her for 3 year(s) as his/her class teacher and Mathematics instructor, which has given me direct knowledge of his/her academic ability and character.",
"",
"During this time, Ishaan Gupta has consistently ranked in the top three of his class, led the college science club, and represented the college at the state-level mathematics olympiad.",
"",
"I am confident that he/she will be an asset to any institution, and I recommend him/her for B.Tech admission without reservation.",
"",
"Please feel free to contact me at principal@knwdlejc.edu.in if you require any further information."
],
"text": "LETTER OF RECOMMENDATION\n\nIt is my pleasure to recommend Ishaan Gupta, who studied Class XII (Science) at this institution. I have known him/her for 3 year(s) as his/her class teacher and Mathematics instructor, which has given me direct knowledge of his/her academic ability and character.\n\nDuring this time, Ishaan Gupta has consistently ranked in the top three of his class, led the college science club, and represented the college at the state-level mathematics olympiad.\n\nI am confident that he/she will be an asset to any institution, and I recommend him/her for B.Tech admission without reservation.\n\nPlease feel free to contact me at principal@knwdlejc.edu.in if you require any further information."
}
}