Concord
Concord Horizon is a next generation contract management platform rebuilt for the AI era, applying ten years of Concord expertise to a modern, AI native architecture.
Horizon gives teams a cleaner, faster interface with light and dark mode, collapsible navigation, custom and pinnable columns, advanced filtering, and consistent tables across every module so users can work in full screen focus when they need it.
AI Copilot lets you ask natural language questions about any contract, summarize or extract key points, and generate quick insights or reports, while AI Search combines lexical and semantic search to find meaning rather than just keywords and perform multi actions on results.
With MCP you can bring contract insights into tools like ChatGPT or Claude to generate summaries or tables from your portfolio and automate contract monitoring, all backed by a zero data retention policy with AI partners so customer data is never used to train AI models.
Learn more
DNSimple
DNSimple provides domain registration, DNS hosting, and management automation for domains through an easy-to-use web interface and a robust API. DNSimple focuses on making domain and DNS management as simple and automated as possible for individuals, teams, and businesses, whether you need basic hosting for a single domain or automation and control for a large domain portfolio.
- Register domain names directly through DNSimple or transfer existing domains to manage them in one place.
- Host your DNS (Domain Name System) records for your domains, allowing you to point website traffic, email, and other services wherever you want. We use Anycast, providing globally distributed, reliable, and fast name servers.
- Domain automation with a comprehensive REST API and integrations, allowing for automated domain registrations, DNS record management, SSL certificate pr
Learn more
JSON
JSON (JavaScript Object Notation) is a lightweight data-interchange format. It is easy for humans to read and write. It is easy for machines to parse and generate. It is based on a subset of the JavaScript Programming Language Standard ECMA-262 3rd Edition - December 1999. JSON is a text format that is completely language independent but uses conventions that are familiar to programmers of the C-family of languages, including C, C++, C#, Java, JavaScript, Perl, Python, and many others. These properties make JSON an ideal data-interchange language.
JSON is built on two structures:
1. A collection of name/value pairs. In various languages, this is realized as an object, record, struct, dictionary, hash table, keyed list, or associative array.
2. An ordered list of values. In most languages, this is realized as an array, vector, list, or sequence.
These are universal data structures. Virtually all modern programming languages support them in one form or another.
Learn more