<% def plan_pricing_button(plan_type) plan_type = plan_type.to_s if !parent_site %{Sign Up} elsif parent_site && parent_site.plan_type == plan_type %{

Current Plan

} else if plan_type == 'supporter' plan_price = "$#{Site::PLAN_FEATURES[plan_type.to_sym][:price]*12}, once per year" else plan_price = "$#{Site::PLAN_FEATURES[plan_type.to_sym][:price]}, monthly" end %{#{parent_site.plan_type == 'free' ? 'Upgrade' : 'Change'}} end end %>

Need more power? We’ve got you covered.
Upgrading gives you more space, bandwidth, features, and helps us stay independent and keep the free sites free.

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

$<%= Site::PLAN_FEATURES[:supporter][:price] %>
per month, billed annually
<%== plan_pricing_button :supporter %>
  • <%= Site::PLAN_FEATURES[:supporter][:space].to_space_pretty %> storage
  • <%= Site::PLAN_FEATURES[:supporter][:bandwidth].to_space_pretty %> bandwidth
  • Unlimited Sites
  • More space

Cat Bus

$<%= Site::PLAN_FEATURES[:catbus][:price] %>
per month
<%== plan_pricing_button :catbus %>
  • <%= Site::PLAN_FEATURES[:catbus][:space].to_space_pretty %> storage
  • <%= Site::PLAN_FEATURES[:catbus][:bandwidth].to_space_pretty %> bandwidth
  • Unlimited Sites
  • Custom SSL Certificates
  • No upload type restrictions
  • Even more space

Fat Cat

$<%= Site::PLAN_FEATURES[:fatcat][:price] %>
per month
<%== plan_pricing_button :fatcat %>
  • <%= Site::PLAN_FEATURES[:fatcat][:space].to_space_pretty %> storage
  • <%= Site::PLAN_FEATURES[:fatcat][:bandwidth].to_space_pretty %> bandwidth
  • Unlimited Sites
  • Custom SSL Certificates
  • No upload type restrictions
  • A lot more space!

Compare Plans

Free

$<%= Site::PLAN_FEATURES[:free][:price] %>/mo

<%== plan_pricing_button :free %>

Supporter

$<%= Site::PLAN_FEATURES[:supporter][:price] %>/mo

<%== plan_pricing_button :supporter %>

Cat Bus

$<%= Site::PLAN_FEATURES[:catbus][:price] %>/mo

<%== plan_pricing_button :catbus %>

Fat Cat

$<%= Site::PLAN_FEATURES[:fatcat][:price] %>/mo

<%== plan_pricing_button :fatcat %>
Storage <%= Site::PLAN_FEATURES[:free][:space].to_bytes_pretty %> <%= Site::PLAN_FEATURES[:supporter][:space].to_bytes_pretty %> <%= Site::PLAN_FEATURES[:catbus][:space].to_bytes_pretty %> <%= Site::PLAN_FEATURES[:fatcat][:space].to_bytes_pretty %>
Bandwidth <%= Site::PLAN_FEATURES[:free][:bandwidth].to_bytes_pretty %> <%= Site::PLAN_FEATURES[:supporter][:bandwidth].to_bytes_pretty %> <%= Site::PLAN_FEATURES[:catbus][:bandwidth].to_bytes_pretty %> <%= Site::PLAN_FEATURES[:fatcat][:bandwidth].to_bytes_pretty %>
No advertising, ever
Global CDN Site Cache
Free Site Subdomain
Custom Domains
WebDAV Uploading
One-Click Backups
Site Tags
RSS Feed
Follow Your Favorite Sites
Site Profile
Neocities Site Editor
Unlimited Site Creation
Custom SSL Certificates
No File Upload Type Restrictions
<% if request.path.match /\/plan/ %>

Why get the Supporter Plan?

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

  • You get more space! Right now supporter plans get up to <%= Site::PLAN_FEATURES[:fatcat][: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. Neocities is leading the way.
  • It's Open Source. Neocities 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. As low as $<%= Site::PLAN_FEATURES[:supporter][:price] %>/month (billed once every year). Higher tiers are optional (and appreciated!)
  • You can cancel anytime.
<% end %>
<% if current_site %> <% end %>