NNextron Docs
AI prompts

Extend data and integrations

Stack-aware prompts for schemas, authentication, tRPC, and AI chat.

Integration work is where generic prompts most often mix incompatible APIs. Load nextron.config.ts so the generated brief names the installed ORM, database, authentication, and AI providers.

Available recipes

  • Change the data model updates schema, access code, validation, and the migration workflow together.
  • Build an authenticated flow preserves the selected Better Auth, Clerk, or NextAuth APIs across server and client boundaries.
  • Add a tRPC endpoint creates and registers a typed procedure with its consumer.
  • Extend AI chat preserves server-only secrets and streaming behavior for the configured AI provider.

State the boundary

For better results, specify which existing feature owns the change, who may perform it, and whether compatibility with existing data or routes is required. Add external service limitations—such as unavailable credentials or local-only development—to Constraints.

On this page