Weekly Summary - 18th Nov 2022
Every week, we’ll share an update about all things Formbricks. We’ll look at what we did on the product end as well as what’s new in the community 👋 Let’s get going!

Product
Formbricks React
Matti has been working on the first release of the Formbricks React Library. Here are the objectives:
- Make it as easy as possible to build forms in react even with more complex components like ratings or color pickers.
- Allow component-based approach to building forms like so:
<TextArea name="firstname" label="What's your first name?" validation="required” />
- Keep rerenders at a minimum
- Keep package size at a minimum while offering more than HTML inputs out of the box
Challenge: Tree-shaking has been tricky. We want to offer input types like sliders and date pickers out of the box. To keep the library performant these components should only be included in the build when they are actually used. The tree-shaking has been tricky, but Matti made good progress yesterday.
Formbricks “HQ”
Since down the line there will be apps running on our platform we decided to call our own application “Formbricks HQ”. Here is a demo of the first iteration, it’ll look like this:

In the first version of the HQ you will be able to:
- Receive form submissions from any form
- View & manage submissions
- Webhook submission data where you need it
- Email submission data where you need it
SEO
We have created 5 long-taily SEO pages to drive organic traffic to Formbricks in the medium-term. It can take a couple of months to rank high and we want to be up there when the public beta is ready 🚀
If you’re curious you find them here, here, here, here and here. We added them to the sitemap but do not yet link to them on our website because the product isn’t there yet.
Community
Shoutout to @Ari from buildersgroop and Dylan from Canu for sharing feedback on the Logo:

We heard you and Matti and his wife made it their weekend project to come up with a slicker one:

Exploring Storybook
Johannes is exploring Storybook. In the medium-term we want to provide you guys with a well-documented set of UI components to build your form solutions faster.
Additionally, it will make community contributions a lot easier and more valuable to the rest of the community since the look & feel will be consistent.
Thirdly, in the long-term we want to encourage other builders to build apps to cover specific use cases around working with qualitative data on top of Formbricks.
Setting things up correctly now will save everyone time down the line.

We started being more active on Twitter again. Say Hi 👋
Let’s hope Elon doesn’t break it too soon.
Have a great weekend!
Build in public
Get all the juicy details of our journey building Formbricks in public 👇