Files
tool-evaluator/docs/handbook/tool-anlegen.en.md
T
opencode 3de59ccaaf
Build & Push Docker Image / build (push) Successful in 2m33s
feat(i18n): full app + docs localization (de/en)
- translate remaining pages/components (admin, analytics, redundancy,
  trash, compare, browse, watchlist, admin tools tab, category combobox,
  theme toggle, tool preview card, tool-new/edit) to t() calls
- locales: 453 keys each, parity verified
- docs: bilingual handbook + release notes via *.en.md variants,
  language-aware docs.tsx (markdown paths, nav titles, search index),
  LanguageSwitcher in docs header
- generate-docs: emit per-locale handbook/release/search output,
  localized index.json fields (fileEn/titleEn), en-aware snapshots
2026-08-04 08:35:05 +02:00

1.7 KiB
Raw Blame History

title, order
title order
Create a tool 5

Create a tool

To add a new tool to the catalog, click Add tool (/tools/new). Creating a tool requires an account — without being signed in a notice with a login button appears.

Form fields

Field Required Notes
Name Yes At least 2 characters
Category Yes Dropdown; new categories can be created directly
Website URL No Valid URL (e.g. https://...)
Icon / Logo URL No Valid URL; preview is shown live
Description Yes At least 10 characters; describe what the tool does
Features No Dynamic list with autocomplete (max. 6)
Tags No Dynamic list with autocomplete

Next to each field, the ? icon takes you directly to the corresponding field description in the data model reference.

Category

  • Type to search for existing categories.
  • Select + Create "..." to create a new category.

Features & tags

  • Add feature / Add tag appends a new row.
  • The input fields suggest existing features/tags (autocomplete, max. 6 suggestions).
  • Use the × button to remove individual rows.
  • Features and tags help with filtering and finding tools again.

Save

Click Add tool. After successful creation you will be redirected to the detail page of the new tool.

API