Initial commit

Made-with: Cursor
This commit is contained in:
Xin Wang
2026-04-18 13:01:52 +08:00
commit 433688ad9f
25 changed files with 9797 additions and 0 deletions

8
.env.example Normal file
View File

@@ -0,0 +1,8 @@
# GEMINI_API_KEY: Required for Gemini AI API calls.
# Set this in your local environment or deployment secrets manager.
GEMINI_API_KEY="MY_GEMINI_API_KEY"
# APP_URL: The URL where this applet is hosted.
# Set this to the URL where the app is hosted.
# Used for self-referential links, OAuth callbacks, and API endpoints.
APP_URL="MY_APP_URL"