Projects#

This page lists projects that are powered by or built using gptme.

Official Projects#

  • gptme

    gptme itself, of course!

  • gptme-agent-template

    Template for creating new Agents powered by gptme.

  • Bob

    The first agent built using the gptme agent architecture.

  • gptme-rag

    RAG (Retrieval-Augmented Generation) implementation for gptme context management.

  • gptme-webui

    Fancy web-based user interface for gptme, built with the help of Lovable.

  • gptme.vim

    Vim plugin for gptme integration.

Community Projects#

Your project could be here! Add it by creating a PR.

  • ErikBjare/nbody-sim

    Simple but performant n-body simulation in Rust built with gptme using only a few prompts.

Adding Your Project

If you’ve built something using gptme, we’d love to feature it here!

  1. Add the “Built with gptme” badge to your README:

    [![built using gptme](https://img.shields.io/badge/built%20using-gptme%20%F0%9F%A4%96-5151f5?style=flat)](https://github.com/ErikBjare/gptme)
    
  2. Create a PR adding your project to this list:

    * `Project Name <https://github.com/username/project>`_
        Brief description of your project.
    

Built with gptme Badge

The “Built with gptme” badge helps showcase your project’s use of gptme and connects it to the broader ecosystem.

Standard Badge (for projects built using gptme):

Built using gptme

“Powered by” Variant (for tools/services running on gptme):

Powered by gptme

Use the standard badge for projects created with gptme’s assistance, and the “powered by” variant for tools or services that run on gptme.