https://github.com/anshkaran7/git-aura
A modern web app to visualize and share GitHub user profiles and contribution activity. Enter any GitHub username to view a beautiful, themeable profile card with contribution heatmap, follower stats, and more. Export as an image or share your profile with a unique link. Built with Next.js, Supabase, and the GitHub API.
https://github.com/anshkaran7/git-aura
contribution github github-profile nextjs supabase
Last synced: 11 months ago
JSON representation
A modern web app to visualize and share GitHub user profiles and contribution activity. Enter any GitHub username to view a beautiful, themeable profile card with contribution heatmap, follower stats, and more. Export as an image or share your profile with a unique link. Built with Next.js, Supabase, and the GitHub API.
- Host: GitHub
- URL: https://github.com/anshkaran7/git-aura
- Owner: Anshkaran7
- Created: 2025-07-15T17:03:50.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2025-07-16T04:17:54.000Z (11 months ago)
- Last Synced: 2025-07-16T15:28:34.053Z (11 months ago)
- Topics: contribution, github, github-profile, nextjs, supabase
- Language: TypeScript
- Homepage: https://git-aura.karandev.in
- Size: 393 KB
- Stars: 2
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README

_Preview of the git-aura user profile interface_
# git-aura
A modern, open-source web application built with [Next.js](https://nextjs.org/) and TypeScript. Designed for rapid development, scalability, and best-in-class developer experience.
## Features
- ⚡️ Next.js 14+ with App Router
- 🛠 TypeScript for type safety
- 🎨 Optimized font loading with `next/font` (Geist)
- 💅 CSS/PostCSS for styling
- 🔥 Hot reloading and fast refresh
- 📦 Zero-config setup
- 🚀 Ready for deployment on [Vercel](https://vercel.com/)
## Getting Started
Clone the repository:
```bash
git clone https://github.com/Anshkaran7/git-aura.git
cd git-aura
```
Install dependencies:
```bash
npm install
# or
yarn install
# or
pnpm install
```
Run the development server:
```bash
npm run dev
# or
yarn dev
# or
pnpm dev
```
Open [http://localhost:3000](http://localhost:3000) to view the app.
## Project Structure
- `src/app/` – Main application code (pages, layouts, components)
- `public/` – Static assets
- `next.config.ts` – Next.js configuration
- `tsconfig.json` – TypeScript configuration
## Contributing
Contributions are welcome! Please open issues or pull requests for improvements or bug fixes.
## License
This project is open source and available under the [MIT License](LICENSE).
## Resources
- [Next.js Documentation](https://nextjs.org/docs)
- [Vercel Deployment Guide](https://nextjs.org/docs/app/building-your-application/deploying)
- [Geist Font](https://vercel.com/font)
---
> Inspired by the [git-aura](https://github.com/Anshkaran7/git-aura) project.