{"id":28146395,"url":"https://github.com/shanksxz/blaze","last_synced_at":"2026-03-14T22:36:21.731Z","repository":{"id":268396045,"uuid":"903844462","full_name":"shanksxz/blaze","owner":"shanksxz","description":"Blaze is a social media platform designed to revolutionize real-time communication and connection. Built with cutting-edge technologies, Blaze offers a lightning-fast, intuitive experience for sharing thoughts, connecting with others, and staying informed. ","archived":false,"fork":false,"pushed_at":"2025-04-02T21:22:19.000Z","size":724,"stargazers_count":4,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-05-14T23:12:37.371Z","etag":null,"topics":["better-auth","biomejs","drizzle-orm","nextjs","postgresql","shadcn","tanstack-query","trpc","turborepo","under-development"],"latest_commit_sha":null,"homepage":"https://blaze.somyabhatt.tech","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/shanksxz.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-12-15T17:43:21.000Z","updated_at":"2025-04-05T13:49:55.000Z","dependencies_parsed_at":null,"dependency_job_id":"3314227a-ed94-4a9f-90dc-b6b08a93c740","html_url":"https://github.com/shanksxz/blaze","commit_stats":null,"previous_names":["shanksxz/blaze"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/shanksxz/blaze","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shanksxz%2Fblaze","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shanksxz%2Fblaze/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shanksxz%2Fblaze/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shanksxz%2Fblaze/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/shanksxz","download_url":"https://codeload.github.com/shanksxz/blaze/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shanksxz%2Fblaze/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":263099718,"owners_count":23413625,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["better-auth","biomejs","drizzle-orm","nextjs","postgresql","shadcn","tanstack-query","trpc","turborepo","under-development"],"created_at":"2025-05-14T23:12:33.149Z","updated_at":"2025-10-09T03:11:07.162Z","avatar_url":"https://github.com/shanksxz.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Blaze 🔥\n\nA modern, full-stack social media platform built with cutting-edge technologies. Blaze offers real-time interactions, robust user engagement features, and a scalable architecture.\n\n## Features 🚀\n\n### Core Functionality\n- **User Management**\n  - Secure authentication with multiple providers(currently only github is supported)\n  - Custom user profiles with bio and avatar(soon)\n  - Username and email verification system(soon)\n  \n- **Social Interactions**\n  - Create, edit, and delete posts\n  - Like and comment on posts\n  - Repost functionality\n  - Follow/unfollow users\n  - Real-time notifications\n  \n- **Content Management**\n  - Post with text content (up to 256 characters)\n  - Hashtag support and tracking\n  - Bookmark favorite posts\n  - Comment threading\n\n- **Engagement Tracking**(soon)\n  - Post engagement metrics (likes, comments, reposts)\n  - User following/follower system\n  - Notification system for social interactions\n\n## Tech Stack 💻\n\n### Frontend\n- **Next.js** - React framework for production\n- **Shadcn UI** - Modern UI component library\n- **TailwindCSS** - Utility-first CSS framework\n\n### Backend\n- **tRPC** - End-to-end typesafe APIs\n- **Drizzle ORM** - TypeScript ORM with maximum type safety\n- **PostgreSQL** - Primary database\n- **BetterAuth** - Authentication solution\n\n### Development Tools\n- **TypeScript** - Static type checking\n- **Turborepo** - High-performance build system\n- **Biome** - Fast formatter and linter\n- **pnpm** - Fast, disk space efficient package manager\n\n## Available Scripts\n\n- `pnpm dev` - Start development server\n- `pnpm build` - Build for production\n- `pnpm start` - Start production server\n- `pnpm format-and-lint` - Run Biome linter and formatter\n- `pnpm format-and-lint:fix` - Run Biome linter and formatter and fix linting errors\n- `pnpm db:migrate` - Run database migrations\n- `pnpm db:studio` - Open database studio\n- `pnpm db:generate` - Generate database models\n\n## Project Structure 📁\n\n```\nblaze/\n├── apps/\n│   └── web/          \n├── packages/\n│   ├── database/     \n│   └── typescript-config/ \n```\n\n## Getting Started 🏁\n\n1. **Prerequisites**\n   - Node.js 20+\n   - pnpm\n   - PostgreSQL\n\n2. **Installation**\n   ```bash\n   # clone the repository\n   git clone https://github.com/shanksxz/blaze.git\n   cd blaze\n\n   # install dependencies\n   pnpm install\n   ```\n\n3. **Environment Setup**\n   - Copy `.env.example` to `.env`\n   - Configure your environment variables:\n     - Database connection\n     - Authentication providers\n     - API keys\n\n4. **Development**\n   ```bash\n   pnpm dev\n   ```\n\n## Contributing 🤝\n\nContributions are welcome! Please feel free to submit a Pull Request.\n\n## License 📝\n\nThis project is licensed under the MIT License - see the LICENSE file for details.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fshanksxz%2Fblaze","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fshanksxz%2Fblaze","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fshanksxz%2Fblaze/lists"}