Hacker News new | past | comments | ask | show | jobs | submit login
Squarespace S1 (sec.gov)
353 points by pabl8k on April 16, 2021 | hide | past | favorite | 139 comments



I love Squarespace. I find it to be as close to the perfect mix of flexibility, usability and beautiful defaults that I've ever seen in a website builder. I can hand off management of the site to someone with almost zero technical skill (my 70 y/o father with almost no technical knowledge manages a Squarespace site I built him!) and when I look back in 2 years the site will still look pretty good and will still work on mobile. Chances of the site being hacked are much much lower than on Wordpress. Prices are reasonable. The layout engine is exactly what I want, it looks nice on all devices and can handle most layouts, which is a totally worthwhile tradeoff for the few times that something just doesn't quite look the way I want it to without custom css.

I know people say this stuff:

"You can't transfer your site away" - I know, but I can build a reasonable site in ~2 days, so the tradeoff is worth it and the sunk cost is lower

"But I want a fully custom design" - Yeah, fair enough, there is a cap on the high end of design with it but I think that cap is pretty high, especially in 7.1

"But it is making the whole internet look the same!" - Not really, between colors, photos and sections in 7.1 I just don't think this is true. If you use unsplash for all of your photos then maybe, but if you are doing that you are probably too small to care, worry about that when you hit 2MM in revenue

"But Wordpress is user friendly too" - No it isn't

As I write these I think that maybe it is just the perfect thing for my subset of clients (SMB), so read this from that perspective. I know this isn't really the discussion on this thread, I just wanted to see what experiences of others have been.


I run a VC firm. I'm a full stack engineer who's built core infrastructure that runs on billions of devices and handles trillions of server side requests a year. And yet I choose to use squaris Squarespace for our website. It's just way easier and more reliable than building it myself despite being more than capable. I don't want to deal with maintenance, mobile, upkeep, etc. I have better things to do than to maintain our website.


I chose Squarespace for my company's marketing site, and I'd mostly agree with some caveats:

* The developer mode is poorly supported. For example: you can't copy your site if it is in developer mode (which means you can't setup a staging environment and everything you push to your site will be live instantly). The local development server is also very buggy and inconsistent with the production behavior. It feels like something that they developed early on in their road map and haven't spent much time on since then. If I could go back and do this over again, I'd pick an existing theme and just customize it instead of building out a whole theme in developer mode.

* The site is S-L-O-W with tons of bundled assets that it injects into your theme. I have no idea what any of it is doing, but it definitely increases page load.

That said, if you find yourself wanting a solid CMS that has the full breadth of WordPress like features but don't want to deal with the hosting, SquareSpace is a solid choice.


How slow is it? Genuinely asking because I wonder if it is much larger / more complicated than sites I've built so far.

Most sites I've created are _usable_ in about ~500ms, though they take quite a bit longer to fully load. There do appear to be tons of scripts and tracking crap loaded after initial load, but through (what appears to be) above-the-fold handling and a pretty quick (200ms) time to first byte they appear fast-ish.

Do you add a lot of custom scripts?


Zero custom scripts other than some vanilla JS I wrote that loads on a few pages. Your numbers are pretty similar to mine. It's not that much different than the WordPress site that replaced it, but it still seems higher than it should be.


Good to know, thanks!


Have you tried using a static site generator instead? I have used one for my personal site on S3 and it works pretty well. In my opinion figuring out Squarespace was harder for me .


I'd love to use a static site generator, but no simple WYSIWYG for the people that create content on the site make that a non-starter.



The appeal of using a static site generator is that its output is, well, static. Deployment is something simple like copying some files to an s3 bucket. If I need to host an app for the CMS portion, I'm not any better off than using wordpress or another full suite CMS. It's also not clear to me from the docs what responsibilities the content creator have in the workflow (in my experience, teaching github or markdown makes things a non-starter most of the time)


Dedicated hosts like Kinsta are a great alternative to self hosting WordPress, though you still need to maintain plugin security updates yourself.


