TempLight

TempLight: A Lightweight Text-Based Templating Format

TempLight is a plain-text templating format designed for clarity, reusability, and minimalism. It allows users to scaffold documents, forms, and prompts using a simple, bracket-based syntax that's easy to write and fill.

What is TempLight?

TempLight uses lightweight, readable markup to define placeholders within any block of text. It's ideal for creating reusable scaffolds for writing, education, forms, or AI prompt generation.

This site is a free resource to help you use, explore, and adapt the TempLight format for your own work—whether you're creating templates for education, forms, or writing scaffolds. TempLight is licensed under CC BY-NC 4.0.


Core Format

Basic Placeholder

[ name ]

Defines a placeholder labeled "name." These labels are meant to be replaced with user input.

Placeholder With Type Hint (optional)

[ birthdate:date ]

Adds an optional type hint to guide interfaces. Supported types may include:

Escaping Brackets

\[ not a field \]

[[ static content ]]

Back to ToC


Examples

Dear [ name ],

Your appointment is scheduled on [ date:date ] at [ time ].
Please arrive 10 minutes early.

Thanks,
[ sender ]

This can be used in:

Back to ToC


Explore More

Back to top