Github Top Repositories
14K subscribers
2.43K photos
59 videos
10 files
2.71K links
Top GitHub repositories in one place ๐Ÿš€
Explore the best projects in programming, AI, data science, and more.
Download Telegram
Github Top Repositories
Photo
๐Ÿ”ฅ NanmiCoder/MediaCrawler is trending โ€” and it deserves your attention.

๐Ÿ”— https://github.com/NanmiCoder/MediaCrawler
๐Ÿ“ ๅฐ็บขไนฆ็ฌ”่ฎฐ | ่ฏ„่ฎบ็ˆฌ่™ซใ€ๆŠ–้Ÿณ่ง†้ข‘ | ่ฏ„่ฎบ็ˆฌ่™ซใ€ๅฟซๆ‰‹่ง†้ข‘ | ่ฏ„่ฎบ็ˆฌ่™ซใ€B ็ซ™่ง†้ข‘ ๏ฝœ ่ฏ„่ฎบ็ˆฌ่™ซใ€ๅพฎๅšๅธ–ๅญ ๏ฝœ ่ฏ„่ฎบ็ˆฌ่™ซใ€็™พๅบฆ่ดดๅงๅธ–ๅญ ๏ฝœ ็™พๅบฆ่ดดๅง่ฏ„่ฎบๅ›žๅค็ˆฌ่™ซ | ็ŸฅไนŽ้—ฎ็ญ”ๆ–‡็ซ ๏ฝœ่ฏ„่ฎบ็ˆฌ่™ซ
โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€

MediaCrawler is a powerful multi-platform media data collection tool that supports data crawling from popular platforms like Xiaohongshu, Douyin, Kuaishou, Bilibili, Weibo, Tieba, and Zhihu.

Its key features include keyword search, specified post ID crawling, second-level comment crawling, and more. The project utilizes Playwright for browser automation and does not require JS reverse engineering, making it more accessible.

To use MediaCrawler, you'll need to installdependencies like uv and Node.js, and then run the main.py file with the desired platform and login type. The project also provides a WebUI for a more visual experience.

The target audience for MediaCrawler includes developers, researchers, and individuals interested in learning about web scraping and data collection.

MediaCrawlerPro is also available, offering more advanced features like self-media content decomposition and multi-account support.

In short, MediaCrawler is a versatile tool for media data collection, suitable for both beginners and experienced users.

โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€
๐Ÿง  Channel: https://t.iss.one/GithubRe
โค2
Github Top Repositories
Photo
๐Ÿ” Deep-diving into simplex-chat/simplex-chat โ€” fresh off the trending list.

๐Ÿ”— https://github.com/simplex-chat/simplex-chat
๐Ÿ“ SimpleX - the first messaging network operating without user identifiers of any kind - 100% private by design! iOS, Android and desktop apps ๐Ÿ“ฑ!
โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€

The SimpleX Chat is a revolutionary messaging platform that prioritizes user privacy, with no user identifiers of any kind. It protects your messages and metadata with double ratchet end-to-end encryption and an additional encryption layer. Available on Android and iOS, as well as a terminal app on Linux, MacOS, and Windows, SimpleX Chat allows users to make private connections by sharing a link or scanning a QR code. The platform has a strong focus on community, with user groups and a directory for users to connect and share information. To get started, simply install the app and connect with the team or other users. SimpleX Chat is 100% private by design, and its open-source nature allows for transparency and community involvement. Join the movement and experience the power of private messaging - your conversations, your privacy, your way.

โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€
๐Ÿง  Channel: https://t.iss.one/GithubRe
โšก google-labs-code/design.md is making waves. Here's the full picture.

๐Ÿ”— https://github.com/google-labs-code/design.md
๐Ÿ“ A format specification for describing a visual identity to coding agents. DESIGN.md gives agents a persistent, structured understanding of a design system.
โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€

The DESIGN.md format is a specification for describing visual identities to coding agents, providing a structured understanding of design systems. It combines machine-readable design tokens (YAML front matter) with human-readable design rationale (markdown prose). The format includes colors, typography, rounded, and spacing tokens, as well as components that map to groups of sub-token properties.

To get started, you can validate a DESIGN.md file using the lint command:
npx @google/design.md lint DESIGN.md

You can also compare two versions of a design system using the diff command:
npx @google/design.md diff DESIGN.md DESIGN-v2.md

