
Company News
Socket Named Top Sales Organization by RepVue
Socket won two 2026 Reppy Awards from RepVue, ranking in the top 5% of all sales orgs. AE Alexandra Lister shares what it's like to grow a sales career here.
create-lb-app
Advanced tools
A CLI tool to quickly generate a React project with Tailwind CSS, React Router DOM, daisyUI, Lucide Icons, React Toastify, and a prebuilt folder structure ready for industry-level web applications.
Vite + React projectMainLayout and routesNavbar, Footer, LoaderHome, About, Contact, SignIn, SignUp, NotFoundcomponents, pages, layouts, routes, context, hooksreact-router-dom, axios, zod, lucide-react, react-toastify, tailwindcss, daisyuiYou can install or use the CLI in three ways:
# 1️⃣ Using npx (no global install required)
npx create-lb-app myproject
# 2️⃣ Using npm create (modern style)
npm create-lb-app myproject
# 3️⃣ Using global installation
npm install -g create-lb-app
create-lb-app myproject
After running the CLI, it will automatically create a project with:
After creation, go inside the project folder and start the development server:
cd myproject
npm run dev
src/ ├── components/ # Navbar, Footer, Loader ├── pages/ # Home, About, Contact, SignIn, SignUp, NotFound ├── layouts/ # MainLayout ├── routes/ # Route config ├── context/ # AuthContext ├── hooks/ # Custom hooks └── main.jsx # Entry file
Made with ❤️ by Biplob Sordar
FAQs
CLI to create a React + Tailwind + Router project with prebuilt structure
We found that create-lb-app demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Company News
Socket won two 2026 Reppy Awards from RepVue, ranking in the top 5% of all sales orgs. AE Alexandra Lister shares what it's like to grow a sales career here.

Security News
NIST will stop enriching most CVEs under a new risk-based model, narrowing the NVD's scope as vulnerability submissions continue to surge.

Company News
/Security News
Socket is an initial recipient of OpenAI's Cybersecurity Grant Program, which commits $10M in API credits to defenders securing open source software.