V54 Showcase

Chingu Voyage 54 was a six-week, remote, team-based learning experience that brought together developers from around the globe to collaborate on real-world projects. Running from March 3 to April 13, 2025, participants formed agile development teams to build MVPs (Minimum Viable Products) while sharpening both technical and soft skills. Each team member first completed a Solo Project to assess readiness, then joined their team to practice Agile workflows, remote communication, and project planning. With a focus on collaborative learning and professional growth, Voyage 54 empowered developers of all experience levels to contribute, learn, and thrive in a supportive, fast-paced environment. Congratulations to all Voyage 54 teams for completing the journey and showcasing your growth and dedication! Tier 1 - HTML - Basic Javascript - Basic Algorithms (LANDING PAGES) Tier 2 - Intermediate Algorithms - Front-end Projects (FRONT-END) Tier 3 - Advanced Projects - Apps having both Front-end and Back-end components (FULL STACK) Tier 1 Team 1 A user-friendly web application designed to guide users in crafting more effective AI prompts. The app provides structured methodologies, real-time feedback, and learning tools to help users continuously improve their prompt-building skill Tech-Stack: webpack Chingu project type: Tier 1 Developer: danr0gers4043 Deployed app GitHub PromptAlchemy PromptAlchemy is a React app that helps users create effective AI prompts for Google Gemini using a pentagram prompt structure. Tech-Stack: React + Vite, Google Gemini API, Netlify, Figma. Chingu project type: Tier 1 Developers: alisonah_15792, sleon33, mik04303 Demo Deployed app GitHub 5tar Ai 5tar AI is a mobile web app designed to help on-the-go users to build high-quality prompts using a structured methodology:the Pentagram. our product will empower users to craft more effective, 5-star quality prompts and improve Google Gemini results. Tech-Stack: React: for all the logic, many React features were used: components, useState, useEffect, functions... Typescript: for implementing types and catching bugs earlier. React Hook Form: for controlling form updates and reducing unnecessary renders. Zod: for creating validation schema. React Icons: for all the icons in the app. React Router: for all routing needs. React Speech Recognition: for audio dictation. MUI: for all styling, custom classes... Django for handling server-side logic, routing, database interaction Django Rest Framework for building RESTful API PostgreSQL for storing user data, prompts SimpleJWT for authentication using JSON Web Tokens Chingu project type: Tier 2 Developers: anybis0, adilrahman, shenanigans_7 UI/UX Designer: josewski Product Owner: estellewraight_97391 Voyage Guide: simonc137 Deployed app GitHub PentaGO An AI web app that allows users to write a better AI prompt Tech-Stack: Vite - Build tool React.js - Frontend framework Tailwind CSS - Styling Formik & Yup - Form handling & validation React Context API (useContext) - State management React Markdown - Renders Markdown content in React rehype-highlight - Adds syntax highlighting to Markdown code blocks rehype-raw - Allows raw HTML inside Markdown rehype-sanitize - Ensures safe HTML by sanitizing Markdown content remark-gfm - Enables GitHub Flavored Markdown (tables, strikethrough, .) Chingu project type: Tier 2 Developers: shemigam1#8741, shamiaa01 Deployed app GitHub Ember AI Ember AI is an AI prompt generation helper. Following the Pentagram methodology of building a prompt for use with AI, it guides a user in crafting a well composed prompt by asking for the persona, context, task, output, and constraints of a request. A user can then submit the prompt that is created for response using Google's Gemini AI. Tech-Stack: React, Typescript, Tailwind CSS, Next.js Chingu project type: Tier 2 Developers: lkallen87, java8031, bhoyem, ivanrebolledo, kento8146 UI/UX Designer: vanskive Scrum Masters: chanae_51686, appolnia386 Voyage Guide: jenny_alexander Deployed app GitHub GoalFlow GoalFlow is a productivity app that helps users set and achieve their goals by leveraging AI to suggest goals and break tasks into smaller, actionable steps. Tech-Stack: React/NextJs, PostgresSQL/Neon, DrizzleORM etc Chingu project type: Tier 3 Developers: jericho1050, theawin UI/UX Designer: sophiefish Deployed app GitHub HushRoom HushRoom is a real-time anonymous chat app that connects strangers for private one-on-one conversations. No login, no identity — just pure conversation. Tech-Stack: React, Tailwind CSS, Socket.IO Client, Node.js, Express.js, Socket.IO Server Chingu project type: Tier 3 Developer: prakshh UI/UX Designer: jclipa Voyage Guide: omesha1111 Deployed app GitHub e-buy ebuy is a cloned version of the eBay shopping application. It is a lightweight e-commerce plat

