1. I can’t stop the code generation process
2. When I click a link in the Kombai chat, it opens in Kombai browser instead of my default browser
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.
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:
- Open PowerShell as an administrator: Press Win + X and select Windows PowerShell (Administrator) or Windows Terminal (Administrator).
- Check current execution policy by running this command:
-
If the output is already
RemoteSigned,Unrestricted, orBypass, you likely don’t need to change your execution policy. These policies should allow shell integration to work. -
If the output is
RestrictedorAllSigned, you may need to change your policy to enable shell integration.
- Change the execution policy by running the following command:
- This sets the policy to
RemoteSignedfor the current user only, which is safer than changing it system-wide.
- Confirm the Change by typing Y and pressing Enter when prompted.
-
Verify the Policy Change by running
Get-ExecutionPolicyagain to confirm the new setting. - Reload your IDE and continue.
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.- Open your Figma design and select the frame you want to export as image.
- Click Export at the bottom of the right-sidebar.
- Select a higher resolution and PNG as the format.
Kombai will be able to better interpret your image in higher resolution.
- Click Export button.
- 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:- Click
@figmain the chat box. - Click Reconnect Figma.
- Select Switch accounts in the Figma OAuth page.
- Click Allow access, then Open in the alert.
- 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 shortcutCmd + 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.- Open your Figma Make project and click the button in the top menu bar. This saves the design to your clipboard.
- Open a new Figma design file and paste the design from your clipboard.
- Right-click on the newly pasted design.
- Hover over Copy/Paste as and select Copy link to selection.
- Open Kombai in your IDE and click the icon in the chat input box.
- 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.- In your Figma Sites project, select the section containing the generated site.
- Right-click the selection and click Copy.
- Open a new Figma design file and paste the design from your clipboard.
- Select the Figma design from the section you pasted.
- Right-click the pasted content, hover over Copy/Paste as, and select Copy link to selection.
- Open Kombai in your IDE and click the icon in the chat input box.
- 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:- Click the icon at the top.
- Open the Manage Subscription accordion at the bottom.
- Click Cancel subscription.
- 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.