Skip to main content

AI Application Delivery Platform

Build with agents. Ship with proof.

Move from agent work to verified deployment with explicit maturity at every stage. The workflow below is illustrative; Deploy & Verify is available today.

Start building>Read https://www.appaloft.com/start.md, then help me deploy with Appaloft. First decide whether this project needs server setup, repository deployment, or static site publishing. If this is a static site, read the Cloud static artifact upload strategy before publishing. Return the live URL, verification result, logs, diagnostics, and recovery commands.View SDK

Illustrative workflow · availability is shown for each stage

  1. Run AgentsPublic AlphaAgent Workspace is Public Alpha; Cloud-hosted access is gated. Managed Pi Runtime and Run are Private Preview.
  2. Work in SandboxesPrivate PreviewManaged execution Sandbox and workspace isolation.
  3. Preview & PromotePrivate PreviewSource Artifact, Candidate Preview, and Sandbox Promotion. Dynamic application runtime preview is Planned.
  4. Deploy & VerifyAvailableDeploy to your infrastructure with observed routing, health, and access evidence.
appaloft/storefrontIssues / #184
Issue #184 → one Workspace3 agents running
  1. Pirunning
  2. OpenCoderunning
  3. Codexrunning
M
linh opened this issue

Checkout tax rounding is off by one cent

Discounted orders round tax per line, leaving some checkout totals one cent high. Fix the calculation and add a regression test.

Write
@appaloft fix tax rounding, run the checkout tests, then prepare a deployable static build
Markdown supportedComment

✓ trigger ready · submit to create Run #184

One run, from issue to deployment.

Trigger, work, review, and delivery stay in one traceable record.

01 · Task enters

The issue enters a traceable run

A signed GitHub event creates illustrative Run #184 and hands the task to an Agent Workspace.

Illustrative trigger
02 · Agent workspace

The agent fixes and tests the issue

This illustrative Agent Workspace shows Pi editing and testing. Workspace is Public Alpha; managed Pi Runtime and Run are Private Preview.

Pi · workspace_184 · your-vps-03
π
Pi coding agentclaude-sonnet · issue-184
61% context
YouFix GitHub Issue #184: checkout tax rounding does not match the order total. Read the storefront checkout/tax code, fix it, test it, and prepare a deployable static build.
π

I’ll trace the checkout summary and tax calculation, replace per-line rounding with order-level rounding, then run the focused tests.

RReadsrc/checkout/tax.ts · checkout-summary.ts
±Editsrc/checkout/tax.ts · +9 −4
›_Bashpnpm vitest checkout/tax.test.ts18 passed · 0 failed
π

Issue #184 is fixed: tax now rounds once from the taxable order subtotal, keeping the checkout summary and payment total aligned.

Ask Pi a follow-up…
Changes2+11 −5
src/checkout/tax.tstest/checkout/tax.test.ts
2 files changed+11 −5
@@ calculateTax: line items → order subtotal
38-return sum(lines.map(roundTax));
38+const taxable = sumTaxableSubtotal(lines);
39+return roundCurrency(taxable * taxRate);
40+// one order-level rounding boundary
pnpm vitest checkout/tax.test.ts18 passed · 0 failed
+ checkout total matches captured payment
03 · Deploy & Verify

The storefront is deployed and verified

Available Deploy & Verify publishes the illustrative static storefront, then records its public route and health result.

Appaloft Deploy & Verify · illustrativeAvailable
Mmorrow-house/storefront · Issue #184 (illustrative)deployment dep_184 · your-vps-03
  1. Repository build acceptedgithub.com/morrow-house/storefront

  2. Target VPS resolvedyour-vps-03 · linux/amd64

  3. Static storefront publishedmorrow-house · Astro static output

  4. Public route attached · TLS readystorefront.example.test

  5. Checkout page check passedGET /checkout · 200 OK · 38 ms

Available Deploy & Verify evidence recorded

Beyond a code patch

Deliver the app and the infrastructure around it.

Choose from the official Blueprint catalog for databases, storage, automation, AI runtimes, observability, and complete self-hosted applications. Each recipe carries the resources, ports, health checks, and bindings needed to run it.

Deliver the app and the infrastructure around it.

Agent output · Private Preview

Exact source artifact reviewed by digest

Blueprint

Postgres · storage health · secrets

  • Database
  • Storage
  • Health check
  • Port
  • Secret

Installed application

Resources · bindings deployments · evidence

Resource Binding

One path from trigger to delivery.

Start with an issue. End with an app running.

  1. GitHub Issue
  2. Agent Workspace
  3. Preview
  4. Running application