diff --git a/app/views/main/index.html.erb b/app/views/main/index.html.erb index 5ccc087f..14d1b529 100644 --- a/app/views/main/index.html.erb +++ b/app/views/main/index.html.erb @@ -187,11 +187,10 @@

- Unlimited document storage + <%= t('marketing.landing_page.benefits.speed.title') %>

- Write quickly with reference sheets at the ready. You can view details about - your world without leaving the editor! + <%= t('marketing.landing_page.benefits.speed.text') %>

@@ -226,6 +225,52 @@ +
+
+
+ search +
+
+

+ <%= t('marketing.landing_page.benefits.search.title') %> +

+

+ <%= t('marketing.landing_page.benefits.search.text') %> +

+
+
+
+
+
+
+ bubble_chart +
+
+

+ <%= t('marketing.landing_page.benefits.creativity.title') %> +

+

+ <%= t('marketing.landing_page.benefits.creativity.text') %> +

+
+
+
+
+
+
+ settings_ethernet +
+
+

+ <%= t('marketing.landing_page.benefits.growth.title') %> +

+

+ <%= t('marketing.landing_page.benefits.growth.text') %> +

+
+
+
+ @@ -236,19 +281,42 @@

It takes a just few seconds to sign up and start materializing the wonderful worlds in your head.

-

- Once you've signed up, you can immediately start creating universes and filling them with characters, +

+ Once you've signed up, you can immediately start creating universes and filling them with your characters, locations, and items. The worlds you create are private, owned by you, and always available on any device, any time you need them.

-

- trusted by +

+ Our + + <%= number_with_delimiter User.last.try(:id) || 0 %> <%= 'worldbuilders'.pluralize(User.last.try(:id) || 0) %> + + have created + + <%= number_with_delimiter Character.last.try(:id) || 0 %> <%= 'character'.pluralize(Character.last.try(:id) || 0) %>, + + + <%= number_with_delimiter Location.last.try(:id) || 0 %> <%= 'location'.pluralize(Location.last.try(:id) || 0) %>, + + and + + <%= number_with_delimiter Item.last.try(:id) || 0 %> <%= 'item'.pluralize(Item.last.try(:id) || 0) %> + + in + + <%= number_with_delimiter Universe.last.try(:id) || 0 %> <%= 'fictional universe'.pluralize(Universe.last.try(:id) || 0) %> + + since 2016.

+
+ + Notebook.ai - A smart notebook that grows and collaborates with you | Product Hunt + +
-

Sign up for Notebook.ai

+

Sign up for Notebook.ai

<%= form_for(resource, as: resource_name, url: registration_path(resource_name)) do |f| %> -
<%= f.label 'Your name', class: 'leading-7 text-sm text-gray-600' %> <%= f.text_field :name, class: 'w-full bg-white rounded border border-gray-300 focus:border-indigo-500 focus:ring-2 focus:ring-indigo-200 text-base outline-none text-gray-700 py-1 px-3 leading-8 transition-colors duration-200 ease-in-out' %> @@ -306,276 +374,424 @@ end %> - <%= f.submit "Sign up", class: 'w-full text-white bg-blue-500 border-0 py-2 px-8 focus:outline-none hover:bg-blue-600 rounded text-lg cursor-pointer' %> <% end %>
+
+
- - - -
-
-
- - -
- -
-
-
public
-

<%= t('marketing.landing_page.benefits.locations.title') %>

-

- <%= t('marketing.landing_page.benefits.locations.text') %> -

-
+
+
+
+

+ Take your world to the + next level + + with powerful Premium features +

- +

+ All of these features are available with a Premium subscription with customizable payment plans. + Upgrade or downgrade your account whenever inspiration strikes. +

+
+ +
+
+
+
+
+
+ public +
+
+

+ <%= t('marketing.landing_page.benefits.locations.title') %> +

+

+ <%= t('marketing.landing_page.benefits.locations.text') %> +

+

+ See the full list below. +

+
+
+
+ +
+
+
+ <%= Timeline.icon %> +
+
+

+ Build timelines +

+

+ Link events together with the characters, locations, and anything else that's relevant — then see your world's stories + at a glance. +

+
+
+
+ +
+
+
+ <%= Document.icon %> +
+
+

+ Document analysis +

+

+ Our state-of-the-art artificial intelligence can analyze your documents for feedback on style, structure, + readability, flow, and more. +

+
+
+
+ +
+
+
+ <%= PageCollection.icon %> +
+
+

+ Start collections +

+

+ Collections are a new way to organize your worldbuilding — or open them up for content submissions from + other users! +

