The Rundown AI homepage

Independent tool overview

Grimoire at a glance

Grimoire is an active custom GPT inside ChatGPT for learning prompt-first coding and generating small websites, apps, scripts, and project scaffolds. Its current public description calls it a Code Wizard, lists more than 20 workflow hotkeys, and points users to K for the command menu, P for projects, and R for its README. It can be a friendly starting point for beginners, but it does not own a repository, run a full local development loop, or make generated code secure, correct, maintainable, or ready to deploy without human testing.

Visit the official Grimoire site ↗
Grimoire product preview
Product type
Coding custom GPT inside ChatGPT
Current status
Active
Current version label
v2.9
Primary focus
Prompt-first coding and website prototypes
Workflow shortcuts
20+ hotkeys
Key commands
K menu, P projects, R README
Historical starter library
Approximately 75 projects
Account required
Yes, sign in to ChatGPT
Separate price
None listed; ChatGPT plan limits apply
Companion product
Hivemind AI Chat & Coding for iPhone
Reviewed
August 31, 2026

Overview

What Grimoire is

Grimoire is a configured version of ChatGPT focused on coding education and project generation. It became known for the promise of building a website from a sentence, a wizard-themed interface, prompt-based lessons, reusable shortcuts, and a collection of starter projects.

The current GPT metadata identifies version 2.9, advertises more than 20 hotkeys, and names three primary shortcuts: K for its command menu, P for projects, and R for the README. Public historical listings describe roughly 75 starter projects, though the full current library is visible only inside the signed-in GPT experience.

Grimoire outputs explanations and code in a ChatGPT conversation. That makes it useful for learning, prototyping, debugging isolated snippets, and generating small front-end projects, but less capable than a repository-aware coding agent that can inspect files, run tests, review diffs, and verify the actual runtime environment.

The GPT currently promotes Hivemind AI Chat & Coding as a separate iPhone app from the same studio. Hivemind is not the same product surface, has its own App Store listing and data handling, and its public model description was last updated in 2025; evaluate it separately rather than treating it as a guaranteed Grimoire upgrade.

Use Grimoire as a tutor and first-draft generator. Keep source control, dependency selection, secret handling, tests, accessibility, security review, hosting configuration, monitoring, and production approval in a real development workflow.

Use cases

Who Grimoire is best for

The strongest fit depends on the job you need the product to complete, not the size of its feature list.

First coding projects

Helping a beginner move from a plain-language idea to understandable HTML, CSS, JavaScript, or another small runnable example.

Website prototypes

Drafting a static landing page, portfolio, link page, simple game, or interactive demo before moving the files into a proper development environment.

Prompt-first learning

Exploring programming concepts through tutorials, examples, starter projects, README guidance, and follow-up questions.

Small isolated utilities

Generating a script, component, function, regular expression, data transformation, or debugging hypothesis with clear inputs and expected outputs.

UI experimentation

Trying layouts, content structures, interactions, and visual directions when speed matters more than production architecture.

Code explanation

Asking for a line-by-line walkthrough, simpler version, test cases, or beginner-friendly explanation of code supplied by the user.

Capabilities

Core Grimoire features

1

Natural-language code generation

Turns a written project description into code, instructions, or a proposed implementation plan.

2

Website-first positioning

Grimoire's best-known workflow centers on creating small web pages and prototypes from short prompts.

3

Hotkey menu

The current description lists more than 20 shorthand commands for common coding and learning flows.

4

Project browser

Typing P is promoted as the route to Grimoire's project starters.

5

README and tutorials

Typing R opens the GPT's guide material for using its prompt-first workflow.

6

Starter projects

Historical public listings describe approximately 75 examples spanning simple sites, games, code, and creative projects.

7

Conversational iteration

Users can request changes, ask questions, paste errors, and refine code in the same ChatGPT conversation.

8

ChatGPT platform tools

A custom GPT may use files, web search, data analysis, canvas, images, apps, or actions when enabled, but Grimoire's exact current configuration is not fully disclosed on its public page.

9

Current compatible model

OpenAI can move existing GPTs to a similar current model when a model is updated or retired, so behavior can evolve without a Grimoire version change.

10

Hivemind companion app

The creator links to a separate iPhone chat-and-coding application that can generate and preview projects; it is not required to use the GPT.

Process