Likewise. I did our wedding site in it with a wufoo form back in 2015. Spent an evening at it, sent out email. Done! Literally never touched it again. Simply done and well executed.


I was trying to learn more about your fund but I think the site is down: https://oyster.vc/. Unless this is the one? https://www.oyster-ventures.com/


His is https://oyster.vc/ and it works for me from residential Comcast in the U.S.


Yes! This is a value I kind of missed in my description. We have a static html site right now, its lightning fast and easy enough for me to maintain, but we'll be moving to Squarespace internally on the next site update. Right now our contact form is annoying to maintain, non-developers can't easily make changes and images aren't automatically optimized. It just solves too many problems at too low of a cost, in dollars and other things.


Sounds like you know what your customers want and deliver on that. That's better than most devs who want to shove their favorite language/framework down the throat of their poor customers.


>That's better than most devs who want to shove their favorite language/framework down the throat of their poor customers.

This is exactly that.


Handing your customers something solid that they can easily use and update is hardly "[shoving it] . . . down the throat of their poor customers."


Same with your insert favourite framework my friend.


Okay, but in this case, the favourite framework has a GUI. Sure, you can't use WYSIWYG HTML editors with it, but it has its own sort-of WYSIWYG editor.


Squarespace is the perfect solution for non-tech-savvy brick-and-mortar business who probably won't update their site more than once every 5 years. I'd say it has way better defaults than Wix.

Beyond the mom-and-pop flower shop down the street or the friend that needs a portfolio site...not so much. Squarespace is good for the aforementioned users because the platform makes it hard for them to create bad designs and do stupid things. Putting either of those types of users on a Wordpress site would just be a total nightmare.

HOWEVER, if you're even mildly tech-savvy, Squarespace (or site builders like Wix) become frustrating and limiting almost immediately.

This is why I believe Webflow is ultimately the answer. It addresses all the downsides of Wordpress with none of the limitations.

I think 5 years from now, Squarespace/Wix will completely own the mom-and-pop and portfolio space.

I think Webflow will ultimately own the space inhabited today by Wordpress (as well as static site generators), and be powering the marketing & content sites for most businesses. Which is where the real money is.


I don't know if I agree. I recently tried Webflow and was not so impressed. It's basically a UI on top of CSS. Which is OK for developers, but there is still too much complexity and too many footguns for non-technical users.

For example, take position: sticky. This CSS property is basically one-to-one mapped to a dropdown in Webflow. So I thought it would just work. But alas, just like the CSS pendant, it only works if the parent element has the correct properties. Also it only works in browsers that support it, and isn't polyfilled automatically.

Maybe what I'm asking for is technically not feasible, but then the UI should disable the option in such cases and not hide this in a support page imho.

I think a truly powerful website builder would have to leave the CSS paradigms behind and invent something new.


Tilda Publishing is the perfect balance


I agree 100%. It can’t just be a UI on too of CSS. At that point just write the HTML and CSS...


To me that's the best part, they haven't abstracted away HTML/CSS, so you have control over everything like you would if you built a site from scratch.

Creating HTML/CSS through a realtime updated UI is just so much faster and the better experience IMO. Its a great example of "Inventing on Principle," re: this great Bret Victor talk https://vimeo.com/36579366

That said, coding from scratch, while slower than using Webflow, isn't the real pain point for me. But I can see how someone less technical might see that as the real value.

The real hassle in building static sites from scratch is the nightmare of NPM, git, bad static site generator defaults, complicated headless CMSs configurations and fragile dependencies.


>> I think Webflow will ultimately own the space inhabited today by Wordpress (as well as static site generators)

Not sure about static site generators though. They already have a pretty big head start. Netlify, Stackbit and others are constantly adding services for both tech savvy and non technical folks.

The area where Squarespace sets itself apart is really their available themes. Most are way better than Wordpress themes, and easier to change to suit your needs without much work. Static site generators like Gatsby just don't have the depth of themes like WP and Squarespace do. Its kind of the app store comparison. One is Apple and Android with millions of really good apps (WP, Squarespace) and the other is the MS app store which has a limited, sort of the run of the mill stuff (Gatsby, Netlify, Stackbit).

