# Guides (/docs/guides)



## Guides [#guides]

Curated, task-focused guides for working with Hackhaton-Space-Stack projects.

### Available Guides [#available-guides]

<Cards>
  <Card href="/docs/guides/cloudflare-alchemy" title="Deploying to Cloudflare with Alchemy">
    Deploy your app to Cloudflare Workers using Alchemy infrastructure-as-code. Covers web + server
    deployments, D1 databases, and environment management.
  </Card>
</Cards>

### Coming Soon [#coming-soon]

More guides are planned:

* Using better-auth with Convex
* Workers + D1 setup with Hono and Drizzle
* Adding PWA to React Router or Next.js
* Using Prisma with Neon or Supabase
* Monorepo tips with Turborepo

### Other Resources [#other-resources]

* [CLI Reference](/docs/cli) - Command options and usage
* [Compatibility](/docs/cli/compatibility) - Valid stack combinations
* [Project Structure](/docs/project-structure) - Understanding generated projects
