Design Templates
Match your visual identity, perfectly
Build your template design and structure from the ground up with HTML and CSS or use pre-defined templates from our library.
Create engaging user interfaces within minutes. A visual editor helps you build applications with a few clicks. Here's what it can do:
Build your template design and structure from the ground up with HTML and CSS or use pre-defined templates from our library.
Each time your user interacts with your application, valuable data is saved and stored. Use that data to create different paths for different audiences.
Your conversations can send and receive data from/to other servers connected to the web. Implement your own connection or reuse exsiting ones. Send emails, update data on your CRM or simply forward infos to Slack.
If the design templates don't offer enough creative freedom you can write your own custom web components and integrate them seamlessly.
const page = document
.createElement('zircel-page')
page.pid = '5891d72c07d37b8c'
page.path = '/my-tree'
page.state = { name: 'Mike' }
page.register('my-component', MyComp)
p.init()
.then(_ => {
body.appendChild(page)
})
Conversations can be integrated with two lines of code. But, if you want, you can let your website interact with the conversation. Exchange data, track conversation progress or add jumps all from within the browser with the Zircel Events API.
Zircel in Action