Open-source.
Transparency means a lot to us, so our libraries are open-source, ready for you to dive into.
Collect feedback, iterate and ship what your users want.
Know what features your users want most now.
From | Impact | Subject | Tags | Sent | |
---|---|---|---|---|---|
alan@turing.com | Critical | Can't upgrade plan | Bug | About 1 hour ago | |
marie@curry.com | Minor | Home page footer typo | UI | About 4 hours ago | |
nikola@tesla.com | Major | Unclear Next.js docs | DX | 1 day ago | |
isaac@newton.com | Positive | Love the new UI | Kudos | 2 days ago | |
louis@pasteur.com | Critical | Invoice inquiry | Billing | 3 days ago |
Our goal is to create the feedback platform we've always wished we had — one that just works.
{ id: a1b2c3d4-e5f6-4a5b-8c7d-9e0f1a2b3c4d }
{ id: f5e4d3c2-b1a0-4f3e-8d7c-6b5a4c3d2e1f }
{ id: 9e8d7c6b-5a4c-3d2e-1f0a-9b8c7d6e5f4a }
{ id: 3c2d1e0f-9a8b-7c6d-5e4f-3a2b1c0d9e8f }
{ id: 7b6a5c4d-3e2f-1a0b-9c8d-7e6f5a4b3c2d }
{ id: 2e1f0a9b-8c7d-6e5f-4a3b-2c1d0e9f8a7b }
Logs.As soon as an event happens.
41%
98%
14%
Segments.By tier, or any way you want.
"Love the app, but I wish there was an option to sort my items by date added. Would make organizing so much easier!"
"Everything works great, but can you add a 'dark mode'? My eyes get tired using the bright interface after a while."
"I'm missing a way to export my data as CSV or PDF. That feature would be really helpful for sharing reports."
"The new update is smooth, but sometimes notifications don't show up. Any chance of a fix in the next patch?"
"Could you add custom tags for items? I'd love more flexibility in how I categorize things."
"App is fast, but syncing between devices is slow. Would appreciate an offline mode or faster sync."
"The tutorial was helpful, but a contextual help button on each page would save time for new users."
Contacts.See who's behind every feedback.
Transparency means a lot to us, so our libraries are open-source, ready for you to dive into.
You own the UI, the UX, the flow. Not another library's opinionated design.
Most fast and break nothing with our end-to-end type-safe libraries.
Use the core product for free, forever.
For getting started.
For more feedbacks.
For power users.
No, we only provide monthly plans.
We accept all major credit cards.
No, but we provide a free-forever plan.
If you exceed your plan limits, you will be notified and given the option to upgrade to a higher plan. If you don't upgrade and repeatedly exceed your plan, your account may be temporarily deactivated.
import { ... } from '...' // 2.5k (gzipped: 950)const remark = new Remark(...)async function send() { "use server"; // ...}