Create custom websites in minutes. All on Notion.
Potion is a no-code website builder that enables users to effortlessly transform their Notion content into stunning websites.
Unique Features:
Open Your Potion Website: Launch your Potion website in Google Chrome.
Inspect Elements: Right-click on the element you want to customize and select "Inspect". This opens the developer tools where you can see the HTML and CSS.
Edit CSS: In the styles section, you can edit the CSS directly to preview changes.
Access Snippet Injection: Go to the Potion editor and ensure you are on "Default Settings". Click on "Edit Page Html".
Add Custom CSS: Insert your CSS code within <style> </style>
tags in the snippet injection editor. For example:
<style>
.notion-viewport {
padding: 0;
}
.notion-header {
display: none;
}
</style>
Save Changes: After adding your styles, save your changes. Navigate back to your site to see the updates immediately.
Utilize Special Classes: Use special classes like Notion Block Id class, index-page class, and page block id class for targeted styling.
By following these steps, you can effectively integrate custom HTML and CSS into your Potion-built website.
Create your OpenAssistantGPT chatbot
Sign in to your OpenAssistantGPT dashboard and create a new chatbot or select an existing one.
Configure your chatbot settings
Customize your chatbot's appearance, behavior, and knowledge base to match your website's needs.
Get your embed code
In your OpenAssistantGPT dashboard, go to the "Deployment" section and copy your unique embed code.
Add the embed code to your Potion website
Log in to your Potion account, open your website editor, and add an HTML or Custom Code element to your site. Paste the OpenAssistantGPT embed code into this element.
Publish your website
Save your changes and publish your website to make the chatbot live.
For more advanced integrations with Potion, you can customize the following: