Quick Start

Get started with Claradb in under 5 minutes.

1. Create a workspace

Sign up at claradb.com/auth/signup to create your workspace. You can start exploring the public company graph immediately — no payment required.

2. Explore companies

Use the Explorer to browse AI companies. Filter by:

  • Momentum — Sort by overall momentum score to find the most active companies.
  • Sector — Focus on specific verticals like LLMs, computer vision, or robotics.
  • Funding stage — Filter by seed, Series A, growth, or public companies.
  • Signals — Drill into specific signals like GitHub commits, paper output, or hiring.

3. Build a watchlist

Click the bookmark icon on any company card to add it to a watchlist. Watchlists let you:

  • Track momentum changes over time
  • Compare companies side-by-side
  • Get notified when significant signals change

4. Use the API

Grab your API key from the workspace settings and query the Companies API:

Terminal
curl -X GET "https://claradb.com/api/v1/companies?q=vision&sort=momentum" \
  -H "Authorization: Bearer YOUR_API_KEY"

The response includes company metadata, momentum scores, and signal breakdowns.

Next steps

  • API Overview — Full API reference and authentication details.
  • Watchlists — Advanced watchlist features.
  • Reports — Generate and export market digests.
Quick Start — Claradb Docs | Claradb