Skip to content

BuilderIO/builder-agent-native-starter

Repository files navigation

Builder Agent Native Starter

A clean, standalone Agent-Native starter app — the blank canvas Fusion uses when you pick Agent-Native as your project template.

Auto-generated repository. This repo is regenerated from BuilderIO/agent-nativetemplates/starter.

Local development

Prerequisites

pnpm install
pnpm dev   # opens http://localhost:8080
Command Purpose
pnpm dev Dev server (agent-native dev --open)
pnpm build Production build
pnpm start Run production server
pnpm typecheck Typecheck
pnpm action <name> Run an action from CLI

In local development, the embedded agent uses your Claude Code or Codex CLI login, or reads ANTHROPIC_API_KEY from a .env file. When DATABASE_URL is unset, the app uses SQLite (stored under data/). See the Getting Started guide for details.

What's included

This is a minimal Agent-Native scaffold — a blank app ready for your first route, workflow, or data model. Tell the agent what to build.

Ships with:

  • Agent sidebar — chat panel in the app shell; home page prompt composer to kick off customization
  • Actions system — starter actions (hello, navigate, view-screen, run) and agent chat server plugin
  • Auth scaffold — Better Auth (login, signup, sessions, organizations)
  • Live sync — UI auto-refreshes when the agent writes to the database
  • App shell UI — sidebar, header, command menu, theme toggle, and shadcn/ui components
  • Framework admin routes — Database, Team, Observability, Extensions
  • Agent instructionsAGENTS.md and skills in .agents/skills/
  • Deploy preset — Netlify configuration in netlify.toml

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors