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 frontend Call one SDK Manage one App No infra work
Custom website
Cart $184.00 Checkout ready
Form submit Book service

Your website

Arky SDK The frontend contract
cms.entrycontent cms.formsubmit eshop.cartbuy eshop.servicebook action.tracktimeline
One App Beta
Tracked actions 8.4k
CRM CMS Social Outreach E-Shop Workflows Support Media
Lead Research Community Inbox Orders and Bookings Campaign follow-up

Arky App

The backend behind the site

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.

01

Reach from every path.

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

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.

03

Capture every action.

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

04

Convert, then keep moving.

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

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.

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
  • Social comments handled away from customer records
  • WordPress plugins for content and forms
  • Shopify or WooCommerce for selling
  • Separate booking and calendar tools
  • CRM, analytics, and support split apart
  • Automation glued together after launch
  • Clients handed a maze of admin surfaces
With Arky

Arky website backend

  • Lead research and outreach connected
  • Social comments connected to contacts and opportunities
  • One backend for content, media, and forms
  • Commerce and Bookings built in
  • Forms, contacts, and action connected
  • Experiments, support, and workflows included
  • One App for the business behind the site
  • Any frontend through API and 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({
  baseUrl,
  storeId,
  locale,
});

const page = await arky.cms.entry.get({
  collection_id: "pages",
  key: "home",
  locale,
});

const cart = await arky.eshop.cart.load();
const services = await arky.eshop.service.list({ limit: 6 });

await arky.action.track({
  key: "website_action",
  payload: {
    page: page.id,
    services: services.items.length,
  },
});

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.

Create store Subscribe Connect payments Add products 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.

Talk to us

Early access for custom frontend teams.