Skip to content

Commit 6977bd5

Browse files
author
TuannasCodeCatastrophe
committed
refined per PM
1 parent 1113de7 commit 6977bd5

File tree

1 file changed

+10
-12
lines changed

1 file changed

+10
-12
lines changed

app/_landing_pages/insomnia/insomnia-vs-postman.yaml

Lines changed: 10 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,9 @@ rows:
2323
blocks:
2424
- type: text
2525
text: |
26-
Insomnia is an open-source desktop client for designing, testing, and documenting APIs. It's built for speed and simplicity, and supports fully offline workflows.
26+
Insomnia is an open-source desktop client for designing, testing, and documenting APIs. It's built for speed and simplicity, and supports fully offline workflows. Insomnia keeps code and data under the user's control, and never dictates where that information must live.
2727
28-
Insomnia helps developers review and validate what they ship, whether they work with traditional API endpoints or emerging agent-based patterns. It doesn't restrict where teams store their code or data, and it keeps control with the user. Work can remain local and private, or teams can choose to share it through Git or cloud sync.
28+
Insomnia helps developers review and validate what they ship, whether they work with traditional API endpoints or emerging agent-based patterns. Work can remain local and private, or teams can choose to share it through Git or cloud sync.
2929
3030
This page compares Insomnia and Postman across core functional areas to help teams understand their differences in workflow, storage models, and API development capabilities.
3131
- blocks:
@@ -51,24 +51,27 @@ rows:
5151
- title: Open-source desktop client (Apache-2.0)
5252
insomnia: true
5353
details: Insomnia is open source and extensible.
54-
- title: Local-first workflow
55-
insomnia: true
56-
details: Use Insomnia entirely offline with no login or cloud workspace dependency.
5754
- title: Local Git-driven storage
5855
insomnia: true
59-
details: Directly store and version API definitions, collections, and tests using your own Git repos.
56+
details: Store and version your API definitions, collections, and tests in your own Git repositories. All data moves directly between your machine and Git, not through Insomnia’s servers.
6057
- title: Self-hosted mock servers
6158
insomnia: true
6259
details: Run mocks locally or on your own infrastructure.
6360
- title: Unlimited local usage
6461
insomnia: true
65-
details: No quotas on requests or collection runs when working locally.
62+
details: Run requests and collections locally with no quotas or limits on any plan.
6663
- title: Private-by-default projects
6764
insomnia: true
6865
details: Keep all API data local or in Git until you explicitly choose to sync.
66+
- title: Local-first workflow
67+
insomnia: true
68+
details: Use Insomnia without logging in and without relying on any cloud workspace.
6969
- title: Local environment vault
7070
insomnia: true
7171
details: Encrypt environment values locally with no cloud storage requirement.
72+
- title: Local Git-driven workflows
73+
insomnia: true
74+
details: Edit, test, and version your work by using local Git repositories. Similar support in Postman is still in progress
7275
- header:
7376
type: h2
7477
text: "At a glance"
@@ -214,11 +217,6 @@ rows:
214217
subtitle: Automate testing and linting through CLI tooling.
215218
insomnia: true
216219
postman: true
217-
- title: |
218-
[Local Git-driven workflows](/insomnia/storage#git-sync)
219-
subtitle: Drive editing, testing, and versioning directly from local Git repositories.
220-
insomnia: true
221-
postman: false
222220
223221
- header:
224222
type: h2

0 commit comments

Comments
 (0)