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.
Server-side example
A tiny server-rendered page that shows data generated on the server at request time.
OpenExampleClient-side example
A simple interactive page with a counter to show where client components fit.
OpenExampleAPI route example
A JSON endpoint you can hit directly or call from your own frontend.
OpenWhy 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.