+
+
+
+ +
+
+
+ + + + +
+
+ +
+
+
+ + <% (Rails.application.config.content_types[:premium]).each do |content_type| %> +
+ <%= link_to send("#{content_type.name.downcase}_worldbuilding_info_path") do %> +
+ <%= image_tag "card-headers/#{content_type.name.downcase.pluralize}.webp", class: 'h-full w-full rounded w-full object-cover object-center' %> +
+
+ <%= content_type.name.pluralize %> +
+ <% end %> +
+ <% end %> + +
+
+
Want even more page types?
+ Of course, we recognize these pages aren't one-size-fits-all for every world. Every template is fully customizable and + new pages are added as users request them. +
+
+ +
+
-
-
-

Write smarter with integrated novel-writing software

-
-
- Cross-reference notebook pages and documents you write to build a rich network of connections that makes your world feel - like a wiki that manages itself. -
-
- -
-
-
-
bubble_chart
-

<%= t('marketing.landing_page.benefits.creativity.title') %>

-

- <%= t('marketing.landing_page.benefits.creativity.text') %> -

-
-
- -
-
-
assignment_turned_in
-

<%= t('marketing.landing_page.benefits.continuity.title') %>

-

- <%= t('marketing.landing_page.benefits.continuity.text') %> -

-
-
- -
-
-
search
-

<%= t('marketing.landing_page.benefits.search.title') %>

-

- <%= t('marketing.landing_page.benefits.search.text') %> -

-
-
-
-
-
-
-
schedule
-

<%= t('marketing.landing_page.benefits.speed.title') %>

-

- <%= t('marketing.landing_page.benefits.speed.text') %> -

-
-
- -
-
-
bar_chart
-

<%= t('marketing.landing_page.benefits.quality.title') %>

-

- <%= t('marketing.landing_page.benefits.quality.text') %> -

-
-
- -
-
-
settings_ethernet
-

<%= t('marketing.landing_page.benefits.growth.title') %>

-

- <%= t('marketing.landing_page.benefits.growth.text') %> -

-
-
-
+
+
+
+

Pricing

+

+ Accounts can be freely upgraded or downgraded at any time with no hidden fees or penalties. +

-
- -
-
-
-
-

Go the extra mile with premium notebook pages

-

- Notebook.ai's free tier was intentionally designed to be enough for most worlds, but if you want to support the site and - take your worldbuilding to a new level, a premium subscription is available that unlocks - <%= Rails.application.config.content_types[:premium].count %> additional page templates to use. Each template is customizable and - comes with its own set of writing prompts. +

+
+
+

STARTER

+

Free forever

+

+ + + + + + Create up to  5  universes

+ +

+ + + + + + Upload  50MB  of images +

+

+ + + + + + Create  3 core  worldbuilding pages +

+ <% (Rails.application.config.content_types[:free]).each do |content_class| %> + <% next if content_class.name == "Universe" %> + + <%= content_class.icon %> + + <% end %> +
+

+ <%= link_to new_user_registration_path, class: 'mt-auto' do %> + + <% end %>
-
- <% (Rails.application.config.content_types[:premium]).each do |content_type| %> -
- <%= render partial: 'cards/intros/content_type_intro', locals: { content_type: content_type } %> -
- <% end %> +
+
+

PREMIUM

+

+ $9 + per month +

+

+ + + + + + Create  unlimited  universes +

-
-
-
- <%= image_tag "card-headers/timelines.webp", height: 300, width: 300, style: 'object-fit: cover' %> -

Create timelines

+

+ + + + + + Upload  10GB  of images +

+

+ + + + + + Create  all <%= Rails.application.config.content_types[:all].count %>  worldbuilding pages +

+ <% (Rails.application.config.content_types[:all]).each do |content_class| %> + <% next if content_class.name == "Universe" %> + + <%= content_class.icon %> + + <% end %>
-
-

- <%= t("content_descriptions.timeline") %> -

-
-
+

+

+ + + + + + Create timelines +

+

+ + + + + + Create collections +

+

+ + + + + + Analyze documents +

+ <%= link_to new_user_registration_path, class: 'mt-auto' do %> + + <% end %>
+
+
+
+ MOST POPULAR +

PREMIUM

+

+ $24 + per 3 months +

+

+ + + + + + Create  unlimited  universes +

-
-
-
- <%= image_tag "card-headers/pagecollections.webp", height: 300, width: 300, style: 'object-fit: cover' %> -

Create collections

+

+ + + + + + Upload  10GB  of images +

+

