Skip to content

🚀 API Maker : Release Notes for v1.18.3

⭐ Nov 2025 ⭐

Changes

  • [FEATURE] : User menu -> "Generate Local Client Sync Token" UI created to generate tokens for local sync. User can use their local IDE and make changes in code and those changes will be automatically synced with server. This way developers can utilize AI IDEs to make their life more easy and refactoring becomes very easy.
  • [FEATURE] : local-client.js will be added automatically in every repository. Developers can use it to start local client, just run "npm run start" command with node.js >= 22
  • [FEATURE] : local client is supported in windows & linux & mac os