-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
good first issueGood for newcomersGood for newcomers
Description
Have a solid Farcaster MiniApp boilerplate?
Help other devs get started faster 🚀
You can add your favorite template to the registry by making a PR:
We encourage the community to add their own MiniApp templates!
Steps to Contribute
- Fork this repository
- Add your template entry to the
templatesarray intemplate.jsonin the root:
{
"name": "celo-factory",
"description": "Basic Frontend + Hardhat for building on CELO",
"repository": "https://github.com/celo-org/farcaster-template",
"stack": {
"frontend": ["react"],
"backend": null,
"smartContract": ["hardhat", "solidity"]
}
}-
Ensure your repo contains:
- A
README.mdwith usage/setup instructions - Actual starter code for building miniapps on farcaster
- A
-
Open a pull request to this repository. The maintainers will review your PR for:
- Metadata completeness
- Functional structure
- Category match
🧠 Template Stack Metadata
Each template defines its stack via a stack object, so users can search and filter intelligently:
"stack": {
"frontend": ["react"],
"backend": null,
"smartContract": ["hardhat", "solidity"]
}Use null where applicable.
The CLI uses these fields to filter templates based on user input and enable stack compatibility matching.
Let’s build a better Farcaster DX — together 💜
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
good first issueGood for newcomersGood for newcomers