Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: upstream sync #113

Merged
merged 13 commits into from
Feb 26, 2024
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
>We are nominated for a Product Hunt Gold Kitty 😺✨ and appreciate any support: https://documen.so/kitty
> 🚨 It is Launch Week #2 - Day 1: We launches teams 🎉 https://documen.so/day1

<img src="https://github.com/documenso/documenso/assets/13398220/a643571f-0239-46a6-a73e-6bef38d1228b" alt="Documenso Logo">

Expand Down
2 changes: 2 additions & 0 deletions apps/marketing/content/blog/early-adopters.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@ tags:
</figcaption>
</figure>

> 🔔 UPDATE: We launched <a href="https://documen.so/day1" target="_blank">teams</a> and the early adopters plan will be replaced by the new teams pricing as soon as all availible early adopters seats are filled.

## Community-Driven Development

As we ramp up hiring and development speed for Documenso, I want to discuss how we plan to build its core version.
Expand Down
64 changes: 64 additions & 0 deletions apps/marketing/content/blog/launch-week-2-day-1.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,64 @@
---
title: Launch Week II - Day 1 - Teams
description: Teams for Documenso are here. And they come free for early adopters!
authorName: 'Timur Ercan'
authorImage: '/blog/blog-author-timur.jpeg'
authorRole: 'Co-Founder'
date: 2024-02-26
tags:
- Launch Week
- Teams
- Early Adopter Perks
---

<video
id="vid"
width="100%"
src="https://github.com/documenso/design/assets/1309312/12a85ec7-20bb-4813-9714-e4da42c9cfba"
autoPlay
loop
muted
></video>

> TLDR; Docucmenso now supports teams that share documents, templates and a team mail address. Early Adopter get UNLIMITED<sup>1</sup> Users.
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

There's a typo in "Docucmenso" which should be corrected to "Documenso".

- > TLDR; Docucmenso now supports teams that share documents, templates and a team mail address. Early Adopter get UNLIMITED<sup>1</sup> Users.
+ > TLDR; Documenso now supports teams that share documents, templates and a team mail address. Early Adopters get UNLIMITED<sup>1</sup> Users.

Committable suggestion

‼️ IMPORTANT
Carefully review the code before committing. Ensure that it accurately replaces the highlighted code, contains no missing lines, and has no issues with indentation.

Suggested change
> TLDR; Docucmenso now supports teams that share documents, templates and a team mail address. Early Adopter get UNLIMITED<sup>1</sup> Users.
> TLDR; Documenso now supports teams that share documents, templates and a team mail address. Early Adopters get UNLIMITED<sup>1</sup> Users.


## Kicking off Launch Week II - "Connected"

The day has come! Roughly 5 months after kicked off our first launch week with open sourcing our design and Malfunction Mania, Launch Week #2 is here 🎉 This Launch Week's theme is "connected", since this is all about connecting humans, machines and documents.
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The phrase "Roughly 5 months after kicked off our first launch week" is grammatically incorrect. Consider revising for clarity.

- The day has come! Roughly 5 months after kicked off our first launch week with open sourcing our design and Malfunction Mania, Launch Week #2 is here 🎉 This Launch Week's theme is "connected", since this is all about connecting humans, machines and documents.
+ The day has come! Roughly 5 months after we kicked off our first launch week with open sourcing our design and Malfunction Mania, Launch Week #2 is here 🎉 This Launch Week's theme is "connected", since this is all about connecting humans, machines, and documents.

Committable suggestion

‼️ IMPORTANT
Carefully review the code before committing. Ensure that it accurately replaces the highlighted code, contains no missing lines, and has no issues with indentation.

Suggested change
The day has come! Roughly 5 months after kicked off our first launch week with open sourcing our design and Malfunction Mania, Launch Week #2 is here 🎉 This Launch Week's theme is "connected", since this is all about connecting humans, machines and documents.
The day has come! Roughly 5 months after we kicked off our first launch week with open sourcing our design and Malfunction Mania, Launch Week #2 is here 🎉 This Launch Week's theme is "connected", since this is all about connecting humans, machines, and documents.


Working with documents and getting that signature is a team sport. This is why we are kicking it off today with a very long-awaited feature: Documenso now supports teams!

## Introducing Teams for Documenso

You can now create teams next to your personal account: Simply invite your colleagues, and you can include everyone you like in working with your documents. With teams, you can:

- Send unlimited signature requests with unlimited recipients
- Create, view, edit and sign documents owned by the team
- Define a dedicated team email, to receive signing requests into a team inbox for the owner to sign
- Manage team roles: Member (Create+Edit), Managers (+Manage Team Members), Owner (+Transfer Team +Delete Team + Sign Documents sent to team email)
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The role descriptions in the list could be made clearer by specifying the permissions in a more structured format.

Consider reformatting the list of team roles for better readability and understanding. For example:

- - Manage team roles: Member (Create+Edit), Managers (+Manage Team Members), Owner (+Transfer Team +Delete Team + Sign Documents sent to team email)
+ - Manage team roles with clear permissions:
+   - Member: Can create and edit documents.
+   - Manager: Includes Member permissions, plus manage team members.
+   - Owner: Includes Manager permissions, plus transfer and delete team, and sign documents sent to team email.

Committable suggestion

‼️ IMPORTANT
Carefully review the code before committing. Ensure that it accurately replaces the highlighted code, contains no missing lines, and has no issues with indentation.

Suggested change
- Manage team roles: Member (Create+Edit), Managers (+Manage Team Members), Owner (+Transfer Team +Delete Team + Sign Documents sent to team email)
- Manage team roles with clear permissions:
- Member: Can create and edit documents.
- Manager: Includes Member permissions, plus manage team members.
- Owner: Includes Manager permissions, plus transfer and delete team, and sign documents sent to team email.


