Early access for custom frontend teams. Start free →

Backend for customer-getting websites.

The backend for websites that get customers.

Keep your custom website. Build the frontend, call one SDK, and manage everything behind it in one App: content, forms, purchases, bookings, contacts, experiments, support, workflows, social, outreach, and lead generation. No infra work.

Build the frontendCall one SDKManage one AppNo infra work

One App · Beta

One connected backend
behind every conversion.

Stop rebuilding the same business backend for every custom website. Modern frontends look clean while the work behind them gets scattered across outreach tools, CMS tools, ecommerce platforms, booking apps, form builders, CRMs, analytics, support inboxes, and automation glue. Arky keeps that operating layer connected behind the website.

Action timeline

Every action becomes one customer timeline.

People rarely convert in a straight line. Arky keeps the source, visit, form, cart, booking, experiment, message, support thread, and follow-up on the same record so every next step starts with context.

The complete context

From first touch to
what comes next.

  1. 01

    Reach from every path.

    Social comments, lead research, outreach, campaigns, search, referrals, and support can all create or enrich the same contact.

  2. 02

    Attach the visit.

    When the person lands on the website, Arky keeps the source, page views, session context, and intent tied to the contact.

  3. 03

    Capture every action.

    Forms, carts, purchases, bookings, support messages, experiments, and important website events become a readable timeline instead of scattered analytics noise.

  4. 04

    Convert, then keep moving.

    Once the customer converts, the same record keeps the order, booking, support, and next best follow-up connected.

  5. 05

    Follow up until it works.

    If they do not convert yet, workflows and campaigns continue from the latest action instead of starting over with a blank contact.

Before Arky

Stop rebuilding the same business backend for every custom website.

The switch

The business backend
behind your website.

Arky connects what happens before, during, and after the visit: publish socially, find leads, bring them to your site, sell products, book services, support customers, and follow up.

Before Arky

Stitched website stack

  • Lead lists and outreach outside the site
  • WordPress plugins for content and forms
  • Shopify or WooCommerce for selling
  • Separate booking and calendar tools
  • CRM, analytics, and support split apart
With Arky

Arky website backend

  • Lead research and outreach connected
  • One backend for content, media, and forms
  • Commerce and Bookings built in
  • Experiments, support, and workflows included
  • Any frontend through API and SDK

With Arky

Keep your custom website. Call one SDK.

Developer proof

Bring any frontend.
Use one SDK.

Developers keep the interface, routing, animation, and stack. The frontend talks to Arky through typed module APIs, and the business team works from Admin.

Any stack
Astro, Svelte, React, Vue, Next, or plain JavaScript.
One SDK
Initialize Arky once, then call the modules each page needs.
No infra
Content, carts, forms, services, actions, and sessions stay handled.
storefront.ts · one SDK contract
import { initialize } from "arky-sdk/storefront";

const arky = initialize("arky_pk_...", { locale });
const page = await arky.cms.entry.get({
  collection_id: "pages", key: "home", locale
});
const cart = await arky.eshop.cart.load();
await arky.action.track({ key: "website_action" });

Direct onboarding

Ready to get started?

Create a store, subscribe, connect payments, and use the App demo flow to prove checkout and shipping before wiring Arky into your own frontend.

  1. Create store
  2. Subscribe
  3. Connect payments
  4. Add products
  5. Ship orders
Store setup

Start in App.

The first useful screen is a real store workspace. From there the setup sequence is subscription, Stripe Connect, products, checkout, and shipping.

Scroll to operate Arky