If WebFlow can offer better designs out of the box, then I agree, they will most likely own the space. Design will always be the X factor to me.


If Webflow added native i18n support, I wouldn't be surprised if they ate up considerable marketshare from most headless CMS providers.


> "But it is making the whole internet look the same!"

You know, that's alright with me in many cases. The internet is a utility, and consistency can allow for providing people with a normalized, accessible, fast, fine-tuned experience. A lot of the internet would benefit immensely from that. If it comes at the expense of your website not looking super cool or unique, that's probably fine - a lot of internet users aren't all that concerned with that.

I'm not saying squarespace offers that. Just – a lot of the internet being uniform isn't in and of itself a bad thing.


> "But Wordpress is user friendly too" - No it isn't

Only millions disagree. No big deal.


Fair enough, Wordpress is certainly more user friendly than everything I used before it. All I know is how often my clients who use Squarespace make meaningful changes to their site and how often my clients who use Wordpress do it, as well as their technical levels needed to do so. In my case, they seem to do it a lot more if they have Squarespace.


Popular and user friendly are different things.


Sure, but in order for this first world perspective to hold, you have to pretend that properly developed WordPress themes don’t exist.


> You can't transfer your site away

From an investment perspective, that's a pretty big positive. High switching costs locks existing customers in.


Sure it's your site?


IDK the lack of ability to export _your_ data and leave when _you_ feel like it is pretty much crap.

Frankly, from a product perspective it's short-sighted. Let people leave. Find out why. Fix the problem(s). But if you hold them hostage you're holding your own product back _and_ you're creating ill-will towards your brand. Lose, lose.

That's not forgivable.


I get where you are coming from as an idea, and generally I agree you should own your data. That being said you can export your data from Squarespace, you just can't "transfer" your site to alternative hosting because the platform is proprietary. So it isn't that they won't let you leave, it is that you are trading (pros) not having to think about hosting and security for (cons) slightly higher migration costs, and I think in this case pros outweigh the cons for sites below a certain level of scope.


I don't see anyone's data being held hostage. I do see a specialized hosting service that will require you to rebuild/redesign your site if you migrate away.

Yes, there are higher migration costs if you use Squarespace. For a lot of people those are reasonable in exchange for lower up-front and maintenance costs. People should absolutely consider the lock-in factor but there's not a universal correct answer.


My website HTML+JS content is my data.


Every page on Squarespace has a JSON format if you want the lot:

https://www.squarespace.com/?format=json


If that’s how you feel, then curl away…


Then use a more generic hosting site. I don't see anyone preventing you.

There's always a tradeoff.


Because it's too much trouble for an outfit like SP to write an export feature?? And why not read the whole comment? You buried the lede.


So they should have an export function to export all the supporting Squarespace code? Yes, that seems like an unreasonable expectation.

If being able to easily lift and shift is important to you, no one is keeping you from hand-coding your site and/or using some sort of static site generator and hosting it on a generic platform.

If you write an application using AWS-specific services, you're not going to be able to trivially migrate that either. It's a tradeoff.


They have an export feature right in the settings page for your site.


It's ridiculously expensive though. Almost $150/yr for what probably costs $5/yr to host.


Ridiculously cheap if you factor in the costs of time/effort spent learning to do it yourself when your primary focus is launching your jewelry making business.


Jewelry making businesses go to where the buyers are, which is Etsy. They could do Squarespace Ecommerce and work on SEO and PPC ads to drive traffic, but as you said, they might prefer to focus on making jewelry.

For me, it's not clear how Squarespace will be able to grow if their market is mom-and-pop shops. There are better economies of scale in targeting 1 enterprise accounts over 10 consumer accounts.


I hear you, but I feel like that ignores a lot of externalities to hosting a site for a client, including:

1. Support (fielding calls, answering emails, etc)

2. Updates (copy, design, patching)

3. Admin (billing, contracts)

