AI knowledge base · self-hostable · Claude-powered

Your team's files,
finally askable.

Drop in PDFs, contracts, meeting notes, Slack threads, Drive files. Filenergy extracts, embeds, and lets your whole team chat with the library — with citations that point straight back to the source.

Free for individuals · self-host on your own server · no credit card

Filenergy chat with citations

Built on the same stack the AI labs ship

Anthropic Claude Voyage AI pgvector Flask Stripe SAML 2.0 WebAuthn

Cited answers, not guesses

Every answer is grounded in retrieved chunks of your real files. One-click drill-through to the source paragraph.

Connect what you already use

Google Drive · Notion · Slack · Dropbox. Incremental sync, per-workspace OAuth, no third-party indexer.

Enterprise-grade, day one

SAML SSO, SCIM, 2FA + WebAuthn, encryption at rest, audit log, GDPR exports — already in the box.

How it works

No vendor lock-in. No cloud-only. The whole stack runs in one container.

1

Upload

Drop files, paste a URL, or connect a source. We OCR, transcribe, and chunk.

2

Embed

Voyage embeddings into SQLite or pgvector. Encrypted at rest with your KEK.

3

Ask

Type, paste an image, or pick a starter. Streaming answers via SSE.

4

Cite

Every assistant turn links back to the chunk it used. Click → source paragraph.

Everything you need, none of the bloat

Streaming chat

Server-Sent Events feed tokens to the browser as Claude generates them. Stop, regenerate, copy, thumbs up/down.

Vision in chat

Paste a screenshot into the composer and ask "where is this in our docs?". Claude sees both.

Collections

Group files into notebooks. Scope a chat to one notebook, one file, or your whole library.

Connectors

Drive, Notion, Slack, Dropbox. Incremental sync via cursors — no full re-scan, no quota waste.

Command palette

⌘K from anywhere. Search files, conversations, collections, jump to any setting.

Evals dashboard

Per-message thumbs up/down feeds an answer-quality dashboard. Find regressions before customers do.

SAML SSO + SCIM

Okta, Workspace, Auth0, Azure AD. Auto-provision users + groups via SCIM 2.0.

Audit + webhooks

Every action lands in the Event log. Customers get HMAC-signed POSTs on the events they pick.

Self-hostable

One container, SQLite or Postgres + pgvector. Ship Filenergy on your own infra in 5 minutes.

Programmable from day one

Bearer-token API with per-key scopes. OpenAPI 3 spec at /api/v1/openapi.json, Swagger UI at /api/v1/docs.

  • Workspace-scoped tokens; rotate any time
  • Granular scopes (files:read, ask:write, …)
  • Outbound webhooks with HMAC-SHA256 signatures
  • Email-to-ingest: forward a mail, get a file
# Ask via REST
curl -X POST https://your-host/api/v1/ask \
  -H "Authorization: Bearer $FILENERGY_TOKEN" \
  -H "Content-Type: application/json" \
  -d '{"question": "What does the Acme MSA say about termination?"}'

# Drop a file
curl -X POST https://your-host/api/v1/files \
  -H "Authorization: Bearer $FILENERGY_TOKEN" \
  -F "files[]=@./contract.pdf"

Simple pricing

Start free. Upgrade when your team needs more.

Free
$0

Forever, for individuals.

  • Up to 100 files
  • 500 questions/month
  • 1 GB storage
Start free
Pro
Most popular
$19/mo

For prosumers and small teams.

  • 5,000 files
  • 10,000 questions/month
  • 50 GB storage
  • Connectors + webhooks
Start Pro trial
Team
$99/mo

For organisations & compliance.

  • Unlimited files & storage
  • SAML SSO + SCIM
  • Workspace 2FA enforcement
  • Priority support
Talk to sales

Self-hosting? Run it on your own server for free.

Stop searching. Start asking.

Set up takes 5 minutes. The first answer comes back in seconds.