Customer Centric
psi* treats your customers as programmable entities. Our ML models and ontology understand customers and their relationships with your business better than you do.
psi* allows you to build a business simulation platform on top of your data. We understand the competitive landscape, your business models and the shape of your customers.

Customer Centric
psi* treats your customers as programmable entities. Our ML models and ontology understand customers and their relationships with your business better than you do.
Revenue Focused
Other companies (salesforce, hubspot, and every other point solution in the GTM stack) produce a low resolution simulacrum of your business. psi* produce a digital twin.
DocKit docs are rendered from MDX files and configurations defined as our starter kits. We use GitHub with integrate your docs with your code, and make source control effortless. Onboard through the dashboard or clone our starter kit to get started.
Instead of distributing our components as the npm packages we provide all the source codes directly for your project. This gives you:
DocKit docs are rendered from MDX files and configurations defined as our starter kits. We use GitHub with integrate your docs with your code, and make source control effortless. Onboard through the dashboard or clone our starter kit to get started.
import { defineConfig } from 'astro/config';import starlight from '@astrojs/starlight';
export default defineConfig({ integrations: [ starlight({ title: 'My delightful docs site', }), ],});Instead of distributing our components as the npm packages we provide all the source codes directly for your project. This gives you:
/blog/ - Contains the blog Markdown files. You can delete the directory if you’ve disabled the blog plugin, or you can change its name after setting the path option. More details can be found in the blog guide.
/docs/ - Contains the Markdown files for the docs. Customize the order of the docs sidebar in sidebars.js you can delete the directory if you’ve disabled the docs plugin, or you can change its name after setting path option.
/src/pages - Any JSX/TSX/MDX file within this directory will be converted into a website page. More details can be found in the pages guide.
/sidebars.js - Used by the documentation to specify the order of documents in the sidebar.
DocKit docs are rendered from MDX files and configurations defined as our starter kits. We use GitHub with integrate your docs with your code, and make source control effortless. Onboard through the dashboard or clone our starter kit to get started.
npm create astro@latest -- --template starlightpnpm create astro --template starlightyarn create astro --template starlight