| This is super cool work, congrats! I've been looking for a good low/no-code tool to build a static website to sell some assets I've developed, wondering if TypeDream can fit the bill. How easy is it to: + A/B test pages (e.g. for conversions) + Measure user interaction to understand incoming referral, bounce rate, time on page, user journey, etc. + Integrate with other automation tools like n8n.io I'm new to this so apologies if some of this is better served by other tools (suggestions welcome!). For example, in addition to the stuff above, i'd like to: + send transactional emails to customers who buy a product + send update emails to customers when the product gets an update + add orders to Airtable/Google Sheets to track sales
(these could be handled with some automation integrations like n8n) On the site itself, is it possible to: + allow comments (simple way to do this might be to include a twitter post with the article URL, displaying the twitter replies as comments on the TypeDream website) Thanks and really cool work! |
- A/B testing: not supported yet, although we are thinking on building this. Would love to learn more from your use case! - Incoming referral, bounce rate, time on page are available through our built-in analytics. If you're familiar with Plausible https://plausible.io, we're using their self-hosted version to offer the analytics feature, so you should get everything they offer. - Not familiar with n8n.io, looks like it's similar to Zapier. We don't have any integration like this yet, but most functional components that you can add to your Typedream site (like forms, waitlist, etc) can be done using HTML embeds. For example, to add a form, you can embed an Airtable form in your Typedream site. This means that any automation supported by those tools can be used.
With that said, interactions such as allowing customer to buy a product, sending emails, and adding orders to Airtable/Google Sheets can be done by using a third party service, like Stripe Payment Links to allow users to buy a product, then use Stripe's functionality or Zapier/n8n.io integrations to send emails or add orders to Airtable/Google Sheets. This is also the case with comments, for example you can embed https://commentbox.io/ into your Typedream site to enable comments.
Hope this makes sense!