Legal

MIT License

Applies to the EvidenceFlow source code

What the MIT License means

EvidenceFlow's application code is released under the MIT License, one of the most permissive open-source license types in common use — it governs what may be done with the code if a copy is obtained, including use, modification, and redistribution, as long as the original copyright notice and license text stay attached. The source repository is not currently open for public browsing; the license text below is provided for reference and applies to the code as a whole.

This license doesn't extend any warranty to the software — it's provided "as is", per the text below — and it's separate from the terms governing your use of the hosted evidenceflow.in service, which are covered on the Terms of Use page.

EvidenceFlow also depends on a number of third-party open-source libraries (React, Next.js, FastAPI, PostgreSQL client libraries, and others), each under its own respective license. Those licenses apply to their own code and aren't altered by EvidenceFlow's license.

Full license text

MIT License Copyright (c) 2026 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.