+ + + + + + Create  all <%= Rails.application.config.content_types[:all].count %>  worldbuilding pages +

+ <% (Rails.application.config.content_types[:all]).each do |content_class| %> + <% next if content_class.name == "Universe" %> + + <%= content_class.icon %> + + <% end %>
-
-

- <%= t("content_descriptions.pagecollection") %> -

+

+

+ + + + + + Create timelines +

+

+ + + + + + Create collections +

+

+ + + + + + Analyze documents +

+ <%= link_to new_user_registration_path, class: 'mt-auto' do %> + + <% end %> +
+
+
+
+

PREMIUM

+

+ $84 + per year +

+

+ + + + + + Create  unlimited  universes +

+

+ + + + + + Upload  10GB  of images +

+

+ + + + + + Create  all <%= Rails.application.config.content_types[:all].count %>  worldbuilding pages +

+ <% (Rails.application.config.content_types[:all]).each do |content_class| %> + <% next if content_class.name == "Universe" %> + + <%= content_class.icon %> + + <% end %>
-
+

+

+ + + + + + Create timelines +

+

+ + + + + + Create collections +

+

+ + + + + + Analyze documents +

+ <%= link_to new_user_registration_path, class: 'mt-auto' do %> + + <% end %>
- -
-
-
- "<%= t('marketing.landing_page.quote.text') %>" -
-
- — - <%= t('marketing.landing_page.quote.attribution') %> -
-
- <%= image_tag 'landing/screenshot.webp', class: 'hero-image'%> -
- -
-

<%= t('marketing.landing_page.pricing.title') %>

-
-
- <%= t('marketing.landing_page.pricing.subtitle') %> - <%= link_to t('marketing.landing_page.pricing.cta.link'), - new_user_registration_path, - class: 'light-blue-text text-lighten-4' %> -
-
-
-
-
-

class
-
- - <%= t('marketing.landing_page.pricing.starter_plan.title') %> -
- - <%= t('marketing.landing_page.pricing.free') %> - -
-
    - <% Rails.application.config.content_types[:free].each do |content_type| %> -
  • - - <%= content_type.icon %> - - <%= t("marketing.landing_page.pricing.starter_plan.#{content_type.name.downcase.pluralize}_html") %> -
  • - <% end %> -
  • - cloud_upload - <%= t('marketing.landing_page.pricing.starter_plan.upload_html') %> -
  • -
-
- <%= link_to t('marketing.landing_page.pricing.cta.button'), - new_user_registration_path, - class: 'btn-large waves-effect waves-light white black-text' %> -
-
-
-
-
-
-
-
- book -
-
- - <%= t('marketing.landing_page.pricing.premium_plan.title') %> -
- - <%= t('marketing.landing_page.pricing.premium_plan.price') %> or cheaper - -
-
-
Create unlimited...
- <% Rails.application.config.content_types[:all].each_with_index do |content_type, i| %> - <%= link_to send("#{content_type.name.downcase}_worldbuilding_info_path"), class: 'content-type-container' do %> - - <%= content_type.icon %> - -
- <%= content_type.name.pluralize %> -
- <% end %> - <% end %> - - - <%= Timeline.icon %> -
- <%= Timeline.name.pluralize %> -
- - - <%= PageCollection.icon %> -
- Collections -
-
- and... -
-
- cloud_upload - <%= t('marketing.landing_page.pricing.premium_plan.upload_html') %> -
-
-
- <%= link_to t('marketing.landing_page.pricing.cta.button'), - new_user_registration_path, - class: 'btn-large waves-effect waves-light blue lighten-1' %> -
- -
-
-
-
-
+
diff --git a/config/locales/en.yml b/config/locales/en.yml index 6fc73ea5..69df852e 100644 --- a/config/locales/en.yml +++ b/config/locales/en.yml @@ -59,8 +59,8 @@ en: text: Notebook.ai helps flesh out your ideas by asking you questions about the pages you create. speed: - title: Write faster - text: Use the built-in document editor to reference any aspect of any page in your notebook without losing your momentum. + title: Write faster and smarter + text: Use the built-in document editor to quickly reference any detail from any page in your notebook without losing your writing momentum. quality: title: Write better @@ -75,8 +75,8 @@ en: text: Get to know your characters. Track every detail of their thoughts, appearance, family, and personality. locations: - title: Richer worlds - text: Immerse yourself in vibrant worlds with specialized notebook pages for your countries, cities, landmarks, and more. + title: Create richer worlds + text: Immerse yourself in vibrant worlds with dozens of specialized notebook pages for your countries, cities, landmarks, and more. ads: title: No ads, ever