A modern marketing website for a software marketplace platform. Developers can share projects, discover software, and buy ready-made solutions — all in one place.
This is a frontend-only marketing landing page with no backend. All buttons and links are placeholders for demo purposes.
- Hero — Headline, CTAs, and browser preview mockup
- Features — Project sharing, software sales, community, secure shopping
- How It Works — 3-step onboarding flow
- Marketplace — Sample software product cards
- Stats — Social proof metrics
- Testimonials — Developer reviews
- CTA & Footer — Sign-up call-to-action and site links
- Node.js 18 or later
- npm
git clone https://github.com/wencyone/codehub.git
cd codehub
npm installnpm run devOpen http://localhost:5173 in your browser.
npm run build
npm run previewThe built files will be in the dist/ folder, ready to deploy on Vercel, Netlify, GitHub Pages, or any static host.
├── docs/
│ └── screenshots/ # README preview images
├── public/
│ └── favicon.svg
├── src/
│ ├── components/
│ │ ├── Navbar.jsx
│ │ ├── Hero.jsx
│ │ ├── Features.jsx
│ │ ├── HowItWorks.jsx
│ │ ├── Marketplace.jsx
│ │ ├── Stats.jsx
│ │ ├── Testimonials.jsx
│ │ ├── CTA.jsx
│ │ └── Footer.jsx
│ ├── App.jsx
│ ├── main.jsx
│ └── index.css
├── index.html
├── tailwind.config.js
├── vite.config.js
└── package.json
Vural Demir — Wency
This project is open source and available under the MIT License.



