An open API service indexing awesome lists of open source software.

https://github.com/quickdapp/quickdapp

Web3 dapp template for rapidly building and shipping.
https://github.com/quickdapp/quickdapp

blockchain bun cron daemon dapp docker drizzleorm elysiajs ethereum graphql postgresql rainbowkit sentry siwe viem wagmi web3

Last synced: 4 months ago
JSON representation

Web3 dapp template for rapidly building and shipping.

Awesome Lists containing this project

README

          

# QuickDapp

Production-ready boilerplate for vibe coders.

QuickDapp gives you a batteries-included full-stack TypeScript foundation — authentication, database, GraphQL API, background workers, and a polished React frontend — so you can skip the setup and start building.

## Getting Started

```bash
# Create a new project (recommended)
bunx @quickdapp/cli create my-project

# Or with Web3 support
bunx @quickdapp/cli create my-project --variant web3

# npx works too
npx @quickdapp/cli create my-project
```

## Packages

| Package | Description |
|---------|-------------|
| [packages/base](./packages/base) | Base boilerplate — full-stack TypeScript app with auth, database, workers, and GraphQL |
| [packages/variant-web3](./packages/variant-web3) | Web3 variant — adds wallet auth (SIWE), smart contracts, and chain monitoring |
| [packages/website](./packages/website) | [quickdapp.xyz](https://quickdapp.xyz) — an example project built with QuickDapp |
| [packages/cli](./packages/cli) | `create-quickdapp` CLI tool for scaffolding projects |
| [packages/docs](./packages/docs) | Documentation source for [quickdapp.xyz/docs](https://quickdapp.xyz/docs) |

Each package (base, variant-web3, website) is a standalone codebase — not interdependent workspace packages. They can be developed, built, and deployed independently.

## Documentation

- [Full documentation](https://quickdapp.xyz/docs)
- [Website](https://quickdapp.xyz)
- [LLM-friendly docs](https://quickdapp.xyz/llms.txt)

## License

MIT — see [LICENSE.md](./LICENSE.md)