May 7, 2025 - 12:13
 0
V54 Showcase

Chingu Voyage 54 was a six-week, remote, team-based learning experience that brought together developers from around the globe to collaborate on real-world projects. Running from March 3 to April 13, 2025, participants formed agile development teams to build MVPs (Minimum Viable Products) while sharpening both technical and soft skills. Each team member first completed a Solo Project to assess readiness, then joined their team to practice Agile workflows, remote communication, and project planning. With a focus on collaborative learning and professional growth, Voyage 54 empowered developers of all experience levels to contribute, learn, and thrive in a supportive, fast-paced environment. Congratulations to all Voyage 54 teams for completing the journey and showcasing your growth and dedication!

Tier 1 - HTML - Basic Javascript - Basic Algorithms (LANDING PAGES)

Tier 2 - Intermediate Algorithms - Front-end Projects (FRONT-END)

Tier 3 - Advanced Projects - Apps having both Front-end and Back-end components (FULL STACK)

Tier 1 Team 1

Image description

A user-friendly web application designed to guide users in crafting more effective AI prompts. The app provides structured methodologies, real-time feedback, and learning tools to help users continuously improve their prompt-building skill

Tech-Stack: webpack

Chingu project type: Tier 1

Developer: danr0gers4043

Deployed app
GitHub

PromptAlchemy

Image description

PromptAlchemy is a React app that helps users create effective AI prompts for Google Gemini using a pentagram prompt structure.

Tech-Stack: React + Vite, Google Gemini API, Netlify, Figma.

Chingu project type: Tier 1

Developers: alisonah_15792, sleon33, mik04303

Demo
Deployed app
GitHub

5tar Ai

Image description

5tar AI is a mobile web app designed to help on-the-go users to build high-quality prompts using a structured methodology:the Pentagram. our product will empower users to craft more effective, 5-star quality prompts and improve Google Gemini results.

Tech-Stack: React: for all the logic, many React features were used: components, useState, useEffect, functions... Typescript: for implementing types and catching bugs earlier. React Hook Form: for controlling form updates and reducing unnecessary renders. Zod: for creating validation schema. React Icons: for all the icons in the app. React Router: for all routing needs. React Speech Recognition: for audio dictation. MUI: for all styling, custom classes... Django for handling server-side logic, routing, database interaction Django Rest Framework for building RESTful API PostgreSQL for storing user data, prompts SimpleJWT for authentication using JSON Web Tokens

Chingu project type: Tier 2

Developers: anybis0, adilrahman, shenanigans_7
UI/UX Designer: josewski
Product Owner: estellewraight_97391
Voyage Guide: simonc137

Deployed app
GitHub

PentaGO

Image description

An AI web app that allows users to write a better AI prompt

Tech-Stack: Vite - Build tool React.js - Frontend framework Tailwind CSS - Styling Formik & Yup - Form handling & validation React Context API (useContext) - State management React Markdown - Renders Markdown content in React rehype-highlight - Adds syntax highlighting to Markdown code blocks rehype-raw - Allows raw HTML inside Markdown rehype-sanitize - Ensures safe HTML by sanitizing Markdown content remark-gfm - Enables GitHub Flavored Markdown (tables, strikethrough, .)

Chingu project type: Tier 2

Developers: shemigam1#8741, shamiaa01

Deployed app
GitHub

Ember AI

Image description

Ember AI is an AI prompt generation helper. Following the Pentagram methodology of building a prompt for use with AI, it guides a user in crafting a well composed prompt by asking for the persona, context, task, output, and constraints of a request. A user can then submit the prompt that is created for response using Google's Gemini AI.

