Skip to content

Commit 9db4569

Browse files
Update readme (#175)
1 parent e7ee58d commit 9db4569

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

README.md

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ environment. Use the appropriate command for your system:
2121
- **Linux:** `curl -L https://encore.dev/install.sh | bash`
2222
- **Windows:** `iwr https://encore.dev/install.ps1 | iex`
2323

24-
## Starters
24+
## Starters
2525

2626
Create a local app from a template by running:
2727

@@ -34,18 +34,20 @@ E.g. `encore app create my-app --example=ts/hello-world`
3434
### TypeScript starters
3535

3636
| Name | Description | Primitives |
37-
| ---------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------ | ---------------------------------------------------------------------- |
37+
|------------------------------------------------------------------|--------------------------------------------------------------------------------------------------------------------------|------------------------------------------------------------------------|
3838
| [ts/hello-world](ts/hello-world) | REST API Starter | APIs |
3939
| [ts/ai-chat](ts/ai-chat) | LLM chat application which let's you create and chat with personalized bots. Integrates with OpenAI, Anthropic and Slack | Microservices, APIs, SQL Database, Pub/Sub, External Requests, Configs |
4040
| [ts/streaming](ts/streaming) | Examples of the different WebSocket Streaming APIs | Streaming API, Static Endpoint, Frontend |
41+
| [ts/react-starter](ts/react-starter) | Encore + React Web App Starter | APIs, Frontend |
42+
| [ts/nextjs-starter](ts/nextjs-starter) | Encore + Next.js Web App Starter | Microservices, APIs, Frontend |
43+
| [https://github.com/encoredev/nextjs-starter/](nextjs-starter)| Encore + Next.js Web App Starter (separate dependencies) | Microservices, APIs, Frontend |
4144
| [ts/graphql](ts/graphql) | Apollo GraphQL Server Starter | APIs, GraphQL |
4245
| [ts/streaming-chat](ts/streaming-chat) | Simple Chat app using the Streaming API to create a WebSocket stream | Streaming API, Static Endpoint, Frontend |
4346
| [ts/simple-event-driven](ts/simple-event-driven) | Simple Event-Driven Application | Microservices, SQL Database, Pub/Sub, Secrets |
4447
| [ts/uptime](ts/uptime) | Event-Driven Architecture Starter (Uptime Monitor) | Microservices, SQL Databases, Pub/Sub, Cron Jobs |
4548
| [ts/gpt-functions](ts/gpt-functions) | ChatGPT Functions with Encore Example | APIs |
4649
| [ts/url-shortener](ts/url-shortener) | Basic url shortener | APIs, SQL Database |
4750
| [ts/nestjs](ts/nestjs) | Encore + NestJS Example | APIs, SQL Database, Auth |
48-
| [https://github.com/encoredev/nextjs-starter/](nextjs-starter)| Encore + Next.js Web App Starter | Microservices, APIs, Frontend |
4951
| [ts/slack-bot](ts/slack-bot) | Slack Bot Starter | APIs, Raw Endpoint |
5052
| [ts/auth0-react-sdk](ts/auth0-react-sdk) | Auth0 React SDK Authentication + Encore Example | APIs, Auth, Frontend |
5153
| [ts/clerk](ts/clerk) | Clerk React SDK Authentication + Encore Example | APIs, Auth, Frontend |
@@ -63,7 +65,7 @@ E.g. `encore app create my-app --example=ts/hello-world`
6365
### Go starters
6466

6567
| Name | Description | Primitives |
66-
| ------------------------------------------ | ----------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------- |
68+
|--------------------------------------------|-------------------------------------------------------------------------------------------------------------------------------------|---------------------------------------------------------------------------------------------|
6769
| [hello-world](hello-world) | REST API Starter | APIs |
6870
| [sql-database](sql-database) | PostgreSQL database Starter | APIs, SQL Database |
6971
| [ai-chat](ai-chat) | LLM chat room application which let's you create and chat with personalized bots. Integrates with OpenAI, Gemini, Slack and Discord | Microservices, APIs, SQL Database, Pub/Sub, Cron Jobs, Frontend, External Requests, Configs |
@@ -93,7 +95,7 @@ E.g. `encore app create my-app --example=ts/hello-world`
9395
The [bits](bits) sub-folder contains reusable code samples that can be copied directly into your own application.
9496

9597
| Name | Description | Primitives | Requirements |
96-
| ----------------------------- | ------------------------------------------------------------------------------------ | ---------------------- | ----------------------------------------------------------------------------------------- |
98+
|-------------------------------|--------------------------------------------------------------------------------------|------------------------|-------------------------------------------------------------------------------------------|
9799
| [elevenlabs](bits/elevenlabs) | Getting text to speech from [ElevenLabs](https://elevenlabs.io/) generative voice AI | APIs, Secrets | [ElevenLabs API key](https://docs.elevenlabs.io/api-reference/quick-start/authentication) |
98100
| [pexels](bits/pexels) | Searching and retrieving photos and videos from [Pexels](https://www.pexels.com/) | APIs, Secrets | [Pexels API key](https://www.pexels.com/api/) |
99101
| [sendgrid](bits/sendgrid) | Asynchronous sending emails via [SendGrid](https://sendgrid.com/) | APIs, Secrets, Pub/Sub | [SendGrid API key](https://docs.sendgrid.com/ui/account-and-settings/api-keys) |

0 commit comments

Comments
 (0)