Lolner95

Lolner95 / godotter

Public

The Godot AI agent to make your games

65
4
85% credibility
Found May 17, 2026 at 65 stars -- GitGems finds repos before they trend. Get early access to the next one.
Sign Up Free
AI Analysis
GDScript
AI Summary

GoDotter is an AI-powered coding assistant that lives inside the Godot 4 game engine. It provides a chat-based interface where game developers can talk to an AI about their project. The AI understands the entire game—every scene, script, and resource—and can help with planning features, explaining code, fixing bugs from error logs, and making code changes with user approval. Everything runs locally on the developer's machine through a small Python server, with AI requests sent to cloud services only when the user provides their own API key. The tool emphasizes safety: plans are shown before execution, file changes display clear diffs, and users can revert any modification. It supports multiple AI providers (Gemini, OpenAI, Claude) and includes features like project memory for storing coding style preferences, visual debugging maps, and 3D asset review capabilities.

How It Works

1
🎮 You love making games in Godot

You've been building your dream game in Godot 4, but sometimes you get stuck or need a second opinion on your code and design.

2
🤖 You find GoDotter

You discover an AI assistant that lives right inside your Godot editor, ready to help whenever you need it.

3
You install it in one click

You drop the GoDotter folder into your project's addons folder, enable it in settings, and a new dock appears in your editor.

4
🔑 You connect your AI service

You paste your AI key into the settings panel. Everything stays on your computer—your game files never leave your machine.

5
You start chatting
📋
Plan mode

Ask for a structured plan before any changes. Review it, tweak it, then decide if you want to proceed.

🔧
Full assistant mode

Let the AI help you directly. It shows you exactly what it wants to change, you approve each step.

🔍
Debug mode

Paste your error logs and get a batch fix plan that addresses all the issues at once.

6
👀 You review every change

Before anything touches your files, you see a clear diff showing exactly what will change. You can revert anything with one click.

🚀 Your game gets better

With the AI's help, you fix bugs faster, understand your code better, and bring your vision to life more confidently.

Sign up to see the full architecture

5 more

Sign Up Free

Star Growth

See how this repo grew from 65 to 65 stars Sign Up Free
Repurpose This Repo

Repurpose is a Pro feature

Generate ready-to-use prompts for X threads, LinkedIn posts, blog posts, YouTube scripts, and more -- with full repo context baked in.

Unlock Repurpose
AI-Generated Review

What is godotter?

GoDotter is an AI-native plugin for Godot 4 that embeds an intelligent assistant directly into the editor. Think of it as a copilot for game development -- you get a chat dock, structured planning, diff review, and memory management all inside Godot's interface. The backend runs locally on your machine as a Python FastAPI server, connecting to AI models like Gemini, OpenAI, or Claude. It indexes your scenes and scripts, understands your project context, and can help with planning features, explaining nodes, fixing errors from logs, and reviewing visual layouts. File writes are gated behind approval and checkpoints, so the AI acts as a collaborator rather than an autopilot.

Why is it gaining traction?

The gap GoDotter fills is specific: most AI coding tools are built for general-purpose code, not Godot's scene/node paradigm. This tool understands `.tscn` files, GDScript signals, and the editor's live context. The "Neon Visual Map" feature is particularly interesting -- it captures your scene, color-codes node types, and feeds spatial analysis to the AI. The local-first architecture means your project never leaves your machine except for API calls. Provider-aware settings let you swap between Gemini, Claude, or OpenAI-compatible endpoints without reconfiguring everything.

Who should use this?

Solo developers working in Godot who want an AI partner that understands their project structure will get the most value. Small teams could use the memory system to share style guides and architecture notes. Learners benefit from "explain this scene" queries and visual feedback. If you're already using Cursor or GitHub Copilot for code work, this fills the game-engine-shaped hole. Be warned: the project is early-stage (v0.2.0, 65 stars), so expect rough edges and evolving APIs.

Verdict

GoDotter solves a real problem -- native AI workflow for Godot -- but its 0.85% credibility score and 65 stars reflect a young, personal project. The architecture is solid (local backend, provider flexibility, safety gates), but test coverage and documentation need work. Worth watching, worth trying on a side project, but don't bet a production game on it yet.

Sign up to read the full AI review Sign Up Free

Similar repos coming soon.