Skip to main content

1. I can’t stop the code generation process

To stop the code generation, press the stop button located at the bottom-right of the Kombai’s input box. When you click a link with the icon in the Kombai chat, it opens in Kombai browser. To open the link in your default browser, you can copy the URL and paste it in your default browser.

3. I am unable to connect my app to the Kombai browser preview

Follow the steps below to troubleshoot the issue:
  • Reload the browser tab.
  • Kill the dev server and restart preview.
  • Reload the IDE and restart preview in Kombai.
If the issue still persists, please reach out to [email protected].

4. My IDE does not have shell integration

Kombai requires shell integration to run Kombai browser and read output of terminal commands. For windows, Kombai uses powershell to run the commands. Check your current PowerShell version by running: $PSVersionTable.PSVersion. If your version is below 7, update PowerShell. You may also need to change your PowerShell execution policy. Follow these steps to change the execution policy:
  1. Open PowerShell as an administrator: Press Win + X and select Windows PowerShell (Administrator) or Windows Terminal (Administrator).
  2. Check current execution policy by running this command:
Get-ExecutionPolicy
  • If the output is already RemoteSigned, Unrestricted, or Bypass, you likely don’t need to change your execution policy. These policies should allow shell integration to work.
  • If the output is Restricted or AllSigned, you may need to change your policy to enable shell integration.
  1. Change the execution policy by running the following command:
Set-ExecutionPolicy RemoteSigned -Scope CurrentUser
  • This sets the policy to RemoteSigned for the current user only, which is safer than changing it system-wide.
  1. Confirm the Change by typing Y and pressing Enter when prompted.
  2. Verify the Policy Change by running Get-ExecutionPolicy again to confirm the new setting.
  3. Reload your IDE and continue.
If the issue still persists, please reach out to [email protected].

5. I am unable to attach Figma designs to Kombai due to API rate limits

Effective November 17, 2025, Figma has implemented new API rate limits for all users. Because the endpoints Kombai uses to fetch designs are classified as Tier 1 by Figma, you may encounter limitations while generating code for your Figma designs. Here’s what you can do to troubleshoot the issue:

Export Figma design as image and attach to Kombai

If you are unable to attach the Figma design to Kombai, you can export it as image and attach to Kombai.
  1. Open your Figma design and select the frame you want to export as image.
  2. Click Export at the bottom of the right-sidebar.
  3. Select a higher resolution and PNG as the format.
Kombai will be able to better interpret your image in higher resolution.
  1. Click Export button.
  2. Attach the exported image to the Kombai chat.

Upgrade your Figma account

Upgrade to a higher Figma plan. This will increase your API limit and you will be able to attach more Figma designs to Kombai. Visit the Figma pricing page for more details.
Ensure that the Figma account connected to Kombai has a Dev or Full for higher API limits.

Connect a different Figma account

If you have mistakenly connected Kombai with the wrong Figma account, you can connect a different Figma account by following the steps below:
  1. Click @figma in the chat box.
  2. Click Reconnect Figma.
  3. Select Switch accounts in the Figma OAuth page.
  4. Click Allow access, then Open in the alert.
  5. Go back to the IDE and click Open in the modal.

6. How can I reload Kombai in my IDE

To reload Kombai, you have to use the keyboard shortcut Cmd + Shift + P (or Ctrl + Shift + P on Windows/Linux) to open the command palette. Type Reload Window and press Enter.

7. How do I generate code from Kombai using Figma Make URL?

Kombai does not support code generation from Figma Make URLs. To use Kombai with Figma Make, you must first transfer your work to a Figma Design file.
  1. Open your Figma Make project and click the
    button in the top menu bar. This saves the design to your clipboard.
  2. Open a new Figma design file and paste the design from your clipboard.
  3. Right-click on the newly pasted design.
  4. Hover over Copy/Paste as and select Copy link to selection.
  5. Open Kombai in your IDE and click the icon in the chat input box.
  6. Paste the Figma design URL into the input box and press Enter.

8. How do I generate code from Kombai using Figma Sites URL?

Kombai doesn’t support code generation from Figma Sites URLs. To use Kombai with Figma Make, you must first transfer your work to a Figma Design file.
  1. In your Figma Sites project, select the section containing the generated site.
  2. Right-click the selection and click Copy.
  3. Open a new Figma design file and paste the design from your clipboard.
  4. Select the Figma design from the section you pasted.
  5. Right-click the pasted content, hover over Copy/Paste as, and select Copy link to selection.
  6. Open Kombai in your IDE and click the icon in the chat input box.
  7. Paste the Figma design URL into the input box and press Enter.

9. Kombai is asking me to scan workspace when I open the configure tech stack page.

If you see the following message, “Kombai is upgrading how it detects your tech stack…”, this means Kombai’s tech stack page has got a UI refresh. Clicking Scan Workspace will update the interface of the tech stack page. Your saved tech stack will also be moved to the new interface. For any help, reach out to [email protected].

10. How do I cancel my subscription?

To cancel your subscription, follow the steps below:
  1. Click the
    icon at the top.
  2. Open the Manage Subscription accordion at the bottom.
  3. Click Cancel subscription.
  4. You’ll be redirected to Stripe’s portal, where you can cancel your subscription.
Your current plan will remain active until the end of the billing period.