Customize how you annotate.

An annotation tool for researchers, by researchers.

project-config.json
package.json
{
"$schema": "https://codrjs.com/schema/project.schema.json",
"general": {
"title": "My Project",
"type": "classification",
"slug": "my-project",
"bgColorClass": "bg-pink-600",
"guidelines": "My guidelines go here."
},
"display": {
"inputs": [
{
"type": "text",
"format": "Text displayed to annotator"
}
],
"outputs": [
{
"type": "short-text"
}
]
},
"sample": {
"model": {
"type": "object",
"properties": {
"type": {
"type": "string"
},
"_id": {
"type": "string"
}
},
"required": [
"type",
"_id"
]
}
}
}

Introduction

Getting started

Learn how to get Codr set up in under thirty minutes.

Installation

Step-by-step guide to setting up your system and installing Codr.

Learn the project configuration

Understand the inner workings and learn how create a project using our configuration.