<% %>
<% if request.path.match /\/welcome/ %>
<% end %>

<% if request.path == '/' %> Need more space? We’ve got you covered.
Upgrading gives you more space, bandwidth, features, and helps us stay independent and keep the free sites free. <% elsif request.path.match /\/welcome/ %> Welcome to Neocities! <% else %> Support Us <% end %>

<% if request.path.match /\/plan/ %>

The Neocities Supporter Plan is a way to help sustain the site. When you become a supporter, you are directly helping our quest to bring back the creative, independent web, and to continue to improve Neocities for everyone.

<% elsif request.path.match /\/welcome/ %>

Welcome, and thanks for signing up! We can't wait to see your web site!
Neocities does not put advertising on your site, and we never will.
Instead, Neocities is powered by supporters like you. If you'd like to help us out, we'd love your support. Thank you!

<% end %>
Free
Supporter

Free

$<%= Site::PLAN_FEATURES[:free][:price] %>
per month
<%== plan_pricing_button :free %>
  • <%= Site::PLAN_FEATURES[:free][:space].to_space_pretty %> storage
  • <%= Site::PLAN_FEATURES[:free][:bandwidth].to_space_pretty %> bandwidth

Supporter

<% if parent_site && parent_site.legacy_supporter? %>
$<%= Site::LEGACY_SUPPORTER_PRICES[parent_site[:plan_type].to_sym] %>
per month, billed annually
<% else %>
$<%= Site::PLAN_FEATURES[:supporter][:price] %>
per month
<% end %> <% if parent_site && parent_site.legacy_supporter? %>
Current Plan
<% else %> <%== plan_pricing_button :supporter %> <% end %>
  • <%= Site::PLAN_FEATURES[:supporter][:space].to_space_pretty %> storage
  • <%= Site::PLAN_FEATURES[:supporter][:bandwidth].to_space_pretty %> bandwidth
  • Lots of Web Space
  • No File Upload Type Restrictions
  • Unlimited Site Creation
  • Custom Domains (yoursite.com)
  • Remote Filesystem Support
  • Custom SSL Certs (coming soon!)
<%== erb :'plan/_compare', layout: false %> <% if request.path.match /\/plan/ %>

Why become a Supporter?

  • You get more space! Right now supporter plans get up to <%= Site::PLAN_FEATURES[:supporter][:space].to_space_pretty %>.
  • It helps your site. Funding helps us make your site faster globally, and provide more features.
  • It helps us build. It supports our goal to work on Neocities full-time, without worrying about bills.
  • It helps the web. The web needs more independent, creative sites.
  • It's Open Source. Neocities is an Open Company, our site is completely open source, and we share code with the community.
  • No lock-in. Redirecting your site is easy, free site downloads, and support for custom domains.
  • No ads, ever. We'll never put ads or watermarks on sites, and we don't sell user data.
  • It's safe. We use Stripe for payments, and never store your credit card information directly.
  • It's affordable. Only $<%= Site::PLAN_FEATURES[:supporter][:price] %> per month.
  • You can cancel or change plans anytime. If you do, we'll refund or credit the amount you didn't use.
<% end %>
<% if current_site %> <%== erb :'plan/_signupcode', layout: false %> <% end %>