## Pricing

Together with Teams, we are announcing the new teams pricing:

- $10 per seat per month
- 5 seats minimum
- You can add seats dynamically as needed

This pricing will take effect, as soon as the early adopter seats run out. Want to check out teams: [https://documen.so/teams](https://documen.so/teams).
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The link provided in the text "Want to check out teams" could potentially lead to confusion if the URL is not clickable or if the user is expected to copy and paste it.

Consider making the URL a clickable link for better user experience.

- This pricing will take effect, as soon as the early adopter seats run out. Want to check out teams: https://documen.so/teams.
+ This pricing will take effect as soon as the early adopter seats run out. Want to check out teams? [Visit our teams page](https://documen.so/teams).

Committable suggestion

‼️ IMPORTANT
Carefully review the code before committing. Ensure that it accurately replaces the highlighted code, contains no missing lines, and has no issues with indentation.

Suggested change
This pricing will take effect, as soon as the early adopter seats run out. Want to check out teams: [https://documen.so/teams](https://documen.so/teams).
This pricing will take effect as soon as the early adopter seats run out. Want to check out teams? [Visit our teams page](https://documen.so/teams).


## Early Adopter Perks

There is one more point on pricing I have been looking forward to for a long time:

All early adopter plans now include **UNLIMITED teams and users**<sup>1</sup> . We appreciate your support so far very much, and I'm happy to announce this first of more early adopter perks to come. We have roughly 48 early adopter plans left, so if you plan to onboard your team, now is a great time to [grab your early adopter seat.](https://documen.so/claim-early-adopters-plan)

We are eager to hear from all teams users how you like this addition and what we can add to make it even better. Connect with us on [Twitter / X](https://twitter.com/eltimuro) (DM open) or [Discord](https://documen.so/discord) if you have any questions or comments! We're always here, and we would love to hear from you :)

> 🚨 We need you help to help us to make this the biggest launch week yet: <a href="https://twitter.com/intent/tweet?text=It's @Documenso Launch Week Day 1! Teams just dropped. Check it out https://documen.so/day1 🚀"> Support us on Twitter </a> or anywhere to spread awareness for open signing! The best posts will receive merch codes 👀
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The call to action for supporting the launch week on Twitter uses an <a> tag directly. Ensure that the link opens in a new tab to keep users on the current page.

- > 🚨 We need you help to help us to make this the biggest launch week yet: <a href="https://twitter.com/intent/tweet?text=It's @Documenso Launch Week Day 1! Teams just dropped. Check it out https://documen.so/day1 🚀"> Support us on Twitter </a> or anywhere to spread awareness for open signing! The best posts will receive merch codes 👀
+ > 🚨 We need your help to make this the biggest launch week yet: <a href="https://twitter.com/intent/tweet?text=It's @Documenso Launch Week Day 1! Teams just dropped. Check it out https://documen.so/day1 🚀" target="_blank"> Support us on Twitter </a> or anywhere to spread awareness for open signing! The best posts will receive merch codes 👀

Committable suggestion

‼️ IMPORTANT
Carefully review the code before committing. Ensure that it accurately replaces the highlighted code, contains no missing lines, and has no issues with indentation.

Suggested change
> 🚨 We need you help to help us to make this the biggest launch week yet: <a href="https://twitter.com/intent/tweet?text=It's @Documenso Launch Week Day 1! Teams just dropped. Check it out https://documen.so/day1 🚀"> Support us on Twitter </a> or anywhere to spread awareness for open signing! The best posts will receive merch codes 👀
> 🚨 We need your help to make this the biggest launch week yet: <a href="https://twitter.com/intent/tweet?text=It's @Documenso Launch Week Day 1! Teams just dropped. Check it out https://documen.so/day1 🚀" target="_blank"> Support us on Twitter </a> or anywhere to spread awareness for open signing! The best posts will receive merch codes 👀


Best from Hamburg\
Timur

\
[1] Within reason. If you are unsure what that means, feel free to contact [email protected] and ask for clarification if it's more than 100.
31 changes: 12 additions & 19 deletions apps/marketing/src/components/(marketing)/pricing-table.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -120,29 +120,22 @@ export const PricingTable = ({ className, ...props }: PricingTableProps) => {
</Button>

<div className="mt-8 flex w-full flex-col divide-y">
<p className="text-foreground py-4 font-medium">
{' '}
<a href="https://documenso.com/blog/early-adopters" target="_blank" rel="noreferrer">
The Early Adopter Deal:
<p className="text-foreground py-4">
<a
href="https://documen.so/early-adopters-pricing-page"
target="_blank"
rel="noreferrer"
>
Limited Time Offer: <span className="text-documenso-700">Read More</span>
</a>
</p>
<p className="text-foreground py-4">Join the movement</p>
<p className="text-foreground py-4">Simple signing solution</p>
<p className="text-foregro‚und py-4">Unlimited Teams</p>
<p className="text-foregro‚und py-4">Unlimited Users</p>
<p className="text-foregro‚und py-4">Unlimited Documents per month</p>
<p className="text-foreground py-4">Includes all upcoming features</p>
<p className="text-foreground py-4">Email, Discord and Slack assistance</p>
<p className="text-foreground py-4">
<strong>
{' '}
<a
href="https://documenso.com/blog/early-adopters"
target="_blank"
rel="noreferrer"
>
Includes all upcoming features
</a>
</strong>
</p>
<p className="text-foreground py-4">Fixed, straightforward pricing</p>
</div>
<div className="flex-1" />
</div>

<div
Expand Down
Loading