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.
- Host: GitHub
- URL: https://github.com/digitalrm/womenbuilders
- Owner: digitalRM
- Created: 2025-06-17T09:34:06.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-06-20T18:23:46.000Z (about 1 year ago)
- Last Synced: 2025-06-20T19:44:27.965Z (about 1 year ago)
- Topics: design, event, landing, next, tailwindcss
- Language: TypeScript
- Homepage: https://www.womenbuilders.dev/
- Size: 19.4 MB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# YC Women Builders - The After Party

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