<BlogPostCustomerFacts
  logo="/images/companies/logos/fermat.svg"
  name="Fermat"
  urlWebsite="https://fermat.app"
  teamSize={11}
  yearFounded={2019}
  customerSinceDate={new Date(2022, 9, 16)}
/>

## Challenge

Fermat is a collaborative canvas that offers a robust set of tools for enhancing
your workflow with AI.

With Fermat, you can easily add multimedia blocks and define their behaviors,
while harnessing the power of generative AI to transform your ideas into
actionable plans. Its advanced capabilities allow users to automate tasks,
streamline processes, and generate new insights, all while working together
seamlessly on the same canvas.

According to [Oscar Cuatrecasas](https://twitter.com/ocuatrecasas), co-founder
and CTO, Fermat’s team saw the potential of integrating generative AI into their
product and quickly seized the opportunity.

<Figure>
  <video width="1160" height="576" autoPlay loop muted playsInline>
    <source src="/images/blog/fermat/fermat.mp4" type="video/mp4" />
  </video>
</Figure>

Companies within various industries use Fermat collaborative AI-powered
whiteboard:

- Any institution can leverage Fermat’s customized enterprise offerings to build
  custom generative AI models using their historical data.
- Creative teams use preconfigured templating kits in Fermat to convert mood
  boards of ideas into actionable plans for brainstorming, content creation,
  filmmaking, concept art, and writing.
- Fashion and interior design companies partner with Fermat to facilitate close
  collaboration between knowledge workers and AI. Fermat’s multimedia
  collaboration features help capture real-world knowledge and insights that
  drive innovation in these industries.

After building their initial canvas, Fermat realized collaboration was essential
to their product’s success. They wanted to enable users to collaborate in
realtime, but they also wanted to ensure that the quality of their AI
customization and user experience remained uncompromised.

As a startup with limited resources and time, Fermat had to decide how they
would bring collaboration into their product. They recognized that developing
their own collaborative infrastructure would be a time-consuming and challenging
process, and they needed a solution that would allow them to focus on their core
product while providing a seamless collaborative experience for their users.

If you’re curious to learn more about how Fermat overcame these challenges,
let’s take a look.

## Solution

Given the level of complexity it takes to build customizable generative AI
models, Fermat turned to Liveblocks to power the collaborative portion of their
application. By leveraging Liveblocks, Fermat was able to remove the burden of
maintaining and scaling a realtime collaboration infrastructure, thus enabling
them to concentrate on customizing their AI models and platform while still
providing a powerful document model for their users.

The speed at which Fermat was able to integrate Liveblocks was impressive: once
they refactored their existing product to support a multiplayer first ecosystem,
the team was able to integrate Liveblocks into their application in about a
week, saving valuable time and resources.

Because they built a custom reactive system in vanilla JavaScript, Fermat used
the `@liveblocks/client` package to integrate Liveblocks and make their
whiteboard collaborative.

<BlogPostQuote
  quote="We were able to integrate Liveblocks in just one week. It was impressive to see how quickly we were able to convert our existing product into a collaborative one."
  author={{
    name: "Oscar Cuatrecasas",
    title: "Co-founder and CTO at Fermat",
    avatarUrl: "/images/people/oscar-cuatrecasas-aragay.jpg",
    companyAvatarUrl: "/images/companies/avatars/fermat.jpg",
    companyName: "Fermat",
  }}
/>

Liveblocks is integrated into the entire canvas portion of the application to
enable collaboration within their prodcut. Fermat relies on
[presence](/presence) to enable live cursors, and
[conflict-free data types](/conflict-free-data-types) to store the document
people collaborate on. They use these Liveblocks features to sync Fermat
documents in realtime, while their backend service keeps track of user and
document metadata and permissions.

<Slideshow
  slides={[
    {
      width: 1248,
      height: 654,
      imageUrl: "/images/blog/fermat/fermat_brainstorming.png",
      caption: "Team ideation",
    },
    {
      width: 1248,
      height: 654,
      imageUrl: "/images/blog/fermat/fermat_content_creation.png",
      caption: "Collaborative content creation",
    },
    {
      width: 1248,
      height: 654,
      imageUrl: "/images/blog/fermat/fermat_filmmaking.png",
      caption: "Collaborative storyboards and screenplays",
    },
    {
      width: 624,
      height: 327,
      imageUrl: "/images/blog/fermat/fermat_concept_art.png",
      caption: "Co-creative concept art sessions",
    },
    {
      width: 1248,
      height: 654,
      imageUrl: "/images/blog/fermat/fermat_writing.png",
      caption: "Collaborative writing sessions",
    },
    {
      width: 1248,
      height: 654,
      imageUrl: "/images/blog/fermat/fermat_your_scenario.png",
      caption: "Custom workflows",
    },
  ]}
/>

## Results

Fermat leveraged Liveblocks to enable realtime collaboration and seamless
sharing of designs among users. With Liveblocks powering the multiplayer canvas,
Fermat was able to channel their focus into their core product. This ensured
that the quality of their AI customization and user experience remained
uncompromised while creating their digital canvas.

<BlogPostQuote
  quote="Working with Liveblocks has been a very personalized experience. It doesn’t feel like interacting with a huge CRM corporation. We’ve been very happy with the response times we’ve been getting while collaborating on features together."
  author={{
    name: "Oscar Cuatrecasas",
    title: "Co-Founder & CTO at Fermat",
    avatarUrl: "/images/people/oscar-cuatrecasas-aragay.jpg",
    companyAvatarUrl: "/images/companies/avatars/fermat.jpg",
    companyName: "Fermat",
  }}
/>

With the rise of generative AI, Fermat sees an opportunity to return to its
original mission and develop a physical product that allows people to
collaborate in the real world with the help of generative agents.

<YouTube id="nCp3veOuJLU" />

If you’d like to learn more about Fermat, you can find them on
[Twitter](https://twitter.com/Fermat_ws) and
[LinkedIn](https://www.linkedin.com/company/batou-xyz/?original_referer=).