Love the Neumorphic Design and I can say your landing page is one of best I came across in recent times! One quick suggestion: In the demo site it would be more effective when we see the before after in one glance instead of opening links to another tab.
But love the execution and you guys are on a mission to make notion super š„
Super looks like an awesome service!
for people complaining about the cost. here's a DIY method to put Notion on your own domain: https://docs.google.com/document...
@_jacksmith Thanks man! There definitely are ways to do custom Notion domains for free. This is meant for those who look at that instructions on that page as a foreign language haha. Thanks for the comment!
Thanks for the hunt @bentossell! So stoked to be able to share Super with you guys. We use Notion religiously, but the inability to use it as a standalone website with custom domains got us questioning why that isn't possible, so we built a simple solution.
Some cool things you can do with Super:
ā Add custom domains to any public Notion doc
ā Customize your Notion doc with Google fonts
ā Inject JS snippets for things like analytics or live chat widgets
ā Customize your social meta tags & imagery
ā Hide the Notion logo
Super is a great solution for no-coders creating a portfolio, blog, resume, company wiki, or anything in between. You can check out our site here ā https://super.so ā”ļø
Let me know if you guys have any questions and/or feedback!
Hi @bentossell@traf!
I really loved the idea and neomorphic design is amazing!
Really looking forward to it's application, branding is dope!
Also, would love to feature it on my Instagram handle and would love to have on my Business Podcast as guest which will expose it to Indian masses!
Looking forward to your reply!
Please drop in your email address if interested!
Thanks
@bentossell@traf I built my new travel resource site with Notion and Super and the tracking/domain/font works great! Thank you so much for making Super happen the no-code way. Feel free to checkout my new site and provide any feedback~
Absolutely love the idea! I think you've done a very impressive job on the landing page!!! Just a question is this "allowed" and not being an official product how can you be sure that Notion won't push an update that could break your product?
@chek Thanks for the kind words, Che! That's a fair concern. Although it doesn't say anywhere that this 'isn't' allowed, it is possible that Notion would push an update that breaks our connection. We are planning to transition to their API as soon as they release it, as that'll be a much more reliable avenue. I'm hoping that since we're generally supporting the use of Notion, they'll give us a break in the meantime :)
Love the look and the features. Pricing is a little out of my range for personal use, but if I was using Notion as a small-company or business I could definitely see value in extending Notion to act as a CMS for a company website.
Any roadmap for staying ahead of the Notion team or extending to other platforms like perhaps AirTable or Coda? Maybe I'm missing something but since Notion owns the underlying data they can simply say "wow, they came up with some really clever features, lets put those in our roadmap" and you wouldn't really have any IP protections to prevent that.
@nic_acton Appreciate the comment Nic! We definitely have a growing list of short/medium term features that will expand beyond just Notion. As for pricing, we're introducing a $4/month plan for 1 site. Let me know if you want to take it for a spin.
We tried out a competing product and it wasn't quite what we were hoping for. Our two main problems with notion are 1) the ugly URLs (both this and the other product solved that fine -- although it'd be nice to have an option to rewrite the slugs in addition to the domain) and 2) it's soooooo slooooow.
Statically caching the site behind a CDN would go a long way. The competitor was trying to do this but it doesn't work with embedded Youtube videos and some other content yet so we had to abandon it.
@braddwyer Hey Brad! I'm totally with you on those long slugs. We're actively trying to find a way to minimize/remove those if at all possible. We're somewhat limited on that end until Notion releases their API. Caching improvements is also coming very soon! Something we're definitely aware of. Appreciate you checking it out!
Really impressed by how polished this looks already. I've been searching for a good solution for page analytics and custom domains for my Notion pages for a while š
Does Super support Notion databases yet? I couldn't see any examples on the demo page.
@aplssf Thanks Alex! Appreciate your kind words. We don't actually modify anything within your Notion page, so you can use Notion how you do normally, just with custom domains, fonts, analytics, etc.
Love the Notion and websites made with that, love the idea by Super, love the neumorphic. Everything is cool, I'm almost convinced. Will think about my next website on Notion+Super :)
@traf@trillcyborg?makers Really smooth neomorphic aesthetic in the product design. Do you find the design helps make it easier to tell the story about your product?
@francisco_ramos Thanks Francisco! I appreciate that. Being a designer, I absolutely do, though it definitely comes easier with some products than with others. Super was a breeze to design!
Congrats on being the #1 of the day on PH! š
I think one important feature is missing: The ability to set up custom URLs/slugs for pages. Some benefits:
1. SEO
2. URLs will be easier to share.
3. When we need to migrate to a different solution, we can perhaps keep using the same URLs.
@ardalanme Thanks for the comment Ardy! That's something we're actively working on. An API would make things 1000% easier, but in the process of figuring out what's possible to do without one.
@tavleensingh Thanks for your feedback. We're introducing a $4/month price point within the next few weeks. What do you find strange and unsettling about the landing page?
@traf $4/m is great, thanks.
I think its the shadows/glow under the button and the way its designed. Its like someone turned your website inside out.
I'd say its good for dribbble where you want to show "see I can do this" rather than a real business where you want people to focus on your product.
But if you like it, its ok...its not bad in any way.
@tavleensingh I appreciate your input! We definitely like it for now. We aren't trying to be taken too seriously. Part of this project is about creative expression for us, but I get not everyone likes it, and that's cool. Might give it a redesign in a few months :)
?makers is it possible to use Super to create multiple, standalone landing pages? I was thinking about using Notion pages to create proposals for clients. Obviously I donāt want client A to see proposals meant for a client B, so I donāt want a central navigation, breadcrumbs or anything of that sort. I also want to hide all the pages from search engines.
@anna_0x Hey Anna! Definitely all possible. You can disable search engine indexing from your site settings. I would create one single Super site (something like clients.yourdomain.com), then add subpages as client names (clients.yourdomain.com/acme-inc). We can use some simple CSS to hide all pages and navigation bars on your site by pasting something like this into your snippet injection box in your Super site settings:
.notion-page,
.notion-navbar {
display: none !important;
}
This will make it so no client can access any other client's page. Let me know if I can answer anything else!
I love the idea behind this. Notion is a good product and i can see no code blogging use cases here.
Some questions about product and future roadmap:
1) Can I have multiple pages hosted (example - home page and blog pages)?
2) Editing page slugs for SEO?
3) Comments facility?
4) Integration with say Memberstack or Memberful to make some pages free and some paid (Notion as a paid newsletter)
5) What do Notion have to say about this?
Definitely keeping an eye on this one - good work!
@joe_thomsett Thanks for the comment Joe!
1. Any child blog pages inside your main home page will work fine (see demo.super.so)
2. Page slugs are controlled by Notion at the moment. We're keeping an eye on this.
3. That's something we're very interested in pursuing - stay tuned.
4. We both feel better about using their API for this, which we'll do to when we get access to it.
Hey Traf & Jason great product and features you got built into Super 1.0 I am the founder of www.websitestoolz also featured on PH last month. Do check us out. I would love to be an integration partner on your platform for email collector. WebsitesToolz offers 24 different popups for every online business. We will be happy to promote Super 1.0 and offer users a discount. Drop me a line at sales at websitestoolz.com if this sounds interesting.
Anand
I love the idea of the product, though I'm experiencing some difficulty actually creating an account, past the stage where it's asking me to select a team name and/or domain name. Screenshot included below. Other than that, great job! Excited to getting my hands on it
https://imgur.com/a/9DPFEDo
.
@ericazizian Hey Eric! So the input that contains "teamplatform" needs to be your actual Notion URL. Which notion page are you looking to use with Super?
I started using Notion 2.0 several months ago but stopped because it was such a closed eco-system I found little use for it. The potential is there!
The first thing I started mapping out with this was my personal website and blog. So I see where you were going with this. I would love to be able to build out my blog posts and upload them directly to Wordpress.
I really wish you guys had focused on expanding the integrations especially the calendar/to-do-list/due date function instead of this. I'm always on the hunt for the next one-stop-shop for all my notes, calendars, to-do-lists... I live by Todoist because it's literally EVERYWHERE, and I love it!
Keep up the momentum, but I'd love to see you guys build-out some current missing pieces before adding new ones!
@jmccarley Hey John. Noooot really sure what you're talking about to be honest. We can't really expand on Notion features themselves as that difficult to do without an official API from them. We have lots of features planned but none that are outside of Notion in the near term. If you aren't into Notion, then Super has no value to you, and that's ok!
@traf Hi Traf, thank you for the time for your reply! I'm sorry my post for a little all over the place! I honestly do love Notion! I think it's powerful a.f. and and understand the time and expense to build out an extensive API. And I love Super as an add-on!
And I'm sorry that this probably has more to do with Notion directly than Super.
I think my biggest hesitation to go all in, is that an item on my Notion To-Do-List with a due can't won't show up on my Google calendar. I'm juggling so many other projects and tasks that all export to my Google Calendar so I can see them all in on place, whereas Notion's only live within Notion. Here's is a screenshot from your Calendar FAQ with many item that say they are not available currently, but are coming in the future. (https://www.notion.so/Calendars-...)
Screenshot: https://photos.google.com/share/...
I just wish that you all were improving on items that you have already identified as missing capabilities before adding such a new feature driven add-on.
This is not a knock against what you guys are doing by any means! I actually looked to apply for for your guys several months ago because I loved your product so much! In fact, I'm building something now that I could totally use a feature like Super, but I'm willing to give it a try! I live and die by my Google Calendar and thus look for products that will sync with it or add items to is I need to get done to it! And the fact that Notion doesn't even have a single view were all my tasks with due dates on them doesn't exists further limits my ability to adopt Notion 100% Which is something I would LOVE to do instead of using ToDoist, Agenda and Notability! The other main thing I look for in an App is that it's cross platform, which is another reason why I LOVE Notion, it's on my iPad, Mac, iPhone, web!
As I said before and will continue to say! Keep up the good work! You are really onto something that can change productivity for the better!!
Thanks!!
@jmccarley I understand that must be frustrating. We chose to initially tackle custom domains, fonts, and analytics since those are problems that we had ourselves that Notion didn't offer. This is definitely good feedback for Notion itself as opposed to us, as there's not much we can do about their calendar integrations. Good luck!
@traf Thanks for the reply! First of all, I'm so sorry for not realizing that you are not officially associated with Notion. š¤¦š»āāļø
You still offering that discount on Super? :) I want to use it for my personal website.
Hi, your product look great! I just wanted to point a little thing: I think there is a switch between "Light" and "Dark" custom icons. You can see a screenshot here: https://imgur.com/a/7mb2jKy I'm using the latest Chrome version. Keep up the good work!
Undefeated Underdogs Podcast