> ## Documentation Index
> Fetch the complete documentation index at: https://hedera-0c6e0218-mintlify-bc559771.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Starter Projects

> Starter project templates and frameworks for building applications on Hedera in Java, JavaScript, and other languages, maintained by Hedera and the community.

<Tabs>
  <Tab title="Java">
    <Columns cols={2}>
      <Card title="Aviator Framework | Maintainer: Community" arrow>
        [GITHUB](https://github.com/TxMQ/aviator-core)
      </Card>

      <Card title="Spring Framework | Maintainer: Community" arrow>
        [GITHUB](https://github.com/rahul-kothari/hedera-starter-spring)
      </Card>
    </Columns>

    **More coming soon!**
  </Tab>

  <Tab title="JavaScript">
    <Columns cols={2}>
      <Card title="React.js | Maintainer: Community" arrow>
        [GITHUB](https://github.com/hedera-dev/cra-hedera-dapp-template)
      </Card>

      <Card title="Express.js (chat) | Maintainer: Hedera" arrow>
        [GITHUB](https://github.com/hashgraph/hedera-hcs-chat-js)
      </Card>

      <Card title="Express.js (Nuxt) | Maintainer: Community" arrow>
        [GITHUB](https://github.com/scalemaildev/hashgraph_nuxt_chat)
      </Card>
    </Columns>

    **More coming soon!**
  </Tab>

  <Tab title="Go">
    <Columns cols={2}>
      <Card title="Hyperledger Fabric | Maintainer: Hedera" arrow>
        [REFERENCE](https://github.com/hashgraph/hedera-docs/blob/master/tutorials/broken-reference/README.md)
      </Card>
    </Columns>

    **More coming soon!**
  </Tab>
</Tabs>

<Accordion title="Do you have a starter project to add to this list? Or want to request others to get built?">
  Please refer to the [contributing guide](/support/contributing) and open an issue in the `hedera-docs` [repository](https://github.com/hashgraph/hedera-docs) and include the following information within the issue:

  * Starter project framework name
  * Developer/maintainer name
  * Link to the GitHub repository
</Accordion>
