Hi Sagar,Reading localstorage directly in sightly is not possible. Localstorage is a related to client side and passing that value to directly to sightly is not possible. You might have to write some servlet :Make an ajax call in the component like below:var url = "/bin/someservlet?localstorageval=...