https://github.com/mongzen/coworking-space-web
A modern frontend UI for a premium coworking space and office leasing platform.
https://github.com/mongzen/coworking-space-web
Last synced: 3 months ago
JSON representation
A modern frontend UI for a premium coworking space and office leasing platform.
- Host: GitHub
- URL: https://github.com/mongzen/coworking-space-web
- Owner: mongzen
- Created: 2026-03-12T07:28:09.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2026-03-19T07:12:51.000Z (3 months ago)
- Last Synced: 2026-03-20T00:28:13.759Z (3 months ago)
- Language: TypeScript
- Homepage: https://coworking-space-web-pi.vercel.app
- Size: 248 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Coworking Space Web (Payload CMS + Next.js)
A modern, SEO-ready coworking website powered by Payload CMS, Next.js App Router, and Tailwind CSS.
## Highlights
- **Payload CMS** for editable content (hero section, stats, memberships, spaces).
- **Tailwind CSS** for utility-first styling.
- **Framer Motion** for lightweight visual effects.
- **SEO-friendly metadata** in `src/app/layout.tsx`.
- **Responsive sections** for desktop/tablet/mobile layouts.
- **Fast load defaults** (optimized Next.js rendering + lazy images after the first visual).
## Quick start
```bash
npm install
npm run dev
```
Open:
- Website: `http://localhost:3000`
- Payload Admin: `http://localhost:3000/admin`
## Environment variables
Create `.env` if needed:
```bash
PAYLOAD_SECRET=change-me
DATABASE_URI=file:./payload.db
```
## Content model
- Global: `homepage`
- Collections: `memberships`, `spaces`
## Project continuity
See `docs/PROJECT_CONTEXT.md` for architecture notes and handover-ready context.