Gathering detailed insights and metrics for @reliverse/rse-sdk
Gathering detailed insights and metrics for @reliverse/rse-sdk
Gathering detailed insights and metrics for @reliverse/rse-sdk
Gathering detailed insights and metrics for @reliverse/rse-sdk
🏯 rse (prev. @reliverse/cli) is a js/ts, e.g. next.js, app creator inside your terminal. you can just use a template or start from scratch. you can set everything up automatically or configure everything exactly the way you like. you can have it all, with all the tools already prepared for you.
npm install @reliverse/rse-sdk
Typescript
Module System
Node Version
NPM Version
TypeScript (99.33%)
CSS (0.35%)
JavaScript (0.27%)
HTML (0.05%)
Total Downloads
0
Last Day
0
Last Week
0
Last Month
0
Last Year
0
MIT License
117 Stars
147 Commits
8 Forks
3 Watchers
1 Branches
1 Contributors
Updated on Jun 28, 2025
Latest Version
1.7.9
Package Id
@reliverse/rse-sdk@1.7.9
Unpacked Size
776.90 kB
Size
188.09 kB
File Count
452
NPM Version
10.8.3
Node Version
22.6.0
Published on
Jun 19, 2025
Cumulative downloads
Total Downloads
Last Day
0%
NaN
Compared to previous day
Last Week
0%
NaN
Compared to previous week
Last Month
0%
NaN
Compared to previous month
Last Year
0%
NaN
Compared to previous year
74
@reliverse/rse is your all-in-one daily companion for bootstrapping and improving any kind of projects (especially web apps built with frameworks like Next.js) — whether you're kicking off something new or upgrading an existing app. It is also a little AI-powered toolbox in your terminal, ready to help with coding, refactoring, image gen, and more.
sponsor — discord — github — npm — introduction
template
, or build a new project from scratch with preferred stack
.reliverse-stack
, better-t-stack
(and more coming soon). you have a freedom to use any provider for your project bootstrap.rse better auth
to use improved version of better-auth cli, which is more stable and natively works with bun, thanks to @reliverse/rempts.create/edit project manually
(or rse init
)..cursor/rules
, and the files like .config/rse.ts
.make sure you have git, node.js, and bun/pnpm/yarn/npm (bun is highly recommended) are installed. then:
bun add -g @reliverse/rse
bun add -D @reliverse/rse
(if you want you can install rse globally and as dev dep in your project)
rse update
(or: bun update -g --latest
)bun update -D @reliverse/rse
.config/rse.{ts,jsonc}
file is generated on first run.rse cli
bun rse cli
bunx @reliverse/rse@latest cli
if @reliverse/rse
saved you time or made you smile:
it helps more than you think! thanks for being here.
from bootstrapping projects to ai superpowers — here's what rse cli can do:
rse cli
is your all-in-one entry point — it includes everything.rse <command> --help
to see options and flags.rse cli
— launch the interactive wizard to create or boost your project.rse logout
— logs you out and clears credentials.rse studio
— opens the rse studio — the visual brain center of your local rse memory.rse --help
— shows all available commands and usage tips.rse ai <prompt>
— your terminal sidekick. ask questions, get help, or just chat with rse ai.rse ai code <prompt> <paths>
— let ai generate or improve code across the given paths.rse ai gen <prompt>
— describe an image and ai will create it, saving to your selected upload provider.rse ai lint <prompt> <paths>
— smart linting with ai. catches issues, suggests fixes, cleans things up.rse init
— kickstart a new minimal rse project. pick your direction and go.rse add
(no args) — same as rse init
, but with different prompts depending on the folder.rse add <something>
— add essentials or extras (api, auth, db, payments, i18n, ai tools, uploaders, forms, etc) — all integrated in seconds.rse add -g <something>
(🔜 will be moved to @reliverse/hub
) — install global clis (eslint, bun, stripe, code, obsidian, etc) from your terminal.rse add rule <something>
— browse and install ai ide rules for rse, cursor, windsurf, copilot, and more — with smart caching and auto-conversion to .mdc
if needed.rse clone
(docs) — clone a github repo (just paste the link), or convert a webpage into llm-ready content.rse cmod
(docs) — apply codemods for quick, safe refactoring (ai or presets).rse env
(docs) — generate a .env file from your .env.example with an interactive wizard.rse mrse
(docs) — batch-generate multiple rse config files for multiple projects.rse upload
(docs) — upload media files (images, etc) to providers like uploadthing and uploadcare.rse sync
(coming soon) — sync your local @reliverse/rse memory with your rse ai on reliverse.org.1bun add @reliverse/rse-sdk
the main principle on which the rse ecosystem stands is collaboration and creating the most convenient dx possible. the more friends we have, the better our projects become. that's why rse doesn't strive to be the only one—rse just strives to be really useful. the usefulness of rse is that you don't need to install many different tools to do many different things. rse aims to become an all-in-one tool that runs the tools best suited for your many tasks.
that's why rse gives you the opportunity to use not only its native reliverse-stack for bootstrapping your project, but also the stacks of our good friends. here's what you can choose from after you click create a brand new project
:
.config/dler.ts
and .config/*-dler-pack/*-mod.ts
, will be available for use as a stack. (see reliverse.org/rse/stacks to apply your own or someone else's open-source stack)(get bonus perks on rse and reliverse.org by donating to the creators of the stacks, each stack gives its own perks)
want to add your/someone else's cli? please open a pr or create an issue or apply on reliverse.org/rse/stacks. requested stack will be packed with
dler pack
and will be available for anyone to use.
by choosing a stack other than reliverse-stack, you will still have access to all the features provided by rse—such as pushing to github, deploying to vercel, further updating your bootstrapped project, and so on.
legend:
similar to stack providers, rse has a list of templates, which you can choose from (note: not everything is integrated yet).
two ways to clone this repo and contribute:
classic way:
1git clone https://github.com/rse/rse.git 2cd cli 3code . # opens vscode
rse way:
1rse cli 2> clone an existing repository 3> developer related 4> rse 5> cli 6> y/n # opens default editor
boom. you're in.
bun latest
to install dependencies and keep things fresh.bun dev:command
works just like rse <command> --dev
.bun check
to make sure everything's clean and happy.classic way:
1git add . 2git commit -m "your commit message" 3git push
rse way:
1rse cli 2> commit 3<your commit message> 4<press enter to push>
thanks for being part of this!
applyMagicSpells()
in the end of bootstrapping packed by dler pack
templatesBuilt with love. Fueled by purpose. Running on caffeine.
mit © 2025 nazar kornienko (blefnk), reliverse
No vulnerabilities found.
No security vulnerabilities found.