A Tinder-inspired pet adoption app where you swipe to navigate, “adopt”, or “pass” on shelter animals. Built & deployed with PostgreSQL, Express, Node.js, TypeORM, Next.js, AWS, Agentic AI, and many other modern technologies for a fun, real-time experience
PetSwipe is an innovative platform dedicated to connecting shelter animals with potential adopters through a user-friendly swipe-to-adopt interface. Inspired by the familiar swiping functionality of dating apps, PetSwipe allows users to browse through a variety of adoptable pets effortlessly. This tool not only promotes the smooth transition of pets into loving homes but also aims to raise awareness about the importance of animal adoption.
With a vibrant and engaging design, PetSwipe focuses on creating a seamless experience for users, whether they're seasoned pet adopters or first-timers. The app is built with modern technologies, ensuring reliability and scalability while appealing to both prospective pet parents and shelter staff alike.
Express.js is a simple Node.js framework for single, multi-page, and hybrid web applications.
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 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
Tailwind CSS is a utility-first CSS framework that provides pre-defined classes for building responsive and customizable user interfaces.
Beautifully designed components that you can copy and paste into your apps. Accessible. Customizable. Open Source.
Supabase is an open source Firebase alternative. Start your project with a Postgres database, Authentication, instant APIs, Edge Functions, Realtime subscriptions, and Storage.
A fullstack boilerplate provides a starter application that includes both frontend and backend. It should include database, auth, payments, user roles and other backend services to build a fully featured saas or webapps.
A website that uses Docker for containerization to streamline development, testing, and deployment workflows. This includes features such as containerization of dependencies, automated builds and deployments, and container orchestration to ensure scalability and availability.
Redux is a state management library for JavaScript apps that provides a predictable and centralized way to manage application state. It enables developers to write actions and reducers that update the state in response to user interactions, server responses, and other events, and can be used with a variety of front-end frameworks and back-end technologies.
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.
Vercel offers built-in support for deploying and hosting Next.js applications, making it a popular choice among Next.js developers.