linkage logoLinkage
  • Pricing
  • Docs
Log in

Build brilliant workflow
experiences rapidly

Linkage is the complete dev toolkit for automated, no-code applications.
Deliver an exceptional workflow experience and expand your audience reach.

Join the waitlistAlready a member?
src/nodes/chatbot.ts
import { config, Chatbot } from "@pz-open/lib/react";

const { useSuggestedQuestions, useChatbot } =
  config("sb_prod_0000", {
    suggestedQuestions: {
      enabled: true,
      limit: 5,
    },
    chatbot: true
  }
);

const CustomerChatbot = () => {
  const questions = useSuggestedQuestions();
  const chatbot = useChatbot();

  return (
    <div>
      <p>How can I help you today?</p>
      <Chatbot
        chatbot={chatbot}
        suggestedQuestions={questions}
        Message={<Message />}
      />
    </div>
  );
}
Suggested Questionsformat_list_bulleted_add

databaseBikes for Sale
subjectPrompt
Chatbotblur_on

databaseBikes for Sale
polylinePrevious Purchases
subjectSales Assistant Prompt
functionsUser Input

AI and no-code are here to stay.

No-code isn't your product—it's the interface your users experience it through.

multiline_chart

Reach more customers

Access non-technical users through intuitive interfaces.

metabolism

Retain current users

Keep technical users engaged through visuals, not code.

attach_money

Monetize new experiences

Generate revenue through usage-based pricing on workflows.

rocket_launch

Deploy more

Spend less time on UI implementation and more on product development.

Build wonderful products

Linkage provides everything you need to develop no-code applications—end to end.

Server-driven, full-stack framework

Define once on the server, reflect instantly on the client. Maintain consistency, type-safety, and reliability.

prompt: z.string()
maxTokens: z.number().optional()
temperature: z.number().optional()

lance@zinc ~ % pzcli upload

│ Reading config...

│ Creating functions...

◇ Uploaded successfully

Promptblur_on

text_fieldsPrompt
123Max Tokens
thermostatTemperature
return generate({ prompt, maxTokenes, temperature })

Fully-managed infrastructure

Deploy globally on either serverless or dedicated compute

deployed_code

Flexible UI SDK

Build the unique experience your users want, in-sync with your codebase.

const Card = () => {
  return (
    <div className="p-4 bg-white rounded-lg shadow-md">
      <h2 className="text-xl font-semibold">Card title</h2>
      <p className="text-sm text-gray-500">Card description</p>
    </div>
  );
}

Out of the box support

Real-time collaboration, authentication, user management, and more.