friendliai/play-go-ai
TypeScript
Captured source
source ↗published May 25, 2024seen 5dcaptured 8hhttp 200method plain
friendliai/play-go-ai
Description: Golang Playground Driven by AI, Created from FriendliAI Hackathon
Language: TypeScript
Stars: 7
Forks: 0
Open issues: 0
Created: 2024-05-25T14:59:56Z
Pushed: 2025-12-16T02:20:24Z
Default branch: main
Fork: no
Archived: no
README:
play.go.ai
play.go.ai is an AI-powered Go code editor built with Next.js and Vercel AI SDK using FriendliAI.
Developing
- Clone the repository
- Create a
.env.localfile withFRIENDLI_TOKEN=your-api-keywhereyour-api-keyis your friendli suite API key from friendli.ai/suite. - Run
pnpm installto install dependencies. - Run
pnpm devto start the development server.