https://github.com/preschian/create-dot-app
A command-line interface (CLI) tool designed to streamline the development process for Polkadot-based decentralized applications (dApps).
https://github.com/preschian/create-dot-app
dedot hackathon polkadot polkadot-api scaffold
Last synced: 23 days ago
JSON representation
A command-line interface (CLI) tool designed to streamline the development process for Polkadot-based decentralized applications (dApps).
- Host: GitHub
- URL: https://github.com/preschian/create-dot-app
- Owner: preschian
- License: mit
- Created: 2025-06-08T08:30:25.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2026-06-02T13:10:36.000Z (26 days ago)
- Last Synced: 2026-06-02T14:27:21.125Z (26 days ago)
- Topics: dedot, hackathon, polkadot, polkadot-api, scaffold
- Language: TypeScript
- Homepage: https://createdot.app
- Size: 1.68 MB
- Stars: 12
- Watchers: 1
- Forks: 3
- Open Issues: 27
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# Create Dot App
[](https://github.com/preschian/create-dot-app/actions/workflows/cli-tests.yml)
[](https://github.com/preschian/create-dot-app/actions/workflows/package-managers.yml)
A CLI tool to quickly bootstrap Polkadot-based decentralized applications with pre-configured templates and best practices.
## Quick Start
```bash
# Interactive mode
npx create-dot-app@latest
# Non-interactive mode
npx create-dot-app@latest my-dapp --template next-papi
```
## Features
- ⥠**Two Next.js stacks** - Solidity (Polkadot Hub EVM) and Substrate via PAPI
- ð **Native Polkadot** - [PAPI](https://papi.how/) (polkadot-api) for Substrate interaction
- ðŠķ **Light client** - in-browser smoldot connectivity on the Substrate (PAPI) stack
- ðĶ **Package Managers** - npm, yarn, pnpm, bun
## Documentation
For detailed documentation, available templates, and advanced usage:
ð **[CLI Documentation](cli/README.md)**
## Contributing
We welcome contributions! Please read our [Contributing Guidelines](CONTRIBUTING.md) for details.
---
**Get started building your Polkadot dApp today! ð**