How the Grimoire workflow works

  1. Step 1

    Write a small specification

    Define the user, problem, pages or commands, data, success criteria, constraints, supported devices, accessibility needs, and what the prototype must not do.

  2. Step 2

    Pick the smallest starter

    Use P or describe a narrow project. Avoid asking for an entire production business, authentication system, payment flow, and admin panel in one prompt.

  3. Step 3

    Ask for a plan and file tree

    Have Grimoire explain the chosen stack, files, dependencies, data flow, risks, and test approach before generating a large block of code.

  4. Step 4

    Create a real repository

    Move the code into version control with a clear README, license, environment template, package lockfile, and incremental commits.

  5. Step 5

    Keep secrets out of chat

    Never paste production API keys, passwords, tokens, private customer data, internal source, or unredacted logs into an unapproved account or third-party action.

  6. Step 6

    Generate in small changes

    Request one component, route, function, or bug fix at a time. Ask for complete changed files only when the scope is small enough to review.

  7. Step 7

    Inspect dependencies

    Verify that every package exists, is maintained, has an acceptable license, supports the chosen runtime, and is installed from the expected registry.

  8. Step 8

    Run locally in isolation

    Use a non-production environment with least-privilege credentials. Review commands before running them and do not grant broad filesystem, cloud, or account access to generated code.

  9. Step 9

    Test behavior

    Run formatting, type checks, linting, unit and integration tests, build steps, browser checks, mobile layouts, accessibility scans, and error-path tests.

  10. Step 10

    Review security

    Check authentication, authorization, input validation, output encoding, file uploads, SQL and command injection, cross-site scripting, CSRF, SSRF, dependency risk, rate limits, and secret exposure.

  11. Step 11

    Verify content and UX

    Replace invented copy, testimonials, metrics, prices, contact details, policies, images, and links. Test keyboard use, contrast, focus, forms, empty states, and screen sizes.

  12. Step 12

    Deploy through a controlled pipeline

    Use reviewed commits, managed environment variables, preview deployment, backups, monitoring, error reporting, analytics consent, rollback, and an accountable owner before production.

Cost

Grimoire pricing and free plan

Grimoire does not list a separate GPT subscription. Existing GPTs are available to signed-in ChatGPT users, including Free accounts, subject to model, file, tool, workspace, and rate limits. The promoted Hivemind iPhone app is a separate free App Store download with its own optional purchases or provider costs and should be priced independently.

ChatGPT Free

Free

Can use existing GPTs after signing in, subject to current usage and tool limits.

  • No separate Grimoire fee
  • Limits can interrupt longer coding sessions
  • File and tool allowances vary
  • Cannot create or publish a new personal GPT

Paid personal ChatGPT plans

Plan-dependent

Higher limits and additional ChatGPT capabilities depending on the current plan.

  • Grimoire remains an existing GPT
  • Coding quality still requires review
  • New personal GPT publishing is unavailable
  • Consumer data controls apply

Business, Enterprise, or Edu

Plan or contract-dependent

Managed workspace access with administrator controls and business-data protections.

  • GPT access can be restricted by admins
  • Business data is not used for training by default
  • Use organization policy for source code
  • Creation and sharing depend on permissions

Hivemind iPhone app

Free download; separate costs may apply

A separate companion product from Mind Goblin Studios, not the Grimoire GPT itself.

  • Requires iOS 17 or later in the current US listing
  • App version 1.3 was last updated July 2025
  • Provider or in-app costs must be checked in the app
  • Evaluate its privacy policy separately

Pricing checked . Check current pricing at the source ↗

Assessment

Grimoire strengths and limitations

Where it stands out

  • The original Grimoire custom GPT is still active at its public ChatGPT address.
  • Wizard-themed commands and starters make an intimidating subject feel approachable.
  • A narrow prompt can produce a useful first version of a small web project quickly.
  • The README and tutorial orientation encourages learning rather than only copying code.
  • Hotkeys reduce repeated prompting for common project and review flows.
  • Conversational explanations can help beginners understand errors and unfamiliar syntax.
  • Starter projects provide concrete scope for users who do not yet know what to build.
  • No separate fee is shown for the GPT beyond the user's ChatGPT access.
  • Outputs can be moved into ordinary files and repositories instead of being locked to a proprietary project format.

What to consider

  • The public GPT page does not expose Grimoire's full instructions, current starter library, enabled tools, knowledge files, tests, update log, or security controls.
  • It can generate code that is syntactically wrong, incomplete, insecure, deprecated, incompatible with the stated runtime, or dependent on packages that do not exist.
  • A chat transcript is not a repository-aware development loop and may lose track of files, edits, installed versions, runtime behavior, or changes made outside the conversation.
  • Custom GPTs do not use saved memory, custom instructions, or previous conversations; a new chat starts without the old project's context.
  • The underlying compatible model can change automatically when OpenAI retires or updates models, so output behavior is not fixed by the displayed Grimoire version.
  • Long answers can omit unchanged code, silently truncate files, duplicate definitions, or overwrite working behavior when pasted wholesale.
  • Generated websites frequently contain placeholder copy, invented testimonials, fake metrics, broken links, inaccessible interactions, and generic design patterns.
  • Authentication, payments, personal data, health, education, legal, finance, file uploads, and administrative actions are too risky for one-shot code generation without experienced review.
  • Pasted source code, logs, configuration, screenshots, and files may contain proprietary information, personal data, internal URLs, tokens, or credentials.
  • If the GPT invokes an app or external action, relevant data can be sent to a third party under separate terms; the current public page does not fully disclose its exact integrations.
  • It cannot establish that generated code has a compatible open-source license or that copied-looking code, text, images, fonts, and icons are cleared for use.
  • It does not independently run every test, browser, database migration, cloud permission, deployment, rollback, backup, or monitoring check described in its answer.
  • ChatGPT usage limits can interrupt work, and creator or platform changes can alter or remove the GPT.
  • The Hivemind companion app's public model list and description were last updated in 2025 and should not be treated as a current model guarantee.
  • No independent evidence establishes Grimoire's code correctness, security, productivity improvement, uptime, or suitability for production software.

