https://github.com/maykelxyz/create-across-app
Scaffold an Across-enabled Next.js app (RainbowKit, wagmi, Tailwind, Across SDK).
https://github.com/maykelxyz/create-across-app
across create nextjs rainbowkit starter tailwind wagmi
Last synced: 3 months ago
JSON representation
Scaffold an Across-enabled Next.js app (RainbowKit, wagmi, Tailwind, Across SDK).
- Host: GitHub
- URL: https://github.com/maykelxyz/create-across-app
- Owner: maykelxyz
- Created: 2025-09-11T10:32:58.000Z (11 months ago)
- Default Branch: master
- Last Pushed: 2026-02-19T18:51:56.000Z (5 months ago)
- Last Synced: 2026-02-19T21:37:59.564Z (5 months ago)
- Topics: across, create, nextjs, rainbowkit, starter, tailwind, wagmi
- Language: TypeScript
- Homepage: https://www.npmjs.com/package/create-across-app
- Size: 48.8 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: ReadMe.md
Awesome Lists containing this project
README
# create-across-app
Scaffold an **Across-enabled Next.js app** in seconds ⚡
Includes [Across App SDK](https://github.com/across-protocol/app-sdk), [wagmi](https://wagmi.sh/), [RainbowKit](https://www.rainbowkit.com/), and [TailwindCSS](https://tailwindcss.com/).

## Quickstart
Use **npx** (no install needed):
```bash
npx create-across-app@latest my-app
```
You’ll be prompted for a project name.
After scaffolding, install dependencies (if you skipped in the prompt):
```bash
cd my-app
npm install
npm run dev
```
## Features:
- Across SDK 0.3.0
- Wagmi 2.12.25
- Rainbowkit 2.1.5
- Next.JS 14 Router
## Across Documentation
- [Across Documentation](https://docs.across.to/)