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.
- Host: GitHub
- URL: https://github.com/quickdapp/quickdapp
- Owner: QuickDapp
- License: mit
- Created: 2025-08-17T21:13:44.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2026-02-11T07:23:11.000Z (4 months ago)
- Last Synced: 2026-02-11T10:30:36.908Z (4 months ago)
- Topics: blockchain, bun, cron, daemon, dapp, docker, drizzleorm, elysiajs, ethereum, graphql, postgresql, rainbowkit, sentry, siwe, viem, wagmi, web3
- Language: TypeScript
- Homepage: https://quickdapp.xyz
- Size: 3.91 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.md
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)