Skip to content

team-headstart/adsgency-interview-challenge

Repository files navigation

Adsgency AI – Interview Scaffold

This repository contains a minimal Next.js scaffold for a 45-minute take-home/live interview. The candidate is expected to implement APIs and a simple UI for an AI-powered ad platform based on the PRD in src/app/page.tsx.

Getting Started

  1. Install dependencies
npm install
  1. Run the dev server
npm run dev

Open http://localhost:3000 to see the instructions.

What You Need To Build (high level)

  • Implement API routes: POST /api/ads/generate, POST /api/ads/publish, GET /api/dashboard
  • Create your services under src/services/* and types in src/lib/types.ts
  • Build a minimal UI to call the APIs

Use the provided Logger in src/utils/logger.ts for all server-side logging.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published