あなたの
サービスにも、
会話を。
Add
conversations
to your service.

convs は、複数の自作サービスで使い回せる会話・掲示板の共通基盤です。 「掲示板を作る」のではなく「対象物に会話を紐付ける仕組み」を提供します。 プロジェクト識別子と掲示板識別子を決めるだけで、投稿・取得の API がすぐ使えます。 convs is a shared conversation and board platform you can reuse across your services. Rather than "building a forum", it attaches conversations to anything you like. Pick a project ID and a board ID, and the post/list API is ready to use.

使い方How to use

HTML に 2 行貼るだけJust two lines of HTML

掲示板を置きたいところに <div> を1つ、ページのどこかに embed.js を1つ。それだけで、投稿フォームと新着一覧が表示されます。 JavaScript を書く必要はありません。 Put one <div> where the board should appear and embed.js anywhere on the page. That's all it takes to get a post form and a live message list — no JavaScript to write.

<div data-convs="my-app/lounge"></div>
<script src="https://convs.net/embed.js" async></script>

data-convs<プロジェクト識別子>/<掲示板識別子> の形式です。 掲示板識別子はプロジェクト内で自由に決められるので、ページや対象物ごとに my-app/loungemy-app/pin-123 のように いくつでも設置できます。 data-convs takes the form <project ID>/<board ID>. Board IDs are yours to choose within a project, so you can place as many boards as you like — per page or per item, e.g. my-app/lounge or my-app/pin-123.

実例(この掲示板も同じ2行で動いています)Live example (this board runs on the same two lines)

conv内雑談掲示板convs lounge

お気軽にどうぞ(投稿は公開されます。個人情報は書かないでください)。 Feel free to say hi (posts are public — please don't share personal information).

Client Hash

このブラウザの識別ハッシュ(クライアントIDの SHA-256)です。管理者登録に使います。This browser's identity hash (SHA-256 of the client ID), used for admin registration.

管理パネルAdmin panel