Skip to content

Commit

Permalink
improve pricing wording
Browse files Browse the repository at this point in the history
  • Loading branch information
samuelstroschein committed May 1, 2024
1 parent f368886 commit 456f0e0
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion inlang/source-code/cli/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -248,5 +248,5 @@ If the error persists, [please create an issue](https://github.com/opral/monorep

# Pricing

<doc-pricing heading="The core features are free for all users." content="While we may introduce enterprise features with associated costs due to API integrations, these enhancements are designed to meet the needs of larger companies. Our commitment remains to provide essential tools for developers, empowering them to address the challenges of international expansion for free."></doc-pricing>
<doc-pricing></doc-pricing>

2 changes: 1 addition & 1 deletion inlang/source-code/ide-extension/MARKETPLACE.md
Original file line number Diff line number Diff line change
Expand Up @@ -117,4 +117,4 @@ If something isn't working as expected or you have a feature suggestion, please

## Pricing

<doc-pricing heading="The core features are free for all users." content="While we may introduce enterprise features with associated costs due to API integrations, these enhancements are designed to meet the needs of larger companies. Our commitment remains to provide essential tools for developers, empowering them to address the challenges of international expansion for free."></doc-pricing>
<doc-pricing ></doc-pricing>
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,10 @@ export class DocPricing extends LitElement {
`

@property()
heading: string = "Our developer tools and libraries are free."
heading: string = "Future enterprise features might cost money"

@property()
content: string = `We will charge for products and services targeting large companies, not dev tools. We see dev tools as a necessity to solve the business problem of expanding internationally and good marketing for us. Developers who love our dev tools will recommend the inlang ecosystem to their employers/companies.`
content: string = `But, we have little incentive to monetize individual or small scale usage. We see individual usage as marketing. Users who love this app will recommend it to their employers/companies that we can monetize with enterprise features.`

override render() {
return html`<div class="doc-dev-tool">
Expand Down

0 comments on commit 456f0e0

Please sign in to comment.