A web application to help facilitate meaningful 1:1 meetings with structured questions and topics.
- Multiple topics for discussion:
- Feedback & Skill Development
- Wellbeing & Burnout Prevention
- Self-Reflection & Personal Growth
- Goals Setting & Prioritization
- Company Culture & Values
- Motivation & Purpose
- Leadership Feedback
- Communication & Conflict Resolution
- Three difficulty levels:
- Surface Level Questions
- Medium Depth Questions
- Deep Questions (Call to Action)
- Mobile-first responsive design
- Clean and modern UI with Tailwind CSS
- Static site generation for fast loading
- DX Heroes branding with SVG logo integration
First, install dependencies:
pnpm install
Then, run the development server:
pnpm dev
Open http://localhost:3000 with your browser to see the result.
To create a production build:
pnpm build
This will create a static export in the out
directory, ready for deployment to GitHub Pages or any other static hosting.
The app is automatically deployed to GitHub Pages when changes are pushed to the main branch. The deployment process:
- Builds the app as static files
- Creates a
.nojekyll
file to bypass GitHub Pages processing - Sets correct asset paths for GitHub Pages hosting
- Deploys to the gh-pages branch
To deploy manually:
- Build the project:
pnpm build
- The static files will be in the
out
directory - These files can be served from any static hosting service
- Next.js 15.1
- React 19
- Tailwind CSS 3.4
- TypeScript 5
- Fonts:
- Staatliches for headings
- Inter for body text
- SVG Components for vector graphics