NightLife
NightLife
A TypeScript app exported from Google AI Studio and powered by Google's Gemini AI model. The app's specific purpose is not documented in this repository beyond being an AI Studio prototype.
NightLife is a TypeScript application generated from Google AI Studio, a platform that lets you build and prototype apps using Google's Gemini AI models. The repository contains the code needed to run that app on your own computer.
Setup is minimal. You need Node.js installed, then you install the project dependencies with a single command, add your Gemini API key to a local environment file, and start the development server. The app can also be viewed directly in AI Studio via the link in the README.
The README does not describe what NightLife does beyond being an AI Studio export, so the specific features and purpose of the app are not documented in this repository.
Where it fits
- Run this Gemini-powered app locally as a starting point for learning how Google AI Studio exports are structured.
- Use this repository as a template to build your own Gemini AI app by modifying the exported TypeScript code.