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

https://github.com/digitalrm/womenbuilders

A landing page for the YC Women Builders after-party event following Y Combinator's YC AI Startup School.
https://github.com/digitalrm/womenbuilders

design event landing next tailwindcss

Last synced: 12 months ago
JSON representation

A landing page for the YC Women Builders after-party event following Y Combinator's YC AI Startup School.

Awesome Lists containing this project

README

          

# YC Women Builders - The After Party
openGraph

A landing page for the YC Women Builders after-party event following Y Combinator's YC AI Startup School.

## Event Details

- **Date:** June 18, 2025
- **Time:** 2:30 PM - 4:30 PM
- **Event:** After-party following YC AI Startup School
- **RSVP:** [lu.ma/9o2p8m3j](https://lu.ma/9o2p8m3j?tk=XSBBIk)

## Featured Speakers

- **Hahnbee Lee** - Co-Founder @ Mintlify
- **Aiden Bai** - Founder @ Same.dev

## Sponsors

- **Mintlify** - Next generation documentation platform
- **Koel Labs** - Accessible speech technology innovation
- **Same.dev** - Fullstack web app builder with prompts
- **Ravenna** - Slack-first help desk for internal operations

## Tech Stack

- **Framework:** Next.js 15.3.3
- **Language:** TypeScript
- **Styling:** Tailwind CSS v4
- **Icons:** Lucide React
- **UI Components:** Headless UI
- **Deployment:** Vercel-ready

## Getting Started

### Prereqs

Make sure you have Node.js installed on your machine.

### Installation

1. Clone the repository:

```bash
git clone
cd yc
```

2. Install dependencies:

```bash
npm install
# or
yarn install
# or
pnpm install
```

3. Run the development server:

```bash
npm run dev
# or
yarn dev
# or
pnpm dev
```

4. Open [http://localhost:3000](http://localhost:3000) in your browser to see the result.

## Available Scripts

- `npm run dev` - Start development server
- `npm run build` - Build for production
- `npm run start` - Start production server
- `npm run lint` - Run ESLint