The format is designed for use by agents, such as coding tools, to produce consistent UI designs. The DESIGN.md format is still in its alpha version, and the spec, token schema, and CLI are under active development. Expect changes as it matures. Design consistency made easy - with DESIGN.md, your coding agents will always be on the same page!

โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€
๐Ÿง  Channel: https://t.iss.one/GithubRe
โค1
Github Top Repositories
Photo
โšก commaai/openpilot is making waves. Here's the full picture.

๐Ÿ”— https://github.com/commaai/openpilot
๐Ÿ“ openpilot is an operating system for robotics. Currently, it upgrades the driver assistance system on 300+ supported cars.
โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€

openpilot is an operating system for robotics, currently used to upgrade the driver assistance system in over 300 supported cars. The key features of openpilot include its ability to run on various hardware, such as the comma four, and its extensive documentation. To use openpilot, you need a supported device, software, a supported car, and a car harness.

The project is developed by comma and the community, with contributions welcomed through pull requests and issues on GitHub. The code is MIT licensed, and the project follows ISO26262 guidelines for safety.

With its release-mici and nightly branches, openpilot offers a range of options for users, from stable releases to bleeding-edge development. Whether you're a developer or just a car enthusiast, openpilot is an exciting project to explore.
Get ready to shift your driving experience into high gear with openpilot - the future of autonomous driving is here!

โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€
๐Ÿง  Channel: https://t.iss.one/GithubRe
There are hundreds of AI channels on YouTube. Here's why we made another one.

Most AI content does one of two things: it stays so surface-level it teaches you nothing, or it goes so deep you need a PhD to follow along.

We built Guidely for everyone in between.

โ†’ We start with absolute beginners in mind
โ†’ Then take you deeper, until the details actually click
โ†’ Every guide is reviewed by experienced AI engineers
โ†’ We don't make more content. We make better content.
Whether you build, design, or market products, our goal is simple: leave you thinking "I've never seen it broken down this well."

Two good places to start ๐Ÿ‘‡

โ†’ AI vs ML vs Deep Learning vs GenAI ... But Done Right!
The terms everyone uses. The distinctions are almost never explained clearly. We fix that: youtu.be/72yyLA2wRWc

โ†’ How to Break into AI Engineering in 2026
A senior applied scientist shares what actually matters:  youtu.be/42vE7Ij4kdU

If AI has ever felt overwhelming or noisy, this channel is for you. If the content resonates with you, please donโ€™t forget to like and subscribe.
๐Ÿฅฐ1
Github Top Repositories
Photo
๐Ÿ’ก kunchenguid/no-mistakes just hit the trending charts โ€” here's why it matters.

๐Ÿ”— https://github.com/kunchenguid/no-mistakes
๐Ÿ“ git push no-mistakes
โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€

The no-mistakes tool is a game-changer for developers who want to ensure their code is clean and error-free before pushing it to the remote repository. Its purpose is to put a local git proxy in front of your real remote, allowing you to push to no-mistakes instead of origin. This triggers a disposable worktree, runs an AI-driven validation pipeline, and forwards the branch to the configured push target only after every check passes, automatically opening a clean PR.

The key features of no-mistakes include its non-blocking nature, which means the pipeline runs in an isolated worktree without disrupting your work. It's also agent-agnostic, supporting various agents like claude, codex, and opencode. Additionally, it allows for agent-native interactions, enabling your coding agent to perform tasks and gate them.

To use no-mistakes, simply run no-mistakes init to initialize the gate, then push your changes to no-mistakes instead of origin. The tool will take care of the rest, running the pipeline and opening a clean PR for you.

From a technical standpoint, no-mistakes is built using Go and utilizes a Makefile for development tasks. The code is well-organized, and the documentation is thorough, making it easy to get started.

The target audience for no-mistakes is developers who want to ensure their code is clean and error-free before pushing it to the remote repository. Whether you're working on a personal project or a large-scale enterprise application, no-mistakes is a valuable tool to have in your toolkit.

In summary, no-mistakes is a powerful tool that helps you kill all the slop and raise clean PRs. With its non-blocking and agent-agnostic nature, it's a must-have for any developer who wants to ensure their code is error-free and clean. So, why not give it a try and experience the power of no-mistakes for yourself? Push smarter, not harder, with no-mistakes!

โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€
๐Ÿง  Channel: https://t.iss.one/GithubRe
โšก grafana/grafana is making waves. Here's the full picture.

๐Ÿ”— https://github.com/grafana/grafana
๐Ÿ“ The open and composable observability and data visualization platform. Visualize metrics, logs, and traces from multiple sources like Prometheus, Loki, Elasticsearch, InfluxDB, Postgres and many more.
โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€

Grafana is an open-source platform for monitoring and observability, allowing you to query, visualize, alert on, and understand your metrics from various storage locations. With fast and flexible client-side graphs and panel plugins, you can create dynamic and reusable dashboards with template variables. Key features include Explore Metrics and Explore Logs for ad-hoc queries and dynamic drilldown, as well as Alerting for visually defining alert rules.

Technical highlights include support for Mixed Data Sources, which allows mixing different data sources in the same graph. To get started, you can get Grafana and follow the installation guides. The platform is suitable for teams and individuals looking to foster a data-driven culture.

With a strong focus on community involvement, Grafana encourages contributing to the project and provides resources such as a Contributing guide and Developer guide. Whether you're a developer, a data analyst, or simply a curious individual, Grafana has something to offer. So why not give it a try and experience the power of data visualization - Grafana: where data meets insight.

โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€
๐Ÿง  Channel: https://t.iss.one/GithubRe
Github Top Repositories pinned ยซThere are hundreds of AI channels on YouTube. Here's why we made another one. Most AI content does one of two things: it stays so surface-level it teaches you nothing, or it goes so deep you need a PhD to follow along. We built Guidely for everyone in between.โ€ฆยป
โšก ripienaar/free-for-dev is making waves. Here's the full picture.

๐Ÿ”— https://github.com/ripienaar/free-for-dev
๐Ÿ“ A list of SaaS, PaaS and IaaS offerings that have free tiers of interest to devops and infradev
โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€

The free-for-dev GitHub repository is a curated list of software and services that offer free tiers, making it easier for developers to find and utilize these resources. This list is specifically tailored for infrastructure developers, including System Administrators and DevOps Practitioners. With contributions from over 1600 people, it's a comprehensive collection of as-a-Service offerings, including cloud providers, APIs, data and ML services, and more.

Key features of this repository include its scope, which is limited to services that are useful for infrastructure developers, and its always-free limits, which ensure that the listed services are free for at least a year. The repository also considers the security perspective of each service, ensuring that services with restricted TLS are not included.

To use this repository, simply browse through the various categories, which include Major Cloud Providers, Cloud management solutions, Analytics, Events, and Statistics, and more. Each category lists the available services, along with their free tier details.

From a technical standpoint, the repository is well-organized, with a clear and concise Table of Contents that makes it easy to navigate. The repository also includes links to the Track Awesome List and other relevant resources.

The target audience for this repository is infrastructure developers, including System Administrators and DevOps Practitioners. However, it can also be useful for anyone looking for free services to support their development work.

In summary, the free-for-dev repository is a valuable resource for developers, providing a comprehensive list of free services and tools to support their work.
The bottom line: Stop searching, start building with the free-for-dev repository.

โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€
๐Ÿง  Channel: https://t.iss.one/GithubRe
โค1
๐ŸŒŸ opendatalab/MinerU caught my eye on GitHub Trending today.

๐Ÿ”— https://github.com/opendatalab/MinerU
๐Ÿ“ Transforms complex documents like PDFs and Office docs into LLM-ready markdown/JSON for your Agentic workflows.
โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€

Introduction to MinerU: MinerU is a high-accuracy document parsing engine designed for LLM, RAG, and Agent workflows. It supports the conversion of various file formats, including PDF, DOCX, PPTX, XLSX, images, and web pages, into structured Markdown or JSON.

Key Features:
- Native support for parsing DOCX, PPTX, and XLSX
- Dual engine with VLM and OCR capabilities, supporting 109 languages
- Integration with popular frameworks like LangChain, Dify, and FastGPT
- Supports domestic AI chips and offers a range of deployment options, including private and fully offline modes

Technical Highlights:
- Accurate layout reconstruction and table detection
- Automatic header and footer removal
- Cross-page table merging and multi-column layout support
- CLI, REST API, and Docker support for development and integration

Audience: MinerU is designed for developers, researchers, and businesses looking to integrate high-accuracy document parsing capabilities into their workflows.

