<%== 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_space_pretty %> storage
  • <%= Site::PLAN_FEATURES[:free][:bandwidth].to_space_pretty %> bandwidth
<% if request.path == '/welcome' %> <% if @is_trump_plan %> Sorry!
Not available for Trump Hotel / FCC / US Senate / White House guests.

Thank you for opposing Net Neutrality, it was suppressing our freedom to do this.
<% else %> Continue <% end %> <% end %>
<% if @is_trump_plan %>

Trump Hotel / FCC / US Senate / White House guests: Introducing this exclusive offer just for you! Bathe in the luxury of a superior quality web site hosting experience that has been tailor-made by the finest artisans for the choicest tastes of your demanding lifestyle.

$100
per month
  • 2 MB storage bigness
  • 604,800 KB ultra-premium bandwidth
  • INCLUDED "Fat Cat" Site Profile Badge (sample)
  • INCLUDED tacky gold-plated Rococo garbage

Just enter your credit card info to upgrade to the pinnacle of luxury:

<%== csrf_token_input_html %>

<% else %>

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] / (10**6)).to_comma_separated %> MB storage
  • <%= Site::PLAN_FEATURES[:supporter][:bandwidth].to_bytes_pretty %> bandwidth
  • No File Upload Type Restrictions
  • Unlimited Site Creation
  • Custom Domain Support
  • Remote Filesystem Support

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

<%== csrf_token_input_html %>

<% end %>
<% 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.

<% unless @is_trump_plan %>
<%== erb :'supporter/_compare', layout: false %>
<% end %> <%== erb :'supporter/_signupcode', layout: false %>