cli icon indicating copy to clipboard operation
cli copied to clipboard

🏯 @reliverse/cli is a website builder inside your terminal. You can start from scratch or use a template. You can set everything up automatically or configure everything exactly the way you like. You...

Reliverse: An Open-Source Superapp CLI

Reliverse CLI v0.3.0

Ship your web apps faster! Try the Reliverse CLI to bootstrap Relivator v1.2.5 in seconds! Run it with:

# Install Go lang — https://go.dev/dl
# Open Reliverse in terminal and run:
go run .

Coming Soon ✨

Build a Site, Build an App, Build a Game, Build Everything.

This is the one app to build them all. It's comprehensive and powerful both code and no-code website builder. Work as you want. Sites/apps/games created with this builder will be super fast and beautiful by default.

Also, you can use it as Turborepo starter. But it's not currently production-ready. So you can check the Relivator: A Next.js Starter for now.

This is the Reliverse Turborepo Edition. It's the Incremental Turborepo Superapp Starter 💻 Next.js 13, Tauri Apps UI, Solito Expo 💪 i18n, Stripe, Shadcn, Tailwind, Drizzle Zod Trpc, TypeScript, Resend, Auth, Lucide CSS Radix UI, Responsive React Server, TS ORM, Intl App Router Docs, User Actions Kit, SaaS Commerce Shop, Subscriptions Payments, T3 Turbo Full Stack 🤩 (more stars → more features)

When you give us the star on this repo, you take part in the lottery where a randomly selected person will receive a secret Reliverse feature of their choice as a gift!

How to Install

Make fork to your Github profile, or just run the following command:

pnpm dlx create-turbo@latest -e https://github.com/blefnk/reliverse

What's inside?

This project includes the following packages/apps:

Apps and Packages

  • @nextjs/edge: a Next.js with App Router (Edge Runtime)
  • @nextjs/node: a Next.js with App Router (Node.js Runtime)
  • @acme/expo: a Solito app Expo Router
  • @acme/tauri: a Tauri app with Tauri UI
  • @acme/eslint-config: eslint tool configurations (includes eslint-config-next and eslint-config-prettier)
  • @acme/tsconfig / @acme/tailwind-config / @acme/prettier-config: tools used throughout the monorepo

Each package/app is 100% TypeScript.

Utilities

This project has some additional tools already setup for you:

Build

To build all apps and packages, run the following command:

cd reliverse
pnpm build

Develop

To develop all apps and packages, run the following command:

cd reliverse
pnpm dev

Remote Caching

Turborepo can use a technique known as Remote Caching to share cache artifacts across machines, enabling you to share build caches with your team and CI/CD pipelines.

By default, Turborepo will cache locally. To enable Remote Caching you will need an account with Vercel. If you don't have an account you can create one, then enter the following commands:

cd reliverse
pnpm dlx turbo login

This will authenticate the Turborepo CLI with your Vercel account.

Next, you can link your Turborepo to your Remote Cache by running the following command from the root of your Turborepo:

pnpm dlx turbo link

Useful Links

Learn more about the power of Turborepo: