You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5-2Lines changed: 5 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -111,11 +111,14 @@ Available templates:
111
111
112
112
-**[next](./templates/next)** - Next.js application with Echo
113
113
-**[react](./templates/react)** - Vite React application with Echo
114
-
-**[nextjsChatbot](./templates/nextjs-chatbot)** - Next.js with Echo and Vercel AI SDK
115
-
-**[assistantUi](./templates/assistant-ui)** - Next.js with Echo and Assistant UI
114
+
-**[next-chat](./templates/next-chat)** - Next.js chatbot with Echo and Vercel AI SDK
115
+
-**[assistant-ui](./templates/assistant-ui)** - Next.js with Echo and Assistant UI
116
+
-**[echo-cli](./templates/echo-cli)** - CLI tool for AI chat with Echo (API keys + crypto wallets)
116
117
117
118
Or run `npx echo-start my-app` to choose interactively.
118
119
120
+
**Note:** The CLI template (`echo-cli`) requires manual installation from the repository as it's a command-line tool rather than a web application. See the [templates README](./templates/README.md) for details.
121
+
119
122
# Development
120
123
121
124
Fill out `packages/app/control/.env` and `packages/app/server/.env`. Then...
Copy file name to clipboardExpand all lines: packages/app/control/docs/index.mdx
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -129,6 +129,7 @@ We provide a variety of ready-to-use templates to help you get started quickly w
129
129
-**Auth.js (NextAuth)** — Next.js app with Echo as an Auth.js provider
130
130
-**React Chat** — Chat interface for React apps
131
131
-**React Image** — Image generation for React apps
132
+
-**CLI** — Command-line tool for AI chat with Echo (API keys + crypto wallets)
132
133
133
134
All templates are available through `echo-start` or in the [GitHub repository](https://github.com/Merit-Systems/echo/tree/master/templates). Visit our [templates documentation](/docs/getting-started/templates) for detailed setup instructions.
0 commit comments