An open API service indexing awesome lists of open source software.

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.

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.