Skip to content

Claros v0.6.0

Choose a tag to compare

@umutgokbayrak umutgokbayrak released this 07 Aug 04:32
· 3 commits to main since this release

v0.6.0 - first public release

Claros is an AI-native lifecycle email platform you can run yourself. Events come
in, contacts move through a lifecycle, flows decide what to send, and a human
approves before anything reaches an inbox.

Installing

  • Three commands: prepare, start, open the browser
  • The installer generates your secrets, tests the database and applies migrations
  • First account is claimed in the browser. No default credentials, no passwords
  • Bundled Postgres by default, or point at your own with --database-url

Without an LLM key

  • Ready-made flows with human-written copy that work out of the box
  • Write your own flows and email copy on any supported trigger
  • The AI is an upgrade, not a prerequisite

With one

  • Describe a campaign in plain language and let it compile into a plan you review
  • The AI drafts each email for each contact, and you approve before it sends

Sending

  • SMTP or Resend, verified when you save the credentials
  • A branded shell around every email, with unsubscribe and postal address built in
  • Sent mail log, delivery timeline, suppression list
  • Sending pace controls: per-contact limits, send windows, batch size

Getting events in

  • Segment-compatible API, so existing SDKs work by changing the endpoint
  • A browser snippet, a batch endpoint, and server-side sending from any language

Documentation

  • Quickstart, installation, deployment, concepts, FAQ, ingestion, and a library of
    flow prompts to start from

Known limits

  • SMTP reports no delivery events, so engagement tracking needs a provider with
    webhooks
  • Volume ramping is not implemented
  • Segment and manual trigger coverage is partial
  • Schema still changes between releases, which is why this is 0.x