A Next.js v14 application that serves as a polished frontend on top of the macro_api toolkit—integrating services like YouTube, Spotify, Valorant, DeepSeek, ChatGPT, and more.
This is the main page of the macro_api page including the docs.
- 🔗 Multiple API integrations via
macro_api - ⚛️ Next.js v14 App Router architecture
- 🧩 TypeScript for strong typing and DX
- 🛠️ Server & client components
- Framework: Next.js v14
- Language: TypeScript
- Styling: (e.g., Tailwind CSS, CSS Modules—choose your preferred)
- Clone the repo:
git clone https://github.com/cptcr/macro_api_page.git cd macro_api_page - Install dependencies:
npm install # or yarn install
npm run devNavigate to http://localhost:3000 to explore.
- Build UI components in
/app/(components)/ - Refer to
/src/api/for route-to-client-library wiring
Deploy-ready for Vercel, Netlify, or other platforms:
vercel
# or
netlify deployEnsure environment variables are configured in your deployment dashboard.
Contributions welcome! Suggested workflow:
- Fork & clone
- Create feature branch
- Code, lint, types, test
- Open PR with description & changes
Distributed under Apache 2.0 License. See LICENSE for details.
- Core functionality provided by
macro_api([github.com][1]) - Bootstrapped with Next.js v14 App Router
- Integrates diverse APIs: YouTube, Spotify, Valorant, DeepSeek, OpenAI