mirror of
https://github.com/lukevella/rallly.git
synced 2025-04-29 02:06:34 +02:00
📝 Add Quick Create Announcement (#1508)
This commit is contained in:
parent
e30f9b43cd
commit
8d2ec99974
3 changed files with 25 additions and 5 deletions
|
@ -32,7 +32,6 @@
|
|||
"new": "New",
|
||||
"metaTitle": "Rallly: Group Scheduling Tool",
|
||||
"metaDescription": "Rallly is the fastest and easiest scheduling and collaboration tool. Create a meeting poll in seconds, no login required.",
|
||||
"selfHostingBlog": "Rallly 3.0 Self-Hosting",
|
||||
"when2meetAlternativeMetaTitle": "Best When2Meet Alternative: Rallly",
|
||||
"when2meetAlternativeMetaDescription": "Find a better way to schedule meetings with Rallly, the top free alternative to When2Meet. Easy to use and free.",
|
||||
"when2meetAlternative": "Still using When2Meet?",
|
||||
|
@ -40,5 +39,6 @@
|
|||
"meetingPoll": "Create professional meetings polls with Rallly",
|
||||
"meetingPollDescription": "Meeting polls are a great way to get people's availability. Rallly lets you create beautiful meeting polls with ease.",
|
||||
"meetingPollMetaTitle": "Meeting Poll",
|
||||
"meetingPollMetaDescription": "Easily schedule meetings with our poll feature, ensuring everyone's availability."
|
||||
"meetingPollMetaDescription": "Easily schedule meetings with our poll feature, ensuring everyone's availability.",
|
||||
"quickCreateBlog": "Introducing Quick Create"
|
||||
}
|
||||
|
|
|
@ -87,7 +87,7 @@ export const MarketingHero = ({
|
|||
<div>
|
||||
<Link
|
||||
locale="en"
|
||||
href="/blog/rallly-3-0-self-hosting"
|
||||
href="/blog/introducing-quick-create"
|
||||
className="hover:ring-primary relative inline-flex items-center gap-x-3 rounded-full border bg-gray-100 py-1 pl-1 pr-4 text-sm leading-6 text-gray-600 hover:bg-gray-50 focus:ring-2 focus:ring-gray-300 focus:ring-offset-1"
|
||||
>
|
||||
<Badge variant="green">
|
||||
|
@ -95,8 +95,8 @@ export const MarketingHero = ({
|
|||
</Badge>
|
||||
<span className="flex items-center gap-x-1">
|
||||
<Trans
|
||||
i18nKey="home:selfHostingBlog"
|
||||
defaults="Rallly 3.0 Self-Hosting"
|
||||
i18nKey="home:quickCreateBlog"
|
||||
defaults="Introducing Quick Create"
|
||||
/>
|
||||
<ChevronRightIcon className="-mr-1 size-4" aria-hidden="true" />
|
||||
</span>
|
||||
|
|
20
apps/landing/src/posts/introducing-quick-create.md
Normal file
20
apps/landing/src/posts/introducing-quick-create.md
Normal file
|
@ -0,0 +1,20 @@
|
|||
---
|
||||
title: Quick Create
|
||||
date: "2025-01-21"
|
||||
excerpt: Introducing Quick Create, a streamlined way to get started with Rallly.
|
||||
---
|
||||
|
||||
One of the things that sets Rallly apart from other scheduling tools is its ability to create meeting polls without the need to sign up for an account. As we've grown and added more powerful features, we wanted to make sure new users could still get started quickly while having a clear path to discovering everything Rallly has to offer.
|
||||
|
||||
Our previous approach of giving full platform access to non-logged in users had some limitations:
|
||||
|
||||
- Users may not realize they're using the platform without an account
|
||||
- Without signing up, users risk losing access to their created polls
|
||||
- Advanced features remain undiscovered by guest users
|
||||
- Supporting guest user access across all pages creates technical complexity
|
||||
|
||||
To create a better experience for everyone, we've introduced **Quick Create**. You'll find it right on the [login page](https://app.rallly.co/login), where you can instantly create and manage group polls without the need to sign up. When you're ready to do more, like accessing advanced features or ensuring long-term access to your polls, you can easily sign up and have all your existing polls automatically added to your account.
|
||||
|
||||

|
||||
|
||||
This change allows us to focus on developing new powerful features while keeping the initial experience simple and accessible for new users. It's a first step in a series of improvements to make Rallly even more user-friendly and powerful. Stay tuned for more updates!
|
Loading…
Add table
Reference in a new issue