SmartDraw
SmartDraw makes professional drawings and diagrams accessible to everyone. Non-technical users can quickly create floor plans, while professionals get the precision and scale they require. With industry-leading floor planning tools and an intuitive interface for traditional diagramming like flowcharts and organizational charts, SmartDraw delivers enterprise-ready power without unnecessary complexity.
SmartDraw includes a large collection of symbols and templates to help users get started quickly and easily without extensive training. In addition to floor plans, site plans, landscapes, and other layouts, users can create flowcharts, organizational charts, mind maps, project charts, technical engineering diagrams, IT diagrams, and more. SmartDraw also allows users to create custom shapes using their own product catalog or other existing assets. Users can import PDFs, images, Google Maps, Visio files, and Visio stencils to build on existing plans and workflows. Drawings can be created to any scale, ensuring accuracy for every use case.
SmartDraw makes it easy to enrich drawings with data, enabling more informative and dynamic visuals. Users can also generate manifests and bills of materials directly from their diagrams to support planning , procurement, oversight, and compliance. The app can automatically generate diagrams from data, including organizational charts, AWS and Azure architectures, PI Boards, class diagrams, ERDs, and more. In addition, users can use natural language prompts to instantly generate diagrams like flowcharts and mind maps with AI.
Files can be saved directly to SmartDraw or the user's preferred storage provider like OneDrive, SharePoint, or Google Drive for better data security. SmartDraw also integrates with the Microsoft and Google enterprise tech stacks, as well as tools like Confluence and Jira. SmartDraw works hand in glove with your existing IT infrastructure without disruption to maximize what you've already invested in.
Learn more
Okyline
Okyline is an Executable Data Design (EDD) platform that transforms validation contracts into executable operational assets for enterprise data quality.
Instead of multiplying specifications, custom validators, monitoring scripts, tests, and reporting layers, Okyline relies on a single readable contract shared across validation, quality control, and operational monitoring activities.
The contract itself becomes executable and directly drives deterministic validation, advanced business invariant verification, multi-format processing, data quality gates, operational metrics, and historical quality analytics.
Okyline validates APIs, enterprise events, files, streaming payloads, LLM structured outputs, and distributed data flows while continuously producing measurable quality indicators, completeness statistics, validation traces, and error propagation insights.
Because contracts are created from annotated sample data, validation rules remain immediately understandable for developers, architects, QA teams, integration specialists, and business analysts.
The Community Edition includes the public specification, a free Java validation runtime, a Claude AI assistant for contract generation, JSON Schema transpilation support, and a free online studio for executable JSON contracts.
The Enterprise Edition extends the same contract-centric model to native validation of JSON, JSONL, XML, CSV, FIXED, and EDI flows, combined with operational quality dashboards, data quality gates, and long-term quality tracking capabilities, all without requiring databases, warehouses, or centralized infrastructure.
Learn more
Solidity Fuzzing Boilerplate
The Solidity Fuzzing Boilerplate acts as a crucial starting point, aimed at streamlining the fuzzing procedure for diverse aspects of Solidity projects, especially libraries. Developers can write their tests once and seamlessly run them with the fuzzing tools provided by both Echidna and Foundry. When different Solidity versions are needed for certain components, these can be easily deployed within a Ganache instance using Etheno. For generating complex fuzzing inputs or performing differential fuzzing by comparing results with non-EVM executables, HEVM's FFI cheat code is a highly effective tool. Furthermore, results from fuzzing experiments can be shared without worrying about licensing implications by adjusting the shell script to pull specific files. If your Solidity contracts will not utilize shell commands, it is wise to disable FFI, as it can slow down processes and should mainly be seen as a workaround. This feature is particularly advantageous when testing intricate implementations that are hard to reproduce in Solidity but can be found in other programming languages. It is crucial to carefully examine the commands executed before initiating tests in projects with FFI enabled, to ensure a thorough understanding of the actions being performed. Maintaining clarity in your testing methodology is vital for upholding the integrity and effectiveness of your fuzzing initiatives, and it ultimately enhances the overall reliability of the project.
Learn more
Etheno
Etheno is a multifunctional tool tailored for Ethereum testing, serving as a JSON RPC multiplexer, a wrapper for analytical tools, and a conduit for integrating tests. It alleviates the complexities of setting up analysis tools like Echidna, especially in large multi-contract environments. Developers of smart contracts are urged to adopt Etheno for comprehensive testing, while those working on Ethereum clients can employ it for efficient differential testing of their implementations. By implementing a robust JSON RPC server, Etheno adeptly manages calls to various clients without issues. Moreover, it provides an API that enables the filtering and modification of JSON RPC calls, making differential testing more effective by dispatching sequences across different Ethereum clients. Users can also deploy and interact with multiple networks at the same time, and it seamlessly integrates with well-known testing frameworks like Ganache and Truffle. The ability to initiate a local test network with a single command adds to the convenience of using Etheno. Additionally, users can leverage a prebuilt Docker container for a swift installation and immediate trial of Etheno’s features. With its extensive range of command-line arguments, Etheno addresses various testing requirements and user preferences, thereby enhancing its value for professionals engaged in Ethereum development. Ultimately, this tool not only streamlines the testing process but also promotes a more efficient workflow for developers in the Ethereum ecosystem.
Learn more