2
1
Fork
You've already forked forklore
0
Forklore brings you confessions, quirks, and the occasional rant from India’s open source keepers. https://forklore.in
  • Vue 66.5%
  • TypeScript 19.4%
  • Python 8.2%
  • CSS 5.7%
  • Nix 0.2%
Find a file
2026年06月30日 22:19:23 +05:30
.cspell maint: add Ormah to Rishikesh Chirammel Ajit ( #309 ) 2026年04月22日 12:26:43 +05:30
.github chore: update parser script 2026年05月08日 16:45:09 +05:30
assets/css feat: Planet for Forklore ( #282 ) 2026年03月27日 15:27:37 +05:30
components chore: make maintainer card anchor link for better accessibility 2026年05月15日 10:21:37 +05:30
composables chore: move post tags + metadata into component 2026年03月30日 16:13:26 +05:30
content chore: refresh planet feeds 2026年06月29日 11:01:10 +00:00
layout chore: make maintainer card anchor link for better accessibility 2026年05月15日 10:21:37 +05:30
pages chore: move post tags + metadata into component 2026年03月30日 16:13:26 +05:30
public maint: Prince Rajpoot @ AsyncAPI ( #367 ) 2026年06月20日 12:15:30 +05:30
scripts fix(planet/rss): remove image avatar for feeds 2026年04月13日 16:12:01 +05:30
server fix(planet/rss): remove image avatar for feeds 2026年04月13日 16:12:01 +05:30
utils maint: hardik goyal @ oppai ( #318 ) 2026年04月29日 10:46:11 +05:30
.envrc json strict schema validation ( #214 ) 2026年01月16日 15:37:28 +05:30
.gitignore init: nuxt project 2025年05月26日 19:11:37 +05:30
.image-cache.json maint: Prince Rajpoot @ AsyncAPI ( #367 ) 2026年06月20日 12:15:30 +05:30
.pre-commit-config.yaml Maintainer Req., - Sathiya Moorthi P ( #257 ) 2026年03月06日 18:50:42 +05:30
app.vue add scroll back to top component ( #143 ) 2025年10月21日 18:14:38 +05:30
CHANGELOG.md docs: update changelog for new entries 2026年06月30日 22:19:23 +05:30
content.config.ts update refresh script to update existing feeds 2026年04月06日 13:45:55 +05:30
cspell.json merge all cspell dict words into one accepted-words.txt file 2025年10月22日 16:48:42 +05:30
error.vue feat: add error status page 2026年03月06日 15:58:57 +05:30
GET_FEATURED.md Feature avikalpg @ vibinex ( #42 ) 2025年06月19日 19:27:18 +05:30
LICENSE Initial commit 2025年05月26日 16:32:32 +05:30
maintainer.schema.json maint: Lakshmipathi @ webminal.org 2026年05月29日 21:41:47 +05:30
nuxt.config.ts fix(planet/rss): remove image avatar enclosure 2026年04月13日 15:28:14 +05:30
package.json chore(deps): bump vue from 3.5.35 to 3.5.38 ( #379 ) 2026年06月23日 11:28:14 +05:30
parse-maintainer.py maint: nikhil kothale @ redhat ( #333 ) 2026年05月13日 11:29:02 +05:30
pyproject.toml json strict schema validation ( #214 ) 2026年01月16日 15:37:28 +05:30
README.md docs: fix grammar, punctuation, and capitalization in README ( #338 ) 2026年05月18日 16:55:41 +05:30
shell.nix add maintainer counts and total posts 2026年03月27日 15:29:47 +05:30
sync-image.py chore: debloat py script to one thing properly 2026年04月29日 12:06:07 +05:30
tsconfig.json init: nuxt project 2025年05月26日 19:11:37 +05:30
yarn.lock chore(deps): bump vue from 3.5.35 to 3.5.38 ( #379 ) 2026年06月23日 11:28:14 +05:30

Forklore

Website for Forklore, built on Nuxt

About Forklore

Forklore is a data-driven open-source website featuring stories from maintainers from all over India.

Planet

  • Planet Forklore was introduced on March 27, 2026, to aggregate all maintainers' blog posts into a Planet.
  • If you are a maintainer and would like to be part of it, then please submit the "RSS" field in the Issue template to get featured.

Implementation is based on Planet Ubuntu's Terra.

Social Media Campaign

Everyone featured on Forklore was already or will be highlighted via the FOSS United social media handles.

Our primary place for showcasing and connecting maintainers is our Forum: #MeetTheMaintainers

Mastodon Bluesky LinkedIn Instagram X/Twitter

Contribute

See something you can fix or make better? In the true spirit of open source, we welcome all contributions from our community.

Looking to get featured? Refer to this document.

Prerequisites

- node 20+
- yarn 1.22.22+

Local Setup

To get started with local development, follow these steps:

  • Clone this repository
  • Open this directory in a terminal, and run yarn install
  • Start the development server by running yarn run dev
  • The website should start running at http://localhost:3000