https://github.com/triple-ade/ed-tech
This is an AI project to help simplify learning
https://github.com/triple-ade/ed-tech
Last synced: 16 days ago
JSON representation
This is an AI project to help simplify learning
- Host: GitHub
- URL: https://github.com/triple-ade/ed-tech
- Owner: TRIPLE-ADE
- Created: 2025-02-15T12:15:36.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-06-24T14:12:00.000Z (about 1 year ago)
- Last Synced: 2025-11-16T07:18:01.889Z (7 months ago)
- Language: TypeScript
- Homepage: https://thryxai.vercel.app
- Size: 1.08 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## How to use
To run the example locally you need to:
1. Sign up for accounts with the AI providers you want to use (e.g., Google).
2. Obtain API keys for Google provider.
3. Set the required environment variables as shown in the `.env.example` file, but in a new file called `.env`.
4. `npm install` to install the required dependencies.
5. `npm run dev` to launch the development server.
## Learn More
To learn more about Vercel AI SDK or Next.js take a look at the following resources:
- [AI SDK docs](https://sdk.vercel.ai/docs)
- [Vercel AI Playground](https://play.vercel.ai)
- [Next.js Documentation](https://nextjs.org/docs) - learn about Next.js features and API.