meetcleo hackathon starter

Ship a tiny full-stack demo to Vercel fast.

This template keeps the moving pieces small on purpose: a homepage, a server-rendered route, a client component example, and a basic API route. It is meant to be easy to explain, easy to clone, and ready for preview deployments.

Deployment check: GitHub Actions to Vercel is live.

Example

Server-side example

A tiny server-rendered page that shows data generated on the server at request time.

Open
Example

Client-side example

A simple interactive page with a counter to show where client components fit.

Open
Example

API route example

A JSON endpoint you can hit directly or call from your own frontend.

Open

Why this shape?

Next.js maps cleanly to Vercel and gives you static UI, server rendering, and backend endpoints without extra setup.

What to customize first

Replace the copy, swap the sample pages for your own feature slices, and keep the deployment workflow as the default path for preview environments.