RECALL is MIT licensed. This page documents what that means, how the site works, and the source embedding principle.
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.
| PERMISSION | STATUS | NOTES |
|---|---|---|
| Use commercially | YES | No restrictions on commercial use or distribution. |
| Modify | YES | Fork it, extend it, build on it. |
| Distribute | YES | Ship it in your own projects and products. |
| Include license | REQUIRED | Keep the copyright notice in copies or substantial portions. |
| Warranty | NONE | Provided as-is. No liability for damages. |
| Attribution | OPTIONAL | Not required. Appreciated if you want to. |
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.
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.
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.
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.
No account. No sign-up. No data collected. The site exists to serve documentation and nothing else.
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.
This applies to the RECALL compiler, the CLI, and any compiled output. Use in production at your own discretion.
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.
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.