-
Notifications
You must be signed in to change notification settings - Fork 35
Description
Describe the bug
This is not a bug but an enhancement request. Currently, only the code theme is included by default. The API feels limited without additional starter themes.
To Reproduce
Steps to reproduce the behavior:
Go to https://frame-api.vercel.app/api/themes
Observe the response.
Notice that only one theme (code) is available by default.
Expected behavior
At least 2–3 more starter themes should be available out of the box (e.g., beginner, dark-mode, comic).
The /api/themes endpoint should return multiple default themes instead of just one.
Screenshots
No screenshots — this is a feature enhancement.
Environment (please complete the following):
OS: All (Windows, macOS, Linux)
Browser: All (Chrome, Firefox, Safari, Edge)
Version: Current API version
Additional context
Adding more default themes will make the API more attractive for first-time users.
It will also provide better examples for contributors to follow when creating their own themes.