Tech-Stack: React, Typescript, Tailwind CSS, Next.js

Chingu project type: Tier 2

Developers: lkallen87, java8031, bhoyem, ivanrebolledo, kento8146
UI/UX Designer: vanskive
Scrum Masters: chanae_51686, appolnia386
Voyage Guide: jenny_alexander

Deployed app
GitHub

GoalFlow

Image description

GoalFlow is a productivity app that helps users set and achieve their goals by leveraging AI to suggest goals and break tasks into smaller, actionable steps.

Tech-Stack: React/NextJs, PostgresSQL/Neon, DrizzleORM etc

Chingu project type: Tier 3

Developers: jericho1050, theawin
UI/UX Designer: sophiefish

Deployed app
GitHub

HushRoom

Image description

HushRoom is a real-time anonymous chat app that connects strangers for private one-on-one conversations. No login, no identity — just pure conversation.

Tech-Stack: React, Tailwind CSS, Socket.IO Client, Node.js, Express.js, Socket.IO Server

Chingu project type: Tier 3

Developer: prakshh
UI/UX Designer: jclipa
Voyage Guide: omesha1111

Deployed app
GitHub

e-buy

Image description

ebuy is a cloned version of the eBay shopping application. It is a lightweight e-commerce platform that allows users to browse, filter, add items to their cart, and place orders, focusing on a seamless user experience and backend efficiency

Tech-Stack: main frontend tools/packages are: - react (main language) - tailwind (styling - how app looks) - react router (for having different "pages", these are technically called routes) - redux toolkit (for centralization of logic) main backend tools/packages are: - express (for all APIs - meaning communication with the database) database: - mongoDB

Chingu project type: Tier 3

Developers: Riry#8244, predrag94, programmerflare
Scrum Master: dami_boy

Deployed app
GitHub

Penta AI

Image description

A Gemini powered AI chat, focusing on bringing structure to the chaos of prompt engineering through the pentagram method.

Tech-Stack: React, node.js, MongoDB, Gemini AI

Chingu project type: Tier 3

Developers: vecchit0, minezzig
Product Owner: patstephen19
Scrum Master: anitaby

Deployed app
GitHub

AskIQ AI Helper App

Image description

AskIQ is an innovative AI Helper App designed to provide users with intelligent responses through a user-friendly interface. The project utilizes the Google Gemini API to analyze input from users and generate accurate and relevant answers based on data input via a pentagram form.

Tech-Stack: 1. NodeJs 2. Typescript 3. CSS (styling) 4. React 5. PostgresSQL (Supabase) 6. Project Management Tools (Jira, Mural, Zephyr) 7. Figma, Discord, Github, Schej

Chingu project type: Tier 3

Developers: mariii#3559, zaid960__73672, albertongodi
Scrum Masters: dj_bliss, vickie1851
Data Scientist: soos3882

Demo
Deployed app
GitHub

The Animal World app

Image description

The Animal World app is an educational website designed to help users learn more about animals.

Tech-Stack: MERN

Chingu project type: Tier 3

Developers: tay_rika, th3ja_, seiya2323, jucheng925
Scrum Master: valpolarbear

Deployed app
GitHub

Prompto

Image description

Prompto, an AI Helper, is a solution born from the belief that AI interactions should be effortless, precise, and accessible to all. Our goal is to help users craft structured, high-quality prompts that deliver relevant and effective AI responses.

Tech-Stack: React, Node, Docker, TypeScript, tailwind,Yarn, Express, Prisma, Playwright Test, Gemini, Jest, and other technologies.

Chingu project type: Tier 3

Developers: luiscastillokc, bkschatzki, aigul2601, firstnamenika
UI/UX Designer: trupti_68923
Scrum Masters: stef8007, xoch5736, xoch5736

Deployed app
GitHub

DnDnDB

Image description

Static no-code site builder where users can drag and drop various elements to build their own website.

Tech-Stack: Frontend: React, Typescript / Backend: Django, PosgreSQL

Chingu project type: Tier 3

Developers: dmanfromm5736, munky_quack, syntax#7986
Product Owner: viral2287
Scrum Master: aimhigh1st_14055

Deployed app
GitHub