A community-driven platform that helps students and job seekers track their internship applications, share interview experiences, and discover tech opportunities.
See a job listing (e.g., on LinkedIn), apply for it, and haven’t heard back? Use didtheyghost.me to check if others have received replies, interviews, or offers. It helps answer burning questions like:
- How long does it usually take to hear back from company X?
- Has anyone heard back from this role?
- What are the online assessments/interview rounds like?
- When do company X usually hire?
- And lastly, did they ghost me?
- Monitor your job applications across different stages
- View response timelines and track application status
- Filter applications by status: Applied, Interviewing, Rejected, Ghosted, or Offered
- Share and learn from online assessment experiences
- Access detailed interview experiences by round
- View interview types (Technical, Behavioral, HR) and LeetCode questions
- Track company response timelines
- Browse the latest tech internship roles in Singapore
- Updated daily with new positions
- Community-sourced job postings
- Easy filtering by job type, location, and category
- Ask questions about specific job postings
- Engage with other applicants
- Share interview experiences
- Help others prepare for interviews
- Next.js 14 – React framework with App Router
- HeroUI (Previously NextUI) – Modern UI components
- Tailwind CSS – Utility-first CSS
- TypeScript – Type safety
- Clerk – Authentication
- Supabase – Database
- SWR – Data fetching
- React Hook Form – Form state and validation
- Zod – Schema validation and runtime type safety
- Upstash – Rate limiting
You can use one of them npm
, yarn
, pnpm
, bun
, Example using npm
:
Open http://localhost:3000 with your browser to see the result.
If you are using pnpm
, you need to add the following code to your .npmrc
file:
public-hoist-pattern[]=*@heroui-org/*
After modifying the .npmrc
file, you need to run pnpm install
again to ensure that the dependencies are installed correctly.