> For the complete documentation index, see [llms.txt](https://docs.superteamde.fun/superteam-germany-guilds/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.superteamde.fun/superteam-germany-guilds/hackathon-hub/resources.md).

# Hackathon Resources

This page is the compact toolkit for builders who need the right link right now.

## Start Here

* [Colosseum Breakout Resources](https://www.colosseum.com/breakout/resources)
* [Superteam Global Hackathon Hub](https://superteam.fun/hackathon)
* [Solana Docs](https://solana.com/docs)
* [Build on Solana](/superteam-germany-guilds/build-on-solana/build-on-solana.md)

Note: Colosseum’s resource index still lives under the `breakout` URL even though the current public hackathon cycle is Frontier.

## Learn Solana

* [Solana Docs](https://solana.com/docs)
* [Solana Learn](https://solana.com/learn)
* [Solana Development Courses](https://solana.com/developers/courses)
* [Blueshift](https://blueshift.gg/)

## Starter Kits & References

* [Solana Developer Templates](https://solana.com/developers/templates)
* [Program Examples](https://solana.com/docs/programs/examples)
* [create-solana-dapp](https://github.com/solana-developers/create-solana-dapp)

## Infra / RPC / Debugging

* [Helius RPC Docs](https://www.helius.dev/docs/rpc/overview/)
* [Triton One](https://triton.one/)
* [QuickNode for Solana](https://www.quicknode.com/chains/sol)
* [Colosseum Resource Page RPC shortlist](https://www.colosseum.com/breakout/resources)
* [Solana Stack Exchange](https://solana.stackexchange.com/)
* [How to Optimize Compute Usage on Solana](https://solana.com/developers/guides/advanced/how-to-optimize-compute)

## Team & Product Support

* [Superteam Global Hackathon Hub](https://superteam.fun/hackathon)
* [Colosseum Get Started](https://www.colosseum.com/get-started)
* [Superteam Germany Hackathon Guide](https://superteamdao.notion.site/colosseum-hackathon-2025)
* [Book 1:1 Mentoring](https://superteamdao.notion.site/colosseum-hackathon-2025#1e8794d3ba3380a7bfe1d2428dd4db04)

## Submission Support

* [Colosseum Hackathon](https://colosseum.com/hackathon)
* [Superteam Global Hackathon Hub](https://superteam.fun/hackathon)
* [Perfecting Your Hackathon Submission](https://blog.colosseum.com/perfecting-your-hackathon-submission/)
* [Build Station](https://de.superteam.fun/buildstation)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.superteamde.fun/superteam-germany-guilds/hackathon-hub/resources.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
