<%== flash_display centered: true %> <% if request.path == '/welcome' %>

Welcome to Neocities, <%= current_site.username %>!

<% elsif parent_site && parent_site.supporter? %>

Thank you for being a supporter!

<% else %>

Become a Supporter

<% end %>

Neocities will never put advertising on your site. Instead, Neocities is powered by you.
<% if !parent_site || !parent_site.supporter? %> Help us bring back creative web sites by becoming a supporter. <% end %>

<% if signed_in? && !parent_site.supporter? %>

Free

$<%= Site::PLAN_FEATURES[:free][:price] %>
  • <%= Site::PLAN_FEATURES[:free][:space].to_f('GB').round %> GB storage
  • <%= Site::PLAN_FEATURES[:free][:bandwidth].to_f('GB').round %> GB bandwidth
<% if request.path == '/welcome' %> Continue <% end %>

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 %>
  • <%= Site::PLAN_FEATURES[:supporter][:space].to_f('GB').round %> GB storage
  • <%= Site::PLAN_FEATURES[:supporter][:bandwidth].to_f('GB').round %> GB bandwidth
  • No File Upload Type Restrictions
  • Multiple Site Creation
  • Custom Domain Support
  • Remote Filesystem Support

Just enter your card info, and you're done:

<%== csrf_token_input_html %>

<% end %>

Powered by supporters like you

Neocities will never sell your personal data or embed advertising on member sites. Instead, we are funded directly by our community through supporter plans and donations. This allows us to base all our decisions on making the best possible web building experience for you, rather than on appeasing ad companies.

Risk-free and secure

You can downgrade back to a free account at any time. If you do, we’ll refund the amount you didn’t use. We use Stripe and PayPal for payments, and never store your credit card information directly.

Making a better web

When you become a supporter, you are directly helping our quest to bring back the creative, independent web. With your help, we'll be able to continue improving the site and adding more features.

Giving back

Neocities is used by educators all over the world to teach thousands of students how to program and create web sites.

<%== erb :'supporter/_compare', layout: false %>
<%== erb :'supporter/_signupcode', layout: false %>