Takeaway: With MinerU, unlock the full potential of your documents and streamline your workflow with its cutting-edge parsing capabilities and seamless integrations.

โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€
๐Ÿง  Channel: https://t.iss.one/GithubRe
Github Top Repositories
Photo
๐Ÿ’ก alchaincyf/zhangxuefeng-skill just hit the trending charts โ€” here's why it matters.

๐Ÿ”— https://github.com/alchaincyf/zhangxuefeng-skill
๐Ÿ“ ๅผ ้›ชๅณฐ.skill โ€” ๅผ ้›ชๅณฐ็š„่ฎค็Ÿฅๆ“ไฝœ็ณป็ปŸใ€‚้ซ˜่€ƒๅฟ—ๆ„ฟ/่€ƒ็ ”/่Œไธš่ง„ๅˆ’็š„ๅฎžๆˆ˜ๆ€็ปดๆก†ๆžถใ€‚็”ฑๅฅณๅจฒ.skill็”Ÿๆˆใ€‚
โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€

ๅผ ้›ชๅณฐ็š„่ฎค็Ÿฅๆ“ไฝœ็ณป็ปŸ ไธๆ˜ฏ่ฏญๅฝ•ๅˆ้›†๏ผŒ่€Œๆ˜ฏไธ€ๅฅ—ๅฏ่ฟ่กŒ็š„ๆ€็ปดๆก†ๆžถใ€‚ๅฎƒๅŸบไบŽ5ๆœฌ่‘—ไฝœใ€15+็ฏ‡ๆทฑๅบฆ้‡‡่ฎฟใ€30+ๆก่ฏญๅฝ•ใ€11ไธชๅ…ณ้”ฎๅ†ณ็ญ–่ฎฐๅฝ•ๅ’ŒๅฎŒๆ•ดไบบ็”Ÿๆ—ถ้—ด็บฟ็š„ๆทฑๅบฆ่ฐƒ็ ”๏ผŒๆ็‚ผๅ‡บ5ไธชๆ ธๅฟƒๅฟƒๆ™บๆจกๅž‹ใ€8ๆกๅ†ณ็ญ–ๅฏๅ‘ๅผๅ’ŒๅฎŒๆ•ด็š„่กจ่พพDNAใ€‚่ฟ™ไธชskillๅฏไปฅๅธฎๅŠฉไฝ ๅˆ†ๆžไธ“ไธš้€‰ๆ‹ฉใ€่Œไธšๆ–นๅ‘ๅ’Œไบบ็”Ÿ่ง„ๅˆ’็ญ‰้—ฎ้ข˜๏ผŒๆไพ›ๆ˜Ž็กฎ็š„ๅˆคๆ–ญๅ’Œๅปบ่ฎฎใ€‚

ๆ ธๅฟƒๅฟƒๆ™บๆจกๅž‹ ๅŒ…ๆ‹ฌ็คพไผš็ญ›ๅญ่ฎบใ€้€‰ๆ‹ฉ>ๅŠชๅŠ›ใ€ๅฐฑไธšๅ€’ๆŽจๆณ•ใ€้˜ถๅฑ‚็Žฐๅฎžไธปไน‰ๅ’Œไธๅฏๆ›ฟไปฃๆ€งๆฃ€้ชŒ็ญ‰ใ€‚่ฟ™ไบ›ๆจกๅž‹ๅฏไปฅๅธฎๅŠฉไฝ ็†่งฃ็คพไผš็š„่ฟไฝœ่ง„ๅพ‹ใ€ๅšๅ‡บๅˆ็†็š„้€‰ๆ‹ฉๅ’Œ่ง„ๅˆ’ไบบ็”Ÿใ€‚

ไฝฟ็”จๆ–นๆณ• ๅพˆ็ฎ€ๅ•๏ผŒไฝ ๅฏไปฅ้€š่ฟ‡ npx skills add alchaincyf/zhangxuefeng-skill ๅฎ‰่ฃ…่ฟ™ไธชskill๏ผŒ็„ถๅŽๅ‘Š่ฏ‰ไฝ ็š„agent๏ผš"็”จๅผ ้›ชๅณฐ็š„่ง†่ง’ๅธฎๆˆ‘ๅˆ†ๆž่ฟ™ไธชไธ“ไธš้€‰ๆ‹ฉ" ๆˆ– "ๅผ ้›ชๅณฐไผšๆ€Žไนˆ็œ‹่ฟ™ไธช่Œไธšๆ–นๅ‘๏ผŸ"ใ€‚

