% singular_class_name = @content_type.name pluralized_class_name = @content_type.name.pluralize premium_page = !User.new.can_create?(@content_type) set_meta_tags title: "Creating #{pluralized_class_name.downcase}", description: "Notebook.ai provides a thorough #{singular_class_name.downcase} template to create and edit fictional #{pluralized_class_name.downcase} within a rich world.", image_src: URI.join(root_url, asset_path("card-headers/#{pluralized_class_name.downcase}.webp")), og: { title: "Creating #{pluralized_class_name.downcase} on Notebook.ai" } %> <%= content_for :full_width_page_header do %> <%= render partial: 'content/components/parallax_header', locals: { content_type: singular_class_name, content_class: @content_type } %> <% end %>
<%= t("content_descriptions.#{singular_class_name.downcase}") %>
Creating <%= pluralized_class_name.downcase %> on Notebook.ai is easy.
To get started, just click <%= pluralized_class_name %> under the "Worldbuilding" header in the site sidebar. You'll be able to see or edit all of your existing <%= singular_class_name.downcase %> pages and create new ones at any time.
If you've got a lot of <%= pluralized_class_name.downcase %>, you can quickly get around to the right one with Notebook.ai's full-text search. It searches your entire notebook for anything you wrote about that <%= singular_class_name.downcase %>.
<% if @content_type == Universe %> You can also filter your universes by tag or whether you've favorited that page. <% else %> You can also filter your <%= pluralized_class_name.downcase %> by tag, whether you've favorited that page, and which universe it's in. <% end %>
Your ideas are valuable. Every <%= singular_class_name.downcase %> you create in Notebook.ai is owned by you, completely private by default, and only accessible to you.
But of course, you also have full control over that privacy and can share any <%= singular_class_name.downcase %> page you want, however you want, whenever you want.
<%= singular_class_name %> notebook pages require an active Premium subscription to create, but users on free plans can view and edit their existing <%= singular_class_name.downcase %> pages at any time.
Notebook.ai is your personal worldbuilding notebook; any page you create is yours forever and you'll never lose access to any part of it for any reason — even if you downgrade to a free account in the future.
<% else %>Free users can create <% if singular_class_name == 'Universe' %> up to five <% else %> an unlimited number of <% end %> <%= pluralized_class_name.downcase %> on Notebook.ai.
Notebook.ai's free tier was designed to be more than enough for most people, with Premium pages serving as a way for more advanced worldbuilders to flesh out their world in more detail.
<% end %>Templates on Notebook.ai are what help our unique worldbuilding system better understand your world.
You can fill out as little or as much as you'd like on every new <%= singular_class_name.downcase %>. You'll see progress indicators every time you edit it to show where you can make progress on, and our system will intelligently generate questions for you around the site that will automatically save your answers to the proper place on your <%= singular_class_name.downcase %> page.
Templates are also fully customizable across every <%= singular_class_name.downcase %> in your notebook.
You can browse the default template for <%= pluralized_class_name.downcase %> here; click any category to see its questions.
This category lets you upload images to this <%= singular_class_name.downcase %>'s notebook page.
It's great if you have sketches or artwork for your <%= singular_class_name.downcase %>, but also works well for collecting visual inspiration, too!
<% end %> <% category_details.fetch(:attributes, []).each do |field| %><%= pluralized_class_name %> and other worldbuilding pages all come with a dedicated area to upload and showcase your own uploaded images.
All users start out with 50MB of image storage space available for their notebook (usually around 250-500 images), but Premium users receive an extra 10GB (10,000MB) of storage space for plenty of wiggle room when decking your <%= pluralized_class_name.downcase %> out with all kinds of images.
The images you upload replace any default images the site uses, which makes your notebook truly feel yours when you see all of your fancy <%= pluralized_class_name.downcase %>!
Building entire fictional worlds is hard, and it gets even harder when you've got ideas spanning multiple universes or worlds.
Focusing on a single universe at a time is a good example of how Notebook.ai tries to stay out of your way as a worldbuilding tool, while also presenting your ideas front-and-center for you to work on without distractions.
After you've created a couple universes, you can select any one at any time to filter your entire notebook to just <%= pluralized_class_name.downcase %> and other pages that exist within that universe, letting you focus on just what's important right then.
Notebook.ai lets you add an unlimited number of collaborators to your universes. Each one has full access to work alongside you on your <%= pluralized_class_name.downcase %> and other pages within that universe.
If you have a Premium subscription active, your collaborators can also share all of your Premium perks while working in your universe, too!
Protect your eyes at night by choosing between light and dark themes at the click of a button, available across the entire website.
Once you've started creating a <%= singular_class_name.downcase %> or two, you'll start noticing our worldbuilding tool asking you personalized questions about those <%= pluralized_class_name.downcase %> around the site.
Whenever you write an answer to any of these prompts, they'll automatically be saved to the relevant field on your <%= singular_class_name.downcase %> notebook page and you won't be asked the same question again.
Every account on Notebook.ai comes with unlimited document storage and an integrated word processor for you to bring your fictional worlds to life.
Other integrated tools allow you to build upon the foundation you lay from a world of <%= pluralized_class_name.downcase %> and other notebook pages. Each one offers new ways to enrich your world and write better stories within them.
<%= pluralized_class_name %> are just one of the <%= Rails.application.config.content_types[:all].count %> types of worldbuilding pages available
on Notebook.ai.
<% Rails.application.config.content_types[:all].each do |content_type| %>
<%= link_to send("#{content_type.name.downcase}_worldbuilding_info_path"), class: "tooltipped", data: { tooltip: content_type.name.pluralize } do %>
<%= content_type.icon %>
<% end %>
<% end %>
<%= link_to "Start worldbuilding now", new_user_registration_path, class: "btn #{@content_type.color} white-text btn-large hoverable" %>
Create your first <%= singular_class_name.downcase %> today!