company-landing-page
v3.0.0
Published
<img alt="Downloads" src="https://img.shields.io/npm/dm/company-landing-page?style=flat-square&labelColor=343b41"/>
Downloads
139
Readme
🚀 COMPANY LANDING PAGE BOILERPLATE
A Modern, Minimal Landing Page for Any Company with Next.js & Strapi(Built with Turborepo)

🔹 Minimal & Clean UI
🔹 Built with ShadCN UI & Resend for Email Subscriptions
🔹 Easily customizable
🔹 Supports Strapi CMS
🔹 Deploy with Vercel in One Click
⭐ If you find this project useful, consider giving it a star to support development!
🚀 Getting Started
1️⃣ Clone & Install
Clone the repo and install dependencies:
npx company-landing-page@latest
cd company-landing-page
npm install2️⃣ Run Locally
Start the Next.js app on localhost:3000 and Strapi CMS on localhost:1337:
# Start Next.js app
npm run dev
# Start Strapi CMS (In a separate terminal)
cd apps/strapi-cms
npm run dev #Username - [email protected] Password - Password1Then read the docs for more information.
🤝 Contributing
We welcome contributions! To contribute:
- Fork the repo & create a new branch
- Make changes following the coding guidelines
- Submit a Pull Request (PR)
📖 Check out the contribution guide:
🐞 Found a bug? Report it via BUG_REPORT
💡 Have an idea? Submit a FEATURE_REQUEST
📜 License
This project is licensed under the MIT License. See the LICENSE file for details.