ๆŠ€ๆœฏไบฎ็‚น ๆ˜ฏ่ฟ™ไธชskillๅŸบไบŽๅผ€ๆ”พ็š„Agent Skillsๅ่ฎฎ๏ผŒๅฏไปฅๅœจไปปไฝ•skills-compatible็š„AI agent runtimeไธญ่ฟ่กŒใ€‚ๅนถไธ”๏ผŒๅฎƒไฝฟ็”จไบ†ๅฅณๅจฒ.skill่ฟ™ไธชๅทฅๅ…ทๆฅ่‡ชๅŠจ่’ธ้ฆๅฟƒๆ™บๆจกๅž‹ๅ’Œ่กจ่พพDNAใ€‚

้€‚็”จไบบ็พค ๆ˜ฏๆ‰€ๆœ‰ๆƒณ่ฆๆ้ซ˜่‡ชๅทฑ่ฎค็Ÿฅ่ƒฝๅŠ›ๅ’Œๅ†ณ็ญ–ๆฐดๅนณ็š„ไบบ๏ผŒ็‰นๅˆซๆ˜ฏๅญฆ็”Ÿใ€่Œๅœบไบบๅฃซๅ’Œๅˆ›ไธš่€…ใ€‚่ฟ™ไธชskillๅฏไปฅๅธฎๅŠฉไฝ ๆ›ดๅฅฝๅœฐ็†่งฃ็คพไผšๅ’Œ่‡ชๅทฑ๏ผŒๅšๅ‡บๆ›ดๆ˜Žๆ™บ็š„้€‰ๆ‹ฉใ€‚

ๆ€ป็ป“๏ผŒๅผ ้›ชๅณฐ็š„่ฎค็Ÿฅๆ“ไฝœ็ณป็ปŸๆ˜ฏไธ€ไธช้žๅธธๅฎž็”จ็š„skill๏ผŒๅฏไปฅๅธฎๅŠฉไฝ ๆ้ซ˜่ฎค็Ÿฅ่ƒฝๅŠ›ๅ’Œๅ†ณ็ญ–ๆฐดๅนณใ€‚ๅฎƒๅŸบไบŽๆทฑๅบฆ่ฐƒ็ ”ๅ’Œๅผ€ๆ”พ็š„ๅ่ฎฎ๏ผŒๅฏไปฅๅœจไปปไฝ•skills-compatible็š„AI agent runtimeไธญ่ฟ่กŒใ€‚ๆ‰€ไปฅ๏ผŒ็”จๅผ ้›ชๅณฐ็š„่ง†่ง’ๆฅๅˆ†ๆžไฝ ็š„้—ฎ้ข˜ๅง๏ผๅฎ‰่ฃ…ๅนถ่ฏ•่ฏ•็œ‹๏ผŒไฝ ไผšๅ‘็Žฐๅฎƒๅฏนไฝ ็š„ๅธฎๅŠฉใ€‚ไฝ ็š„ๆœชๆฅ๏ผŒไปŽไปŠๅคฉๅผ€ๅง‹ใ€‚

โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€
๐Ÿง  Channel: https://t.iss.one/GithubRe
โšก mauriceboe/TREK is making waves. Here's the full picture.

๐Ÿ”— https://github.com/mauriceboe/TREK
๐Ÿ“ A self-hosted travel/trip planner with real-time collaboration, interactive maps, PWA support, SSO, budgets, packing lists, and more.
โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€

The TREK GitHub repository is a self-hosted, real-time collaborative travel planner that includes maps, budgets, packing lists, a journal, and AI built-in. Its key features are a drag-and-drop planner, interactive map, place search, and import capabilities, as well as travel management tools like reservations, costs, and packing lists.

For usage, simply run the Docker command provided in the README to get started in 30 seconds. The technical highlights of TREK include its use of NestJS, React, and TypeScript, with real-time sync via WebSocket and authentication via JWT, OAuth, and OIDC.

The ideal audience for TREK includes travelers who want to plan and manage their trips collaboratively, with features like multi-user trips, invite links, and role-based access.

In short, TREK is the ultimate travel planning companion - plan your next trip with TREK and take your adventures to the next level!

โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€
๐Ÿง  Channel: https://t.iss.one/GithubRe