exe.dev user 5b17f7e2c8
CI / typecheck (push) Failing after 1m57s
Wire CI/CD (Gitea Actions typecheck) and daily Postgres backup
- .gitea/workflows/ci.yml runs pnpm typecheck on the already-registered
  forge-runner on push/PR to main
- scripts/backup-db.sh + a systemd user timer (stock-app-backup.timer, daily)
  pg_dump the stocklist Postgres container to ~/backups, pruned to 14 days
2026-07-29 12:20:35 +00:00

Chat

The minimal agent-native starter app — a clean, ChatGPT-style shell with chat at the center, durable threads, standard app navigation, auth, live sync, and actions. Start here when you want a real browser app to build on without committing to a domain template.

Live app: chat.agent-native.com

Chat is the basic agent-native app starting point. It gives you the app-agent loop wired end to end and one example action, so you can add your own UI, data, and actions on top.

Features

  • ChatGPT-style shell with a threads list and durable chat history.
  • Auth, live sync, and application state wired out of the box.
  • The action surface the agent and UI share, plus one example action to copy.
  • A minimal, brandable base for any domain app.

Develop locally

Scaffold your own copy and run it:

npx @agent-native/core@latest create my-app --standalone --template chat
cd my-app
pnpm install
pnpm dev

Full docs: agent-native.com/docs/template-chat.

S
Description
Minimal Agent-Native stock listing app
Readme
347 KiB
Languages
TypeScript 98.4%
CSS 1.3%
Shell 0.3%