Pitchify

screenshot of Pitchify
nextjs
react
styled-components
tailwind
shadcn-ui
sanity

This project showcases the latest features of Next.js 15, including Next.js Form for seamless client-side form submissions, Unstable After for background tasks, Server Component HMR Cache for faster development, and Partial Prerendering for performance optimization.

Overview

The new platform built on Next.js 15 is designed specifically for entrepreneurs looking to showcase their innovative startup ideas through virtual pitch competitions. It not only allows users to submit their pitches but also provides the opportunity to explore other ideas, fostering a collaborative environment. The focus on a clean and minimalistic design ensures that users can navigate the platform smoothly, making for an effective tool in gaining exposure for their startups.

With a robust tech stack that includes React 19, Next.js 15, and Sanity, this platform is equipped to handle dynamic content and user interactions efficiently. It promises to deliver a seamless experience for both users submitting ideas and those browsing through the various submitted pitches.

Features

  • Live Content API: Dynamically displays the latest startup ideas on the homepage leveraging Sanity's Content API for real-time updates.
  • GitHub Authentication: Simplifies the login process by allowing users to sign in using their GitHub accounts.
  • Pitch Submission: Users can easily submit startup ideas complete with titles, descriptions, categories, and multimedia links.
  • View Pitches: Browse and filter through submitted ideas by various categories, making exploration easy and tailored.
  • Pitch Details Page: Offers a dedicated page per pitch that showcases detailed descriptions and multimedia related to each idea.
  • Profile Page: Users can keep track of and view all pitches they have submitted in one convenient location.
  • Editor Picks: Admins can highlight standout startup ideas using the "Editor Picks" feature, helping to surface quality submissions.
  • Views Counter: Instead of using an upvote system, the platform tracks and displays the number of views each pitch receives.
  • Search Functionality: Efficient search options allow users to quickly find and view pitches that interest them.
  • Minimalistic Design: Features a fresh and simple UI that prioritizes essential pages for an uncluttered and user-friendly experience.
nextjs
Next.js

Next.js is a React-based web framework that enables server-side rendering, static site generation, and other powerful features for building modern web applications.

react
React

React is a widely used JavaScript library for building user interfaces and single-page applications. It follows a component-based architecture and uses a virtual DOM to efficiently update and render UI components

styled-components
Styled Components

Styled Components is a popular library for styling React components using CSS syntax. It allows you to write CSS in your JavaScript code, making it easier to create dynamic styles that are specific to each component.

tailwind
Tailwind

Tailwind CSS is a utility-first CSS framework that provides pre-defined classes for building responsive and customizable user interfaces.

shadcn-ui
Shadcn UI

Beautifully designed components that you can copy and paste into your apps. Accessible. Customizable. Open Source.

sanity
Sanity

Sanity is a fully customizable, API-first, and cloud-based headless content management system that enables developers to manage structured content across multiple channels and platforms.

eslint
Eslint

ESLint is a linter for JavaScript that analyzes code to detect and report on potential problems and errors, as well as enforce consistent code style and best practices, helping developers to write cleaner, more maintainable code.

postcss
Postcss

PostCSS is a popular open-source tool that enables web developers to transform CSS styles with JavaScript plugins. It allows for efficient processing of CSS styles, from applying vendor prefixes to improving browser compatibility, ultimately resulting in cleaner, faster, and more maintainable code.

typescript
Typescript

TypeScript is a superset of JavaScript, providing optional static typing, classes, interfaces, and other features that help developers write more maintainable and scalable code. TypeScript's static typing system can catch errors at compile-time, making it easier to build and maintain large applications.