The Logo

The Griptape Logo is composed of a graphic mark and a logotype set in the Timmana font.

Griptape logo and mark

Kerning

If you plan on using the Timmana font to write Griptape instead of using the downloadable graphic, it's important to be aware that we have adjusted the letter kerning for our logo.

The default kerning for the Timmana font doesn't look very nice with the Griptape logo, thus we have made a few adjustments. We have decreased the kerning for the r, a, and i letters, and increased it for the p.

Here are the css settings for the letter spacing. Include these in your stylesheet if you'd like to use them.

@import url("https://fonts.googleapis.com/css2?family=Timmana&display=swap");

.griptape-logo {
    font-family: "Timmana";
}

.griptape-logo .r, .griptape-logo .a {
    letter-spacing: -.025em;
}

.griptape-logo .i {
    letter-spacing: -.05em;
}

.griptape-logo .p {
    letter-spacing: .04em;
}

Griptape Capitalization

When using Griptape in a sentence, please capitalize the "g". Do not use pascalCase, CamelCase, or snake_case.

Do this:

  • I'm a huge fan of the Griptape framework. It's made working with LLMs so easy!
  • Griptape allows you to easily integrate LLMs into your applications.
  • Let's take a look at how to implement Griptape into our application.

Do not do this:

  • Have you seen griptape.ai? It's a pretty cool framework.
  • Check out the amazing work by the gripTape team.
  • GripTape is pretty sweet.
  • I checked out the latest pypi from grip_tape. Nice!

Logo Mark

Our mark is most commonly a rounded square, with three rows of dots and dashes.

While a rounded square is the most common representation, there are some variations we often see. Circular and Chat are the most frequent.

Griptape MarkGriptape Mark

Mark Creatives

While we want to make sure our logo is recognizable, we also want it to reflect the individuality and creativity of our customers.

Thus, we've created a number of alternate marks, that are still recognizable as Griptape, but also represent the flair of individual developers. Keep watching this space for more.

Griptape MarkGriptape Mark - Neo Brutalist styleGriptape Mark - Comic StyleGriptape Mark - flat style

Backgrounds

There are different versions of the logo to use depending on your background. You're welcome to use either just the mark or the full logo depending on your requirements.

Dark Backgrounds

On dark backgrounds and images, please us the lighter logo or mark.

Griptape logo and mark
Griptape logo and mark
Griptape logo and mark

Light Backgrounds

On lighter backgrounds and images, please use the dark logo or mark.