Open Source
Fully open source and transparent. Contribute, fork, and customize to your heart's content.
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

Create your branded Word AI copilot using Flamink, do not reinvent the wheel. You bring the technology, we bring the bolierplate.
Built by developers, for developers. Integrate a live AI editing experience in your Word add-on with just a few lines of code.
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}
...
/>
);
}Built for developers, by developers. Open source, customizable, and privacy-first.
Fully open source and transparent. Contribute, fork, and customize to your heart's content.
Flamink enables every AI vertical company to build their own branded word copilot, powered by your technology.
Plug your answering engine into Flamink and give your users the best AI editing experience with no extra work.
Deploy on your own infrastructure. No data sharing, complete privacy and control.
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