create-aigentyc-chat
v0.4.1
Published
Scaffold a new Aigentyc Chat app in seconds
Maintainers
Readme
create-aigentyc-chat
Scaffold a working @aigentyc/chat-sdk app in one command.
Usage
npm create aigentyc-chat@latest my-app
# or
pnpm create aigentyc-chat my-app
# or
yarn create aigentyc-chat my-appInteractive prompts pick the template and wire your projectId into the right env file.
Flags (skip prompts)
npm create aigentyc-chat@latest my-app -- \
--template=next \
--project-id=YOUR_PROJECT_ID \
--api-endpoint=https://api.aigentyc.comTemplates
| Template | Stack |
| --- | --- |
| vite-react | Vite + React 19 + TypeScript |
| next | Next.js 15 App Router + React 19 |
What you get
@aigentyc/chat-sdkpre-installed- CSS imported in the layout
<Chat />wired up on the homepage.env/.env.localwith typed env keysnpm run devworks out of the box
License
MIT
