exe.dev user e859245867 Add minimal stock listing app: actions, Postgres schema, stocks page, Claude Agent SDK harness
- Add stocks table (server/db) with list/get/add/update/delete actions, scoped
  per user, backing both the chat agent and the /stocks UI via
  useActionQuery/useActionMutation
- Add mobile-first /stocks page (shadcn table/cards, watchlist, search) and
  wire it into the sidebar, navigation state, and view-screen context
- Install the platform's Claude Agent SDK harness (server/plugins,
  server/routes/api/claude-agent) so the app agent runs on the platform's own
  Claude subscription instead of the Builder.io gateway; fix the vendored
  turn.post.ts route to resolve the session and wrap it in
  runWithRequestContext, since custom /api/ routes aren't auto-wrapped in
  request context the way /_agent-native/actions/* are
- Add shadcn table/badge/dialog/select components (Tabler icons, not lucide)
2026-07-29 12:18:14 +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%