INSTRUCTIONS
- If your app requires an UI use https://github.com/deepgram/starter-uis
- The configuration of the
deepgram.tomlfile and is needed for our Starter Ecosystem.
- Consistent naming of the project repo is important. Please don't deviate from our standards. Example repo name: [language] [use case]
- Use the README template below, don't deviate from it.
- Recommended: Use the cursor rules with Cursor to help build your starter more quickly!
[One-line description with tech stack]
- Deepgram API Key (sign up for free)
- Framwork and tooling needed
Note: This project uses strict supply chain security measures. npm and yarn will NOT work. See SECURITY.md for details.
- Clone the repository
Go to GitHub and clone the repository.
- Install dependencies
# Option 1: Use the helper script (recommended)
command here
# Option 2: Manual two-step install
commands hereNote: Due to security settings (ignore-scripts=true), frontend dependencies must be installed separately. The install:all script handles both steps. See SECURITY.md for details.
- Set your API key
Create a .env file:
DEEPGRAM_API_KEY=your_api_key_here- Run the app
Development mode (with hot reload):
command hereProduction mode (build and serve):
commands hereThis application:
- [Step 1]
- [Step 2]
- [Step 3]
- [Step 4]
- Open an issue in this repository
- Join the Deepgram Github Discussions Community
- Join the Deepgram Discord Community
See our Contributing Guidelines to learn about contributing to this project.
This project follows the Deepgram Code of Conduct.
For security policy and procedures, see our Security Policy.
MIT - See LICENSE