Skip to content

We need more Templates #4

@Emmo00

Description

@Emmo00

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

  1. Fork this repository
  2. Add your template entry to the templates array in template.json in 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"]
  }
}
  1. Ensure your repo contains:

    • A README.md with usage/setup instructions
    • Actual starter code for building miniapps on farcaster
  2. 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 💜

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions