The official account.

Updote makes it easy to share updates, changelog, news, links, and code with your team and users.

Sign up Log in

Roadmap

New

You can change the feedback status to In review, Planned, In-progress, Complete, or Answered.

feedback-status

The Planned, In-progress, and Complete feedback will be displayed on the Roadmap page.

roadmap

Thuan Thuan · 32w · 989

New changelog

Improved

I've moved the changelog page from @changelog to @Updote. You can also leave feedback and see our public roadmap there.

Thuan Thuan · 32w · 1004

Feedback label

New

Users can now select a label when leaving feedback. Available labels:

  • Bug: for reporting bugs
  • Question: for asking questions
  • Request: for requesting features

feedback-label

Thuan Thuan · 32w · 1056

Feedback

New

Users can now leave feedback on your page.

The default homepage is at https://www.updote.com/you, and the feedback board is at https://www.updote.com/you/feedback.

If you have a custom domain, the board is at https://build.example.com/feedback. It's a great place to collect your users' feedback and feature requests.

feedback

Thuan Thuan · 34w · 1318

Notifications

New

Updote will send you notifications when someone comments on your posts. Click on the message icon to view the latest notifications.

notifications

Thuan Thuan · 34w · 1310

View count

New

You can now see the posts' view count.

view

Thuan Thuan · 35w · 1303

Upload profile picture

New

If you log in using your Google account, your profile picture will be updated automatically.

You can also visit the Settings page to upload your profile picture.

avatar

When you visit your page via your custom domain, the logo and favicon also show your your profile picture instead of Updote's logo.

favicon

Thuan Thuan · 35w · 1326

Public forums

New

You can now have general discussions at @general, and request new features at @FeatureRequests.

Thuan Thuan · 35w · 1308

Add website link

New

You can now add your website URL to your profile. Just visit the Settings page and update your Website field.

website

Thuan Thuan · 36w · 1322

Comment inside widgets

Improved

Your users can now leave a comment inside your widget. The comments will be displayed right after the posts.

comments

Thuan Thuan · 36w · 1324

SEO-friendly URL

Improved

I've updated the post URL to an SEO-friendly format. The post URL is now in the format https://www.updote.com/username/posts/post-title.ID, e.g. https://www.updote.com/Updote/posts/SEO-friendly-URL-1130

If you add and verify your custom domain, it'll be

https://custom.example.com/posts/post-title.ID

The old URLs will be automatically redirected to the new URL format.

Thuan Thuan · 36w · 1332

Attach an image

New

You can now attach an image to your post. Just click the image button, select a file, then Post/Save. It'll append the image to your post.

attach

You can also attach an image when commenting.

Thuan Thuan · 36w · 1320

Invite team member by email

Improved

You can add an existing user to your account at the profile widget > Team members.

If they haven't registered an account yet, enter their name and email address. Updote will send an invitation email to them. They just need to click on the link to confirm their email.

Thuan Thuan · 36w · 1342

SSO Login URL

Improved

By default, visitors to your custom domain will log in using Updote account. You can add your own login URL which redirects back to your page with an SSO token.

login-url

The example flow is like this:

To add a Login URL, visit profile widget > Add to website.

Thuan Thuan · 37w · 1360

Post label

New

You can now add a label to your post to mark your updates as new, fixed, or improved.

Thuan Thuan · 37w · 1336

Custom domain update

Improved

It's recommended to set up SSO using JWT. When your users visit your changelog page, they'll be automatically logged in using their account from your app.

If you haven't set up SSO yet, they can now log in using their Updote account.

Thuan Thuan · 37w · 1355

Comments on a post

New

You can now leave a comment on a post.

  • Comments will be shown in chronological order, from oldest to latest.
  • There are no nested comments yet. You can't comment on a comment.
  • Comments are just posts, with no title.
  • We support markdown in the comments, e.g. you can make it bold, italic, or share code or spoiler.
  • You can change the visibility.
    • By default, your comments are viewable by you and the account owner/managers.
    • You can make it public if you'd like other users to see it too.
  • Comment authors can edit/delete their comments.
  • Account owners/managers can also edit/delete the comments. They can also Pin a comment to the top of the comments list.
  • You can like a comment.
2 Thuan Thuan · 37w · 1385

Register with email

New

You can now register with an email and password. We will send a confirmation to your email address.

You can also choose to create a temporary account for testing. It doesn't have any email and password, but you can add them later.

Thuan Thuan · 37w · 1348

Sign up and login with a Google account

New

You can now sign up and log in with your Google account. We'll get your name, email address, and avatar. You can add a password to your account later.

If you already have an account, visit the Settings page to connect your Google account.

Thuan Thuan · 37w · 1353
Improved

Added buttons to toggle the post title and visibility (Public / Team) when adding posts.

Thuan Thuan · 37w · 1344
New

You can now upgrade your account at the profile widget > Upgrade account.

Thuan Thuan · 38w · 1332
Improved

I added a cancel button when editing posts.

Thuan Thuan · 38w · 1338
Improved

You can now add your email address on the Settings page. Updote will send an email to confirm your email address.

Thuan Thuan · 38w · 1346

Custom domain is available

New

By default, your page is available at updote.com/you. You may want to use a custom domain e.g. help.example.com which is much more trustworthy and friendly to your users.

You can now visit your Account Settings page and add a custom domain name.

To set it up, add a CNAME record to point your custom domain name to cname.updote.com. If your DNS management service requires a trailing dot e.g. DNSMadeEasy, use cname.updote.com..

It will take some time for DNS propagation.

The first time you visit your custom domain, it'll set up a free, automatic SSL certificate within seconds.

Thuan Thuan · 38w · 1349

Callout blocks

New

Callout blocks are now supported. It's similar to a blockquote but with two letters at the beginning of the message.

  • $$ or ss for success
  • ?? or ii for info
  • !! or ng for warning
  • @@ or er for danger

For example, to add an info callout, use this format:

>?? Add **>??** at the beginning of the message to make an info callout.

Add >?? at the beginning of the message to make an info callout.


Below are examples of normal blockquotes vs callouts:

A short message.

A short success message.

A short info message.

A short warning message.

A short danger message.

A long message

With multiple lines and format.

A success message

With multiple lines and format.

A warning message

With multiple lines and format.

An info message

With multiple lines and format.

A danger message

With multiple lines and format.

Thuan Thuan · 38w · 1340

Footnotes are now supported

Improved

Use the following format to add footnote:

Here is a simple footnote[^1]. With some additional text after it.

[^1]: My reference.

Here is a simple footnote1. With some additional text after it.

  1. My reference. 

Thuan Thuan · 38w · 1369
Improved

Click on a code snippet to copy its content.

Thuan Thuan · 38w · 1345

SSO using JWT

New

You can now bring your users to your changelog page with SSO using JWT. Click on your profile widget, then click Add to website to grab your SSO key and instruction to generate SSO token.

Thuan Thuan · 39w · 1369

Placeholder

New

Hi there,

You can now mention the current user with {{username}}, {{You}}, and {{there}}. @{{username}} becomes @you, {{You}} becomes You, and {{there}} becomes there.

What do you think about this?

Thuan Thuan · 39w · 1340

Add a widget to your website

New

You can now add a widget to display your public posts (e.g. changelog) on your website.

To do so, add this snippet before the </body> tag on your website:

<script src="https://www.updote.com/widget.js" defer></script>

then add data-updote to any link (a tag) to https://www.updote.com/you.

Thuan Thuan · 39w · 1343

Team management

New

You can now add team members to your account. Only account owners can add and remove team members.

Team members can view, add, edit, and delete your posts. They can also leave your team on their own.

39w · 1335

July 2023 updates [Part 2]

July 21

  • Add and remove team members
  • Add more settings to new post form.

July 20

  • You can now like other users' posts.

July 19

  • Support spoiler Discord style. ||spoiler text **goes** here|| results in spoiler text goes here
40w · 1407

July 2023 updates [Part 1]

July 17

  • Add user name and bio, which will display on the @profile page
  • Highlight searched keywords in the posts.
  • Always expand the post when visiting via its direct shared link.
  • Allow user to change listing settings (private/unlisted/public)
  • Add pricing table.

July 14

Add users' and posts' visibility. By default, users and posts are unlisted: not indexed by search engines, not listed anywhere.

Private user Unlisted user Public user
Unlisted post Link to post Link to post Link to post
Public post Only me Link to @me Every one

You can share your profile link anywhere, but only posts explicitly made public can be viewed.

The link to unlisted posts will include a hash of time, username, and hashed password, like this: https://www.updote.com/updote/posts/181?h=a9e1941ff286e04f097cd03ba61f32a9bbdab81e
You can easily revoke all shared links just by changing your password.


July 13

  • Add and change the current password.
  • You can now mention other people like @this.
  • Love a post, make the heart beat for 2 seconds.
  • Added Terms of Service (@terms) and Privacy Policy (@privacy)

July 12

  • Pin/Unpin a post
  • Display as code/text

July 10

  • Collapse a post, store post collapsing state.
  • Search posts using both Javascript and form.
  • Post content supports Markdown (Github Flavored) with emoji 😄

July 7

  • Create, retrieve, update, and delete a post with Title and Content.
  • Copy post content
  • Sort posts by Latest/Oldest, save user preferences.
41w · 1423