NC
NeatCall Docs
Back to Home

Documentation

Everything you need to know to master NeatCall, the high-performance API client.

Why NeatCall?

Built with Tauri and Rust, NeatCall offers 10x faster startup times and requires 50% less memory than Electron-based alternatives.


Installation

NeatCall is available for macOS, Windows, and Linux. Download the latest installer from our homepage or use your OS package manager (coming soon).

# macOS Homebrew (Example)
brew install --cask neatcall

Collections & Requests

Organize your API workflow into logical **Collections**. Each collection can contain folders and requests. NeatCall supports full drag-and-drop organization.

  • Drag & Drop

    Reorder requests and folders instantly.

  • cURL Import

    Paste cURL commands to auto-generate requests.

Environments

Switch between Local, Staging, and Production instantly. Define variables like {{baseUrl}} and {{token}} to keep your requests dynamic.

Pro Tip: Toggle variables on and off without deleting them to test different scenarios quickly.

Cloud Sync Pro

Never lose your work. Sign in to sync your workspace across devices. Your data is encrypted and secure.

  • Real-time backup of collections and environments.
  • Restore previous workspace states (History).
  • Share collections with team members (Roadmap).

Frequently Asked Questions

Is NeatCall free?

Yes! The core features including unlimited requests and collections are free forever. Cloud Sync requires a Pro subscription.

Does it support GraphQL?

Basic support is available via POST requests. Full schema introspection is coming in v1.0.

Where is the data stored?

By default, all data is stored locally on your device in standard JSON format for easy export/backup.