And that's just off the top of my head. Having a client is rarely about just handling the hosting. You effectively become a technical resource and field all the duties that entails.


When your Wordpress site gets hacked and you pay someone $500 (if you are lucky) to fix it this flips pretty quickly. If your Wordpress site doesn't get hacked its because you manually maintain it, and time at most of my clients is worth more than that.

If you are on something that can't get hacked (static site) it is because you are a developer or at least pretty technical and the ease of use doesn't apply to you.

Again, this is all targeted at US (West Coast to be specific) SMB.


Automated backups exist for Wordpress.

If hacked sites were really that much of an issue, then WP wouldn't be as popular as it is for business sites.

In any case, if you have a mature website, it's going to be complicated to switch from WP to Squarespace and vice versa. But with WP you still have the flexibility to host wherever you want, on whatever you want.


All of this is 100% correct and if its easier / easy enough for you then that works. I wasn't really making the case that it was explicitly better for everyone, but it is awesome for my clients.

For backup, I either end up paying as much as Squarespace (WPEngine) or have to keep an eye on it to make sure its working.

I have no global stats on Wordpress hacks, of the clients I have running it (40???) I think probably 10 have been hacked. Zero have been hacked since moving to WPEngine (which is the first thing we do when we take over management), which is certainly something.

I'm not sure what the exact definition of mature website is, but I'm not sure it is that difficult. Certainly if you have 100s of pages, posts, articles etc. then it could / would take a while to make the move. At that point we're just talking about target market. Most of my clients have stopped posting tons of news / blogs because they were only doing it for SEO and it didn't really work anymore. In my world where sites have 25 pages with semi-limited complexity it just doesn't take long to move anymore.

I do certainly have clients with more complicated needs (member areas, ecommerce, etc.) but most of the time I just recommend they link out to that content and use another service (client portal in their main line of business app, shopify, etc.) rather than building it into their site.


>> If hacked sites were really that much of an issue, then WP wouldn't be as popular as it is for business sites.

Business owners have no idea how often they get hacked. They get hacked because business owners want a DIY approach and start installing plugins willy nilly without sandboxing and testing them, making their sites vulnerable to attack

September 2020:

Millions of WordPress sites are being probed and attacked with recent plugin bug

The sudden spike in attacks happened after hackers discovered and started exploiting a zero-day vulnerability in "File Manager," a popular WordPress plugin installed on more than 700,000 sites.

https://www.zdnet.com/article/millions-of-wordpress-sites-ar...

That's a hell of a vector for a hacker. Target one plugin - hit over 700K machines? Unreal.


~1 year ago there was a zero-click (rce I think?) for easy smtp. At the time it was the most popular plugin for smtp setup on Wordpress, I can't imagine how many sites have that plugin installed without updates.


But they're not just hosting. A website shop will probably charge you a few thousand to build a site and then charge you again whenever you want changes. $150/yr just for that alone is a bargain to someone who cannot do it themselves.


Good luck finding decent hosting for $5/year, and hosting it yourself would cost more like $5/month (entry-level linode or something).


To be fair, building a static website and hosting on something like Azure Blob Storage Static Websites with an Azure Function for your contact form (or Azure Static Web Apps for both in one solution) would cost cents (pennies) a month have about the same maintenance fees, if you know what you're doing.

You're not going to have any support with that though and lacking the CMS part of it, and if you want to use any of the more advanced features like Ecommerce then you're going to have to spend a while building that.


I just spent more than $5/yr reading your comment.

$5/yr for a whole site is simply not worth even talking about. It's not relevant.


I have three dozen client sites (mom and pop businesses) running on Google App Engine that cost between $0.05 and $0.20 per month.


For low traffic sites that end up mostly just being object store and bandwidth, the public clouds are almost certainly the cheapest (from a computing bill perspective) way to do things. My personal website is similar.

The main caveat is that theoretically your costs could spike for some reason given you're paying based on usage. But if you're not doing anything complicated, I consider that pretty low odds.


Are you valuing your own time at all? At $150/year for a business that barely registers as an expense.


