{"id":34675649,"url":"https://github.com/mohsenfallahnjd/bitlyst","last_synced_at":"2026-05-08T02:02:21.692Z","repository":{"id":314629870,"uuid":"1056217764","full_name":"mohsenfallahnjd/bitlyst","owner":"mohsenfallahnjd","description":" A minimal, fast, and beautiful blog built with Next.js 15, designed for sharing bite-sized tech tips and insights. Perfect for developers who want to quickly publish short, focused content.","archived":false,"fork":false,"pushed_at":"2025-12-12T11:03:31.000Z","size":297,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-12-14T00:19:03.490Z","etag":null,"topics":["developer-tools","development","docker","nextjs","tech","tips","tips-and-tricks","tricks"],"latest_commit_sha":null,"homepage":"https://bitlyst.vercel.app","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/mohsenfallahnjd.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-09-13T16:23:20.000Z","updated_at":"2025-12-12T11:03:34.000Z","dependencies_parsed_at":"2025-10-08T23:00:31.852Z","dependency_job_id":null,"html_url":"https://github.com/mohsenfallahnjd/bitlyst","commit_stats":null,"previous_names":["mohsenfallahnjd/sniply","mohsenfallahnjd/bitlyst"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/mohsenfallahnjd/bitlyst","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mohsenfallahnjd%2Fbitlyst","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mohsenfallahnjd%2Fbitlyst/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mohsenfallahnjd%2Fbitlyst/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mohsenfallahnjd%2Fbitlyst/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mohsenfallahnjd","download_url":"https://codeload.github.com/mohsenfallahnjd/bitlyst/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mohsenfallahnjd%2Fbitlyst/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28008341,"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","status":"online","status_checked_at":"2025-12-24T02:00:07.193Z","response_time":83,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["developer-tools","development","docker","nextjs","tech","tips","tips-and-tricks","tricks"],"created_at":"2025-12-24T20:31:53.737Z","updated_at":"2025-12-24T20:31:54.391Z","avatar_url":"https://github.com/mohsenfallahnjd.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Bitlyst Blog\n\nA minimal, fast, and beautiful blog built with Next.js 15, designed for sharing bite-sized tech tips and insights. Perfect for developers who want to quickly publish short, focused content.\n\n## ✨ Features\n\n### Core Technology Stack\n\n- **Next.js 15** with App Router for optimal performance\n- **React 19** with the latest features\n- **TypeScript** for type safety\n- **Tailwind CSS** for styling\n- **MDX** for rich content authoring\n\n### Content Management\n\n- **File-based content** - Write posts as `.mdx` files in the `docs/` directory\n- **Frontmatter support** - Rich metadata with title, summary, tags, and publish dates\n- **Automatic routing** - Posts automatically become routes at `/blog/[slug]`\n- **Tag filtering** - Built-in tag system for content organization\n\n### Developer Experience\n\n- **Fast refresh** with Next.js development server\n- **Type safety** throughout the application\n- **ESLint \u0026 Biome** for code quality and formatting\n- **Hot reload** for instant development feedback\n\n### User Experience\n\n- **Dark/Light theme** with system preference detection\n- **Responsive design** - Works perfectly on all devices\n- **SEO optimized** - Meta tags, Open Graph, and Twitter cards\n- **RSS feed** - Automatically generated at `/rss.xml`\n- **Sitemap** - Auto-generated for search engines\n- **Minimal, clean design** - Focus on content readability\n\n## 🚀 Quick Start\n\n### Prerequisites\n\n- Node.js 18+ or Bun (recommended)\n- Git\n\n### Installation\n\n1. **Clone the repository**\n\n   ```bash\n   git clone https://github.com/mohsenfallahnjd/bitlyst.git\n   cd bitlyst\n   ```\n\n2. **Install dependencies**\n\n   ```bash\n   # Using Bun (recommended)\n   bun install\n   \n   # Or using npm\n   npm install\n   \n   # Or using yarn\n   yarn install\n   ```\n\n3. **Start the development server**\n\n   ```bash\n   # Using Bun\n   bun dev\n   \n   # Or using npm\n   npm run dev\n   \n   # Or using yarn\n   yarn dev\n   ```\n\n4. **Open your browser**\n   Navigate to [http://localhost:3000](http://localhost:3000)\n\n## 📝 Writing Posts\n\n### Creating a New Post\n\n1. Create a new `.mdx` file in the `docs/` directory\n2. Add frontmatter with metadata\n3. Write your content using Markdown and JSX\n\n### Example Post Structure\n\n```mdx\n---\ntitle: \"Your Post Title\"\nsummary: \"A brief description of your post\"\npublishedTime: \"2025-01-20\"\ntags: [\"javascript\", \"react\", \"tips\"]\nauthors: [{ name: \"\", url: \"\" }]\n---\n\n# Your Post Title\n\nYour content here. You can use:\n\n- **Markdown** formatting\n- `code blocks`\n- [Links](https://example.com)\n- JSX components (if needed)\n\n## Code Examples\n\n```javascript\nconst example = \"Hello, world!\";\nconsole.log(example);\n```\n\nThat's it! Your post will automatically appear at `/blog/your-slug`.\n\n```\n\n### Frontmatter Fields\n\n- `title` - The post title (required)\n- `summary` - Brief description for listings (optional)\n- `publishedTime` - Publication date in YYYY-MM-DD format (optional)\n- `tags` - Array of tags for categorization (optional)\n\n## 🛠️ Development\n\n### Available Scripts\n\n```bash\n# Development\nbun dev          # Start development server\n\n# Building\nbun build        # Build for production\nbun start        # Start production server\n\n# Code Quality\nbun format       # Format code with Biome\nbun lint:fix     # Fix linting issues\nbun check        # Run all checks (format + lint)\nbun typegen      # Generate Next.js types\n```\n\n### Project Structure\n\n```\n├── app/                    # Next.js App Router\n│   ├── blog/              # Blog pages\n│   │   ├── [...slug]/     # Dynamic blog post routes\n│   │   └── page.tsx       # Blog listing page\n│   ├── globals.css        # Global styles\n│   ├── layout.tsx         # Root layout\n│   ├── page.tsx           # Home page\n│   ├── rss.xml/           # RSS feed route\n│   └── sitemap.ts         # Sitemap generation\n├── components/            # React components\n│   ├── Header.tsx         # Site header\n│   ├── Footer.tsx         # Site footer\n│   ├── PostCard.tsx       # Blog post preview\n│   ├── PostMeta.tsx       # Post metadata\n│   └── ThemeToggle.tsx    # Dark/light theme toggle\n├── docs/                  # MDX blog posts\n│   ├── docker-in-2-minutes.mdx\n│   └── solid-principles.mdx\n├── lib/                   # Utility functions\n│   └── mdSource.ts        # MDX processing utilities\n└── public/                # Static assets\n    └── logo.svg\n```\n\n## 🎨 Customization\n\n### Styling\n\n- Modify `app/globals.css` for global styles\n- Use Tailwind classes throughout components\n- Customize the color scheme in `tailwind.config.js`\n\n### Theme\n\n- The theme toggle is located in the header\n- Supports light, dark, and system preference modes\n- Theme preference is persisted in localStorage\n\n### Content\n\n- Add your own posts to the `docs/` directory\n- Customize the home page in `app/page.tsx`\n- Modify the blog listing in `app/blog/page.tsx`\n\n### Metadata\n\n- Update site metadata in `app/layout.tsx`\n- Modify the RSS feed in `app/rss.xml/route.ts`\n- Customize the sitemap in `app/sitemap.ts`\n\n## 📦 Deployment\n\n### Vercel (Recommended)\n\n1. Push your code to GitHub\n2. Connect your repository to Vercel\n3. Deploy automatically on every push\n\n### Other Platforms\n\nThe project can be deployed to any platform that supports Next.js:\n\n- Netlify\n- Railway\n- DigitalOcean App Platform\n- AWS Amplify\n\n### Build Command\n\n```bash\nbun build\n```\n\n## 🤝 Contributing\n\n1. Fork the repository\n2. Create your feature branch (`git checkout -b feature/amazing-feature`)\n3. Commit your changes (`git commit -m 'Add some amazing feature'`)\n4. Push to the branch (`git push origin feature/amazing-feature`)\n5. Open a Pull Request\n\n## 📄 License\n\nThis project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.\n\n## 🙏 Acknowledgments\n\n- Built with [Next.js](https://nextjs.org/)\n- Styled with [Tailwind CSS](https://tailwindcss.com/)\n- Content powered by [MDX](https://mdxjs.com/)\n- Icons from [Heroicons](https://heroicons.com/)\n\n---\n\n**Happy blogging!** 🚀\n\nFor questions or support, please open an issue on GitHub.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmohsenfallahnjd%2Fbitlyst","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmohsenfallahnjd%2Fbitlyst","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmohsenfallahnjd%2Fbitlyst/lists"}