Skip to content

Golang Playground Driven by AI, Created from FriendliAI Hackathon

Notifications You must be signed in to change notification settings

friendliai/play-go-ai

Repository files navigation

friendli gopher

play.go.ai

play.go.ai is an AI-powered Go code editor built with Next.js and Vercel AI SDK using FriendliAI.

Deploy with Vercel

Developing

  • Clone the repository
  • Create a .env.local file with FRIENDLI_API_KEY=your-api-key where your-api-key is your friendli suite API key from suite.friendli.ai.
  • Run pnpm install to install dependencies.
  • Run pnpm dev to start the development server.