Compare

Grimoire alternatives

The right alternative depends on the specific output, workflow, controls and budget your project requires.

Coding

Cursor

Choose Cursor when the assistant needs repository context, direct file editing, terminal and test access, and an IDE-centered review loop.

Explore Cursor

Coding

Claude Code

Choose Claude Code for agentic work across an actual codebase with commands, diffs, tests, and explicit tool permissions.

Explore Claude Code

Coding

Antigravity

Choose Google Antigravity when orchestrating development agents and tasks across workspaces is more important than a tutorial-style GPT.

Explore Antigravity

Design

Vercel v0

Choose Vercel v0 for visual UI and full-stack web prototyping with a dedicated preview-and-deploy product surface.

Explore Vercel v0

Business Operations

ChatGPT

Choose standard ChatGPT when you want direct control over the current model and tools without Grimoire's hotkey and starter-project layer.

Explore ChatGPT

Questions

Grimoire FAQs

What is Grimoire?

Grimoire is a custom GPT inside ChatGPT that teaches prompt-first coding and helps generate websites, small apps, scripts, and starter projects.

Is Grimoire still active?

Yes. Its original public ChatGPT page is active and currently identifies the GPT as Grimoire v2.9.

What do K, P, and R do?

The current description says K opens the command menu, P opens projects, and R opens the README or guide.

How many hotkeys does Grimoire have?

Its current public description advertises more than 20 hotkeys for coding workflows.

Does Grimoire have starter projects?

Yes. Public historical listings describe approximately 75 starter projects, while the live GPT's P command is the current route to its project menu.

Is Grimoire free?

There is no separate Grimoire price. Signed-in ChatGPT users can use existing GPTs, including on Free accounts, subject to current limits and workspace rules.

Can Grimoire build a website from one sentence?

It can generate a small first draft from a short prompt, but a useful site still needs real content, requirements, local testing, accessibility, security, deployment configuration, and human review.

Can Grimoire deploy a production app?

Do not assume so. Even if it produces deployment instructions or integrations, production release should go through a real repository, reviewed changes, tests, managed secrets, preview deployment, monitoring, and rollback.

Does Grimoire remember my project in a new chat?

No. OpenAI says custom GPTs do not use saved memory, custom instructions, or previous conversations. Preserve the project in source control and provide the necessary context deliberately.

Can I paste private source code into Grimoire?

Only if the exact ChatGPT account or managed workspace is approved for that code and all connected tools. Remove credentials, customer data, internal logs, and unnecessary proprietary context.

Is Grimoire PRO the same as Hivemind?

The current GPT links to Hivemind AI Chat & Coding as a separate iPhone app from the same studio. It has its own listing, policies, runtime, and costs and should be evaluated separately.

Is Grimoire safe for beginners?

It can be a useful tutor, but beginners should not run unexplained commands, install unknown dependencies, paste secrets, or publish generated authentication, payment, database, or administrative code without experienced review.

Bottom line

Our Grimoire verdict

Grimoire remains a charming and useful on-ramp to coding: its hotkeys, project starters, and conversational teaching can get a beginner from idea to visible prototype quickly. Its value falls sharply when the task requires repository awareness, exact dependencies, secure data handling, repeatable tests, or production operations. Use it to learn and draft, then move the work into source control and a real development environment where every command, dependency, diff, test, and deployment can be verified.

Visit Grimoire website ↗
The Rundown University

AI training for the future of work.

Get access to all our AI courses, hundreds of real-world AI use cases, live expert-led workshops, an exclusive network of AI early adopters, and more.

AI Courses

Get unlimited access to all of our current & upcoming industry-specific AI courses for the duration of your subscription.

Daily Guides

To keep up with the rapid pace of AI, our team publishes AI implementation guides daily. Our library contains 300+ practical use cases to automate real-world work.

Workshops

Join weekly, live, interactive sessions with industry leaders who are at the forefront of AI for hands-on implementation guidance and exclusive insights.

Community

Network with an exclusive community of AI-first professionals who are working smarter with AI. Learn how early adopters are using AI in their work and businesses.