Inspiration

We wanted to build something that we could actually ship fast as a team, not just talk about. The idea was to set up a clean starter that gives us a real base for our project site, then grow features on top without fighting setup bugs all weekend. Honestly we were inspired by how many hackathon projects die at setup, so we wanted to remove that pain first.

What it does

Right now this project runs a simple Next.js app with a clean landing page and reusable UI structure. It gives us a working app shell, routing, styling, and component organization so we can plug in our real feature work quickly. Think of it as the launchpad for team 10 anhiti rihaan.

How we built it

We built it with a modern Next.js app setup using TypeScript. The app uses the App Router structure, global styling, and reusable components so we can scale from one page to many. We also organized utility helpers and UI components early so future features are less messy. It is pretty lean right now by design.

Challenges we ran into

The biggest challenge was keeping scope realistic. We had way more feature ideas than time. We also had some small confusion around project structure and what to build first, so we chose to prioritize a stable base before adding complex logic. Not flashy, but it saved us.

Accomplishments that we're proud of

We are proud that we turned an idea into a running project quickly and set up clean foundations instead of rushing random code. The structure is understandable, the project boots fast, and everyone on the team can jump in without getting blocked.

What we learned

We learned that good setup is not boring, it is strategic. A clear folder structure and shared coding style helps team speed a lot. We also learned to make smaller decisions faster and keep momentum instead of overthinking every detail.

What's next for team-10-anhiti-rihaan

Next we are implementing the core product features on top of this base, polishing the UI, and connecting real data and APIs. We also want better testing and deploy automation so we can ship updates confidently. The plan is simple, build small, test often, keep improving.

Built With

Share this project:

Updates