FlaminkFlamink
The Open Source AI Word Editor

Fully customizable, free, privacy-first, and open source. Flamink is built right into Microsoft Word, Power Point, and Excel, Google Docs, and Google Sheets.

Join the waiting list to be notified when Flamink launches

Flamink Screenshot

Your company's Word AI copilot

Create your branded Word AI copilot using Flamink, do not reinvent the wheel. You bring the technology, we bring the bolierplate.

Developer Ready

Built by developers, for developers. Integrate a live AI editing experience in your Word add-on with just a few lines of code.

WordAddon.tsx
import { Flamink } from '@flamink/word-addon';
import { edit, highlight } from '@flamink/word-addon/tools';

function WordAddon() {
  const handleEdit = (content: string) => {
    // Handle content editing or use the default edit tool
    edit(content);
  };

  const handleHighlight = (selection: string) => {
    // Handle text highlighting or use the default highlight tool
    highlight(selection);
  };

  const instructions = `You are a helpful AI assistant...`;

  return (
    <Flamink 
      onEdit={handleEdit}
      onHighlight={handleHighlight}
      instructions={instructions}
      ...
    />
  );
}

Why Choose Flamink?

Built for developers, by developers. Open source, customizable, and privacy-first.

Open Source

Fully open source and transparent. Contribute, fork, and customize to your heart's content.

Brandizable

Flamink enables every AI vertical company to build their own branded word copilot, powered by your technology.

Use your technology

Plug your answering engine into Flamink and give your users the best AI editing experience with no extra work.

On-Premise

Deploy on your own infrastructure. No data sharing, complete privacy and control.

Integrate into your favorite tools

Flamink let's you build your branded AI copilots for your favorite tools. Not in the list? Build your own with the SDK or reach out.

Or build your own
Word
Coming Soon
Excel
Coming Soon
PowerPoint
Coming Soon
Google Docs
Coming Soon
Google Sheets
Coming Soon
Google Slides