[••]
Custom Codey
the AI powered Squarespace code generator
Trained on the nuances of Squarespace, Custom Codey provides instant code solutions and guidance for your Squarespace customization needs.
Custom Codey is available on three different AI platforms: ChatGPT by OpenAI, Claud by Anthropic, and Gemini by Google.
Custom Codey is not a membership or a subscription. Custom Codey is built to run inside the top 3 AI platforms already being used. The world doesn’t need another AI; it needed AI that knows Squarespace, so that’s what we trained it to do.
You don’t have to budget for ongoing membership fees or worry about us increasing prices because we feel like it. You have lifetime access to Custom Codey, including all future updates.
More about Custom Codey
❋ additional resources
Continue your AI education with articles on best practices, guides on code basics, and a Squarespace glossary.
❋ troubleshooting
A quick reference guide for common issues when using AI to generate custom code.
If you’re struggling with a Custom Codey response, we’re here to help.
-
The term "Squarespace" is a trademark of Squarespace, Inc.
This content, and all information provided by Custom Codey, is not affiliated with Squarespace, Inc. The accuracy of the information on this page and information provided by Custom Codey is subject to change. Custom Codey content contains affiliate links.
Custom Codey can make mistakes. Accuracy is not guaranteed.
Custom Codey is still learning more about Squarespace and might make mistakes. When that happens, you can submit feedback here so I can update Custom Codey with the right info. Please note that Custom Codey’s knowledge is updated on a regular basis based on user feedback, error reports, and public Squarespace releases.
Custom Codey is available on different platforms.
Custom Codey 2.1 is powered by ChatGPT. OpenAI terms & conditions apply. For questions related to the platform, please contact the support team at OpenAI.
Custom Codey 3.0 is powered by Claude, created by Anthropic AI. Anthropic terms and conditions apply.
Custom Codey 2.3 is powered by Gemini, created by Google. Google terms and conditions apply.
Custom Codey was created by InsideTheSquare.co
InsideTheSquare.coprivacy policy and terms & conditions apply.
claude: preferred ai
Custom Codey Claude Skill
Custom Codey is now a Claude skill, which means their knowledge is baked into every chat. Getting Custom Codey set up as a Claud Skill takes about two minutes. Here's everything you need to know.
-
Click the download button below to access the custom-codey.skill file & save it to your computer.
-
Head to claude.ai and sign in. You'll need a free account* if you don't have one, sign up first (no credit card required for the basics).
*at the time of writing this; subject to change!
-
Visit https://claude.ai/customize/skills and inside the Skills panel, click on the + and select Upload a skill. Drag & drop or choose the custom-codey.skill file you just downloaded. Claude does the rest.
-
Open a fresh Claude chat and ask a Squarespace question like you'd ask Custom Codey:
"How do I make my header button background color blue on hover?"
Custom Codey wakes up automatically and answers in line, combining it’s knowledge with Claude’s intelligence.
-
Squarespace changes things sometimes. While Custom Codey is designed to double check their database if the last pull was more than 30 days ago, you can always ask it to refresh. Just say:
"Custom Codey, check for updates"
Codey pulls the newest data from the code database and keeps rolling.
Click the button below to access the new Custom Codey skill file. Make sure to click the download option in the top left corner and you’ll download the whole thing, ready to be uploaded to your Claude account.
ChatGPT by Anthropic
Custom Codey GPT
Custom Codey 2.1 is built on OpenAI’s ChatGPT platform. OpenAI terms & conditions apply. Click here for more details. You need to have a ChatGPT account to access this version; at this time a free account will be able to access this custom GPT but that is subject to change.
This custom GPT can be added to your account sidebar as a favorite. Click on its name (Custom Codey) at the top of the chat area to open the drop-down menu, and select "Keep in sidebar”
gemini by google
Custom Codey Gem
Custom Codey 2.3 is a Gem powered by Gemini, created by Google.
You need to have a Google Gemini account to access this version; at this time a free account will be able to access this custom Gem but that is subject to change.
Pro tip: Make sure you are logged in to a Google account with Gemini access before clicking the access link below. If you are not logged in to a Google account with Gemini access before you click the link, you will be redirected and will need to click the link again after you log in in order to access this Gem.
Troubleshooting
-
When you add a lot of code to a Squarespace website, you risk being redundant and confusing the browser with too many directions. If you already have custom CSS on your site, share this code with Custom Codey and ask them for help cleaning it up before you add more. Then can condense code, remove redundant code, and even add notes.
Pro tip: Custom Codey 2.1 on ChatGPT is the best model for this. -
Squarespace 7.0 and 7.1 have selector & styling, so if you know which version you’re using, I can give the best advice!
-
A syntax error message is a fancy way of saying your code has a tiny hiccup. It could be a missing curly brace (the squiggly ones: { }), an extra space where it shouldn't be, or even a typo. Squarespace is just looking out for you, ensuring your code is grammatically correct in the world of web languages.
The message sticks around until you close your code properly, making sure every curly brace has its matching partner (think of them as holding hands!) all the symbols are in the right places, and that it understands what your trying to say in your code. This ensures your custom code will be able to tell the web browser exactly what to do.
This article has more about syntax errors and how to fix them: insidethesquare.co/syntax
-
Squarespace uses selector classes and IDs to identify elements. IDs are unique for individual items, while a selector class is a label for a specific type of item. You can use one or both in your custom code, and this blog post will teach you how: .insidethesquare.co/squarespace-id-finder
-
Squarespace doesn't provide a comprehensive list of all classes and IDs, but Custom Codey can help! Their brain was built based on my most up-to-date code collection. When chatting with Custom Codey, you can ask them for a specific selectors by clearly stating the content you want to edit. Here are two prompt examples you can try:
Write a custom CSS code to change the background color of my first heading on my homepage to blue.
Version: 7.0
Theme: BrineI need CSS to make my secondary button larger. It's a button block on my About page. Using Squarespace version 7.1
-
Squarespace doesn't offer a live preview for CSS changes. However, you can make your changes in the custom CSS panel and not select save! The changes won't be visible on your site until you save them. This is where I test all the code I am going to add to Page Header Code Injection or a code block. Once you add CSS here, you’ll see the changes on your site, and you can easily copy your code from this space and paste it where it needs to be.
-
Squarespace only supports a limited number of web fonts. You can check their supported fonts list and upload your font if it's compatible; not all fonts or font file will be displayed in all browsers. Make sure you're using the correct font family name in your CSS. Here are a few example prompts you can use with Custom Codey:
Help me add the font 'Montserrat' from Google Fonts to my Squarespace site. I want it for all headings.My custom font 'Playfair Display' isn't showing up in Squarespace and I need you to tel me why. Here's my current code, how can I fix it?
[paste your custom code in your prompt for more accurate feedback] -
If you're not comfortable with CSS or want more complex customizations, you can consider hiring a Squarespace developer. I do want to take this opportunity to encourage you to try to create the code yourself! You can also hire an expert designer; you'll find a list of pro's that I love to work with at insidethesquare.co/pros
-
Sometimes browsers can be a bit stubborn and hold onto old versions of your site. Try clearing your browser's cache and cookies. If you're using Chrome, press Ctrl+Shift+R (Windows) or Cmd+Shift+R (Mac) to force a complete refresh. If that doesn’t do the trick, Custom Codey can help! Use a prompt like this for code feedback:
My CSS isn't working in Squarespace. I want my navigation menu items to be red on hover. I need you to tell me the correct code; here's what I tried: [paste code here]
I'm using Squarespace 7.1 and my custom code isn't working. Debug this Squarespace code for changing paragraph spacing: [paste code here].
-
Squarespace elements often have their own built-in spacing rules. To override these, you'll need to be more specific with your selectors. Try targeting the exact element class and possibly add !important to your spacing values. For example:
.sqs-block { margin-top: 20px !important; }.
-
Welcome to the world of responsive design! 😅 Squarespace uses different rules for mobile views. To make your custom code work on mobile devices, you'll need to use something called a media query. Ask Custom Codey to specific changes for a specific breakpoint or device and they will be able to create a media query for you.
Create Squarespace CSS to make my header image smaller on mobile. Current code: [paste code]. Need it to be 50% smaller below 640pxWrite CSS to adjust my button spacing on mobile. I want 20px between buttons on desktop but only 10px on mobile screen.
-
Squarespace buttons are notorious for having an ego 😉 To change the style of a button, you’ll want to declare every value !important, like this code that changes the button background to blue & font to white on a hover.
.sqs-block-button-element:hover{
background: blue!important;
color: #fff!important
}It’s also important that you tell Custom Codey the type of button you want to change. The code for your mobile menu button will be different than a newsletter submit button, an add to cart button on a product page, an item button inside a people section, etc. Be as specific as possible when you ask Custom Codey to create new code.
Support
AI Support
Custom Codey 2.0 operates across various third-party AI platforms, and selecting a version subjects you to that specific provider's terms.
Because of this setup, Insidethesquare.co cannot provide support for account-level issues like login troubles or chat limits.
For assistance with Claude: Contact Anthropic AI for support with your Claud account, including chat limits, login issues, and other non-Codey related questions. Anthropic terms and conditions apply
For assistance with ChatGPT: Contact OpenAI for support with your ChatGPT account, including chat limits, login issues, and other non-Codey related questions. OpenAI terms & conditions apply
For assistance with Gemini: Contact Google Gemini for support with your account, including chat limits, login issues, and other non-Codey related questions. Google Gemini policy guidelines apply
Codey Support
Custom Codey is still learning more about Squarespace and might make mistakes. When that happens, you can submit feedback here so we can update Custom Codey with the right info. Please note that Custom Codey’s knowledge is updated on a regular basis based on user feedback, error reports, and public Squarespace releases.