LEGAL AND TERMS

Open. Free. No surprises.

RECALL is MIT licensed. This page documents what that means, how the site works, and the source embedding principle.

SOFTWARE LICENSE

MIT License

RECALL is free and open source software released under the MIT License. You may use, copy, modify, merge, publish, distribute, sublicense, and sell copies of the software without restriction.

PERMISSIONSTATUSNOTES
Use commerciallyYESNo restrictions on commercial use or distribution.
ModifyYESFork it, extend it, build on it.
DistributeYESShip it in your own projects and products.
Include licenseREQUIREDKeep the copyright notice in copies or substantial portions.
WarrantyNONEProvided as-is. No liability for damages.
AttributionOPTIONALNot required. Appreciated if you want to.
RECALL
Copyright 2026 semanticintent

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the Software), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED AS IS, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
SOURCE EMBEDDING

The source is the artifact.

RECALL's core principle is that every compiled .html file embeds its .rcl source in an HTML comment block. This is intentional by design — not a bug, not a leak. You own your source. RECALL preserves its origin.

NOTE

Your .rcl source is your intellectual property. RECALL embeds it in the output so the artifact remembers its origin — it does not transmit or publish it anywhere.

PRIVACY

No tracking. No cookies.

This website does not use cookies, analytics, or tracking scripts. It is a static site served by Cloudflare Pages. Cloudflare may collect standard access logs as part of their infrastructure. No personal data is collected or stored by RECALL.

This site loads IBM Plex Mono and IBM Plex Sans from Google Fonts. Google's standard privacy policy applies to those requests. No other third-party resources are loaded.

TIP

No account. No sign-up. No data collected. The site exists to serve documentation and nothing else.

WARRANTY AND LIABILITY

Provided as-is.

THE SOFTWARE IS PROVIDED AS IS, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED. THE AUTHORS ARE NOT LIABLE FOR ANY CLAIM, DAMAGES, OR OTHER LIABILITY ARISING FROM USE OF THE SOFTWARE.

WARNING

This applies to the RECALL compiler, the CLI, and any compiled output. Use in production at your own discretion.

ATTRIBUTION

Built with RECALL.

Attribution is not required by the MIT license. If you build something with RECALL and want to mention it, a built with RECALL note is appreciated — but entirely optional.

TIP

This documentation site is itself written in RECALL. View source on any page — the .rcl origin is embedded in the HTML comment block at the top.