Skip to content

reliverse/reliverse

Β 
Β 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

4 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

Reliverse: An Open-Source Superapp

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:

Languages

  • TypeScript 76.2%
  • CSS 16.4%
  • JavaScript 6.9%
  • Handlebars 0.5%