What expenses are you considering in that $5 though? Even so, keeping things running might be cheap, but its expensive to get to that stage. By the same token, it costs the same ~$50 to fill gas in a camry or a lambo.


$12 a month? Not really breaking the bank here man.


It's more of the principle. I don't like giving giving any company money, especially when there are cheaper alternatives.

I'm cheap when it comes to spending money on tech. I'm glad people are questioning the price.

We need more competition. It seems like we are just giving into the bigger companies, and I don't see the innovation I saw a few years ago.


You want more competition, but you don't want to pay anyone? How is that going to work, exactly?


If you refuse to pay for anything, to won't get innovation.


I'm sorry but this is ludicrous. We're talking about a high-quality website designer here. $12 a month is extremely reasonable.


Don’t confused the cost of production with the value to the user.

(Fwiw I tried squarespace and found the UX awful)


Profitable since 2016, ~$621m in revenue 2020, $30.5m profit in 2020

Curious to see how the reception'll be for this, given they're not on the 'if we're not on a loss, we're not spending enough money to grow' path


If I considered investing, I certainly would not be worried about this company not spending enough on marketing.


too many superbowl ads


Disclaimer: I don't know much and I'm probably wrong.

> CONSOLIDATED STATEMENTS OF COMPREHENSIVE INCOME/(LOSS) (In thousands)

Doesn't that mean they're not profitable? Or am I reading that wrong?


You're reading it wrong.

The section includes income, or loss, depending on the situation. Losses (negative income values) are typically represented with parenthesis.

Income of $25000: 25

Loss of $25000: (25)


Thanks.


They're indicating explicitly that it's parentheses here with the text "INCOME/(LOSS)"


The claim about typicality was to add addition information, not to speculate about this particular case.


For the curious and lazy. where'd that money go?

168 million on R&D, 260 million on marketing&sales, 54 million on running the business, 10 million in interest payments

Wonder what all that R&D is for. Maybe they are working on a coronavirus vaccine.


Spending on sponsorships for what feels like 100% of all podcasts in existence.


Not just podcasts. Many of my favorite Youtube channels have websites built with it and then usually have an in-video advertisement with a promo code.


Surely that's marketing&sales, not R&D.


Accounting can get weird for tax purposes, but you’re probably right.


There were VERY early on the podcast revolution. I would say they helped make the landscape we see in podcasts today possible.


Yup, and some of these I'm not sure the audience is even into having their own website.......


The point of the solution is that it crosses the line between B2B and B2C so pretty much anyone can be a potential customer...


R&D is basically the expenses for software development - the cost of the product for a software company.


$168M though? It's just a website.


That's gotta be a joke?


It's a tool to build and host websites, pretty big difference


Yes, but two devs in a garage could build this website that builds websites. Certainly not $170M worth of development.


I really hope this is a bad attempt at trolling.


So, why don't you do it then? Seems like there is a nice amount of money waiting for you.


So is Facebook.com


Does R&D include things like salaries for engineers/product?


It usually does. If a company really cares to follow GAAP to the letter, teams are supposed to estimate how much of their work should be categorized as maintenance or keeping the lights on, and that counts towards OpEx, while development work counts towards CapEx (R&D).

Context is that Companies prefer to spend capex, because it produces “depreciable assets” (your soon to be legacy software system), that make financials look better.

Then they use this to allocate a proportion of the salary towards one bucket or another.

Of course the lines are fuzzy and arbitrary in many cases, but 80/20 Cap/Op is the typical net distribution in departments that employ software engineers, from what I’ve seen.


>>If a company really cares to follow GAAP to the letter, teams are supposed to estimate how much of their work should be categorized as maintenance or keeping the lights on, and that counts towards OpEx, while development work counts towards CapEx (R&D).

The problem with following US GAAP 350-40-05-1D[1] to the letter is that if you capitalize development costs then you generally should only do this for internally developed software. If you "externally market" said software (which is now a capitalized asset on the balance sheet), which usually means selling to external customers upon which your revenue is then derived, you have to derecognize the capitalized asset before you can record any revenue.

IFRS differs from FASB (US GAAP) in this regard; it's more in line with what you noted. Having said this, since Squarespace is based in the US and subjects themselves to US GAAP, they expense all of their R&D costs. Skimming the S-1 it was interesting to note the $10.6MM in R&D credits for 2020 only (possibly due to the pandemic; not sure).

[1] https://fasb.org/jsp/FASB/Document_C/DocumentPage?cid=117617...


Only covers US W-2 labor. So perhaps that’s why. If only X% of labor force is elligeable and Y% of your FTE base is devs and Z% of their time is legitimate incremental novel work (defending one of those audits requires pulling GitHub/Jira/technical documentation support) then $11M is perhaps a reasonable number. YRMV.


I think it's less about the split between W2 FTEs and contractors, and instead that the R&D credits were likey government/state grants for high-tech innovation that helped to offset R&D costs, but Squarespace didn't really expand on this in their S-1.


I haven’t read the S1 yet, but typically yes. Unless they have a separate breakout, the R&D in this case would include engineering salaries.


Cubespace. They're redeveloping their solution for 3D/AR/VR.


R&D = Research and Development. In many orgs product development falls under R&D. That would include all of the people involved in developing the product including engineers, product owners, QA, graphic design, etc.

One tidbit I recall about that is there are often tax grants for business development that include R&D expenditures. So while it often feels weird to think of your primary product as tangental to "research", there are potentially some tax benefits to categorize it as such.


R&D == software engineer salaries


Sponsoring YouTube videos :P


That would be the 260m marketing & sales budget I expect.


I my bet is they'll be spending money like water on AI research to build base websites automagically for people based on their taste and industry and nothing will ever come of it.


> We may acquire or invest in companies, which may divert our management’s attention and result in additional dilution to our stockholders. We may be unable to integrate acquired businesses and technologies successfully or achieve the expected benefits of such acquisitions.

Squarespace and Shopify would be an super combo. Individually they currently suck at the other's main area of focus - Shopify has weak design capabilities, Squarespace e-com is too basic - but together they would offer great value in terms of online presence for businesses and still keep their edge.


Shopify's market cap is $146 billion, so any acquisition would certainly be them buying.


Shopify is indeed a way larger company operationally speaking. But one interesting thing about market caps is that they are not correlated with present operational value.

There are companies with large market caps that have small cash reserves and no structural access to large debt. In contrast there also companies with smaller market caps that have large cash reserves, established lines of credit and perhaps other instruments to leverage debt.

Wall Street is surprisingly bad at valuing those things (or maybe surprisingly good?).

People want to trade stocks that have unrealized value. That's why solid stocks like VZ and T barely can keep up with the S&P 500 growth. They are seen as companies with fully realized value. There's not too much for those companies to do besides solidifying their monopolies.


They can just issue more stock, dilute everyone by 1%, and net ~1 billion dollars, no?


Depends on if there is more demand for their stock.

VIAC and AMC didn't fare well for additional stock offering while TSLA did it quite regularly in the last couple years.


> Shopify's market cap is $146 billion, so any acquisition would certainly be them buying.

Not that I know anything about this specific instance but the story can be... complicated. For example, would you say CenturyLink acquired Level 3 or did Level 3 subsume CenturyLink?

If you read the news headline, you'd probably say CenturyLink bought Level 3.

> https://archive.fo/rdNYn

> CenturyLink to acquire Level 3 for $34 billion

> Telecommunications company CenturyLink is upgrading its network with the acquisition of Internet backbone provider Level 3 Communications in a deal valued at $34 billion.

> In the cash and stock transaction, Level 3 shareholders will get $26.50 and 1.4286 shares of CenturyLink stock for each share of Level 3 stock. At $66.50 per Level 3 share, that represents a premium of about 42% over Level 3 closing share price of $46.92 on Oct. 26. Included debt brings the deal to $34 billion, the companies said.

