
Log and publish your architecture decisions (ADR)
Log4brains is a docs-as-code knowledge base for development and infrastructure projects. It allows for logging Architecture Decision Records (ADR) from your IDE and automatically publishing them as a static website. By logging decisions chronologically, Log4brains helps users understand past technical decisions, make new decisions confidently, and have up-to-date technical documentation and training materials. It also supports collaborative decision-making through pull requests.
Log4brains is a powerful tool for managing Architecture Decision Records (ADR) in development and infrastructure projects. It provides a user-friendly interface, allowing users to log decisions from their IDE and publish them as a static website. With features like local preview, interactive creation, and customizable templates, Log4brains helps teams document and understand their technical decisions. Additionally, upcoming features like local images support, RSS feed for notifications, and ADR creation from the UI further enhance its functionality. Whether it's understanding past decisions, onboarding new developers, or fostering a collaborative decision-making process, Log4brains is a valuable resource for any project.

Documentation themes are built specifically for writing technical and product documentation. They are normally written and maintained in Markdown. The often include a navigation menu, search bar, clear headings, semantic document structure and clean typography.
ESLint is a linter for JavaScript that analyzes code to detect and report on potential problems and errors, as well as enforce consistent code style and best practices, helping developers to write cleaner, more maintainable code.
TypeScript is a superset of JavaScript, providing optional static typing, classes, interfaces, and other features that help developers write more maintainable and scalable code. TypeScript's static typing system can catch errors at compile-time, making it easier to build and maintain large applications.