Project Settings
2 min read
Manage your project name, favicon, instructions, users, and backend features from the Settings panel.
The Settings panel is your central hub for managing project configuration, backend features, and user access.
Who can do this: Workspace Owners and Admins can edit project settings. Editors can view settings but not edit them. Viewers cannot access this panel. See Roles and Permissions for details.
Accessing Settings
Click the Settings icon (gear) in the top navigation bar. You’ll see five tabs: Settings, Secrets, Functions, Users, and Logs.
Settings Tab
Project Info
Your project’s name, description, and favicon are displayed at the top. Click Edit to update them.
- Project Name is visible only within Sticklight and does not affect your published site or URL
- Project Description helps you identify the project and improves AI-generated favicon results
- Project Favicon is the icon shown in browser tabs. Upload your own image (PNG, SVG, or ICO, max 2MB) or click Generate to create one with AI
Project Instructions
Set guidelines the AI follows in every conversation. Use them to define design preferences, brand rules, or describe your project’s purpose. Click Edit to update (up to 3,000 characters). Learn more about Project Instructions.
Unpublish Project
Only Owners and Admins can unpublish.
Take your site offline by clicking Unpublish. This removes public access but preserves all your files. You can republish anytime.
Delete Project
Only Owners can delete a project.
Permanently removes your project and everything associated with it, including:
- All deployments made with Sticklight
- All preview links
- All generated code
This action cannot be undone.
Credits Used
At the bottom of the Settings tab, you can see how many credits have been used on this project.
Secrets Tab
Store sensitive information like API keys securely. Enter a name and value, then click Save. Existing secrets are listed with their last updated date. You can edit or delete secrets as needed.
Functions Tab
View your deployed cloud functions. Each function shows its name, version, status, and last updated date. Functions let you run backend code and connect to external services.
Users Tab
Manage users who have signed up for your app. Search by email or UID, filter out guest accounts, and view each user’s status, creation date, and last sign-in.
Authentication Settings lets you configure how users sign in:
- Email – Allow users to sign in with their email address
- Google – Enable Sign in with Google
- Disable Sign-up – Restrict access to invited users only
- Enable Anonymous Users – Allow session-based accounts without credentials
Click Add User to manually create a new user account.
Logs Tab
Monitor your cloud function activity. Filter logs by time range, specific function, or type (All, Requests, Errors). Each log entry shows the timestamp, status code, and message.
Last updated: August 2, 2026