> When the transaction closes, expected by the third quarter of 2017, CenturyLink shareholders will own about 51% of the combined company, with Level 3 shareholders owning about 49%.

However, the new CenturyLink/Lumen CEO is the Level 3 CEO.

> Jeffrey K. Storey (born May 12, 1960) is an American business executive whose career has focused on the telecommunications industry. He was the president and chief executive officer of Level 3 Communications between April 11, 2013, and the company's acquisition by CenturyLink in 2017, at which point he became president and COO of the combined company. He became CEO of CenturyLink on June 1, 2018.


While your point is taken, Shopify >> Squarespace in terms of almost all metrics. No way would Squarespace usurp Shopify in a merger, not even close.


Without knowing anything else, that sounds like it could've just been partially an acqui-hire to get the CEO.


What is weak about Shopify's design capabilities? Liquid gives you full customization. Do you mean Squarespace has a friendlier UX for non-coding users?


Yes, and 99% of the world aren't coders, so that's why Squarespace is so popular.


Shopify ecom functionality is mostly third party no? Payment is Stripe. What are you paying Shopify for? It’s just a platform.


You answered your question, you're paying for the platform that integrates all the third parties into one backend instead of having to build it yourself.


Which is same for Squarespace. Shopify said they’d work on fulfillment to tackle Amazon years ago. How’s that effort going? Isn’t Shopify hailed as the next Amazon? Do they actually own any IP?


pg 121

Accel/General Atlantic/Index Ventues own 80.8% of class A shares, but have total voting control of 14.8%.

CEO Anthony Casalena owns 75.7% of class B shares, and has 68.2% of voting.

this is what job security means.


I got to meet their small core team in 2008 at SXSW (I was already a fan of earlier versions). They were young, with one 40ish exec in tow, and had just got their expen$ive new letter-pressed, laser-cut square business cards. I remember feeling whoa when they're first Super Bowl ad aired. Seeing the percentage Anthony was able to retain is another whoa moment. He really was a one-man-show starting out. I recommend his episode of How I Built This[1]. His Google Talk [2] is interesting as well.

[1] https://www.npr.org/2019/02/28/699096835/squarespace-anthony... [2] https://www.youtube.com/watch?v=vC-dFd7Ekhk


Never heard of class A vs class B shares, can anyone please explain? TIA


Different share classes have different voting rights.

Way for founders to raise money without giving control of the company to VC firms / hedge funds.


That didn't work out well for Travis Kalanick.


That seems to have been because he was Travis Kalanick, not because he had majority voting rights.


I used to do like $5000 wordpress websites on a side hustle just throwing up edited pre-bought templates and would always feel really dirty during it "thank god they don't know about squarespace".


now you can sell $5000 squarespace websites and it will be even easier!


How did you do that?


I will pay them $100 - keep your stock - if they remove the insanely annoying feature that triggers login anytime a visitor hits the escape key on a site built with Squarespace.


You can turn that off:

Settings - Advanced - Escape Key - flip the switch


Why does that feature even exist?


easy accessibility sort of feature may be.


No I cannot, and that is the rub. I don't have a Squarespace site. I'm just a web user who often uses the ESC key.


Love squarespace, but what's up with the wacky pro-forma vs 'actual' in the operating income on pg 8?

Difference of $300m in operating income from sg&a (2020) and then $500m+ in balance sheet assets on the next page...


I think the pro-forma number includes the G&A costs associated with the public offering. See page 57.


Probably something having to do with knowing they were going to go public and hoping no one would catch that!


If someone doesn't know what S1 is, it is a form required before going public and selling stocks.


Sorry but I'm really not clued up on reading S1s. How does one find out when they intend on hitting the market?


The first page reads the following boilerplate text, but beyond that I don't think there's any more info available at the moment:

> Approximate date of commencement of proposed sale to public: As soon as practicable after this registration statement is declared effective.


TIL that Square and Squarespace are different companies.


Not only that but Square competes in the same market with their acquisition of Weebly, now branded as Square e-commerce sites.


As if it's an accomplishment to let go of internal creativity.




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: