{"id":14070231,"url":"https://github.com/teambit/evangelist","last_synced_at":"2025-07-30T07:30:58.087Z","repository":{"id":52447666,"uuid":"249507446","full_name":"teambit/evangelist","owner":"teambit","description":"React components used to build the bit.dev marketing website.","archived":true,"fork":false,"pushed_at":"2021-05-03T19:59:05.000Z","size":3946,"stargazers_count":35,"open_issues_count":0,"forks_count":7,"subscribers_count":3,"default_branch":"master","last_synced_at":"2024-08-13T07:17:18.723Z","etag":null,"topics":["components","design-system","front-end","javascript","react","reactjs","ui","ui-components"],"latest_commit_sha":null,"homepage":"https://bit.dev/bit/evangelist","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/teambit.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}},"created_at":"2020-03-23T18:07:35.000Z","updated_at":"2024-05-17T16:50:10.000Z","dependencies_parsed_at":"2022-09-13T02:31:54.011Z","dependency_job_id":null,"html_url":"https://github.com/teambit/evangelist","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/teambit%2Fevangelist","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/teambit%2Fevangelist/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/teambit%2Fevangelist/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/teambit%2Fevangelist/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/teambit","download_url":"https://codeload.github.com/teambit/evangelist/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":228102638,"owners_count":17869893,"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":["components","design-system","front-end","javascript","react","reactjs","ui","ui-components"],"created_at":"2024-08-13T07:07:35.023Z","updated_at":"2024-12-04T11:31:30.646Z","avatar_url":"https://github.com/teambit.png","language":"TypeScript","funding_links":[],"categories":["TypeScript"],"sub_categories":[],"readme":"[![bit components](https://img.shields.io/badge/dynamic/json.svg?color=6e3991\u0026label=bit%20components\u0026query=payload.totalComponents\u0026url=https://api.bit.dev/scope/bit/evangelist?UseCache=1)](https://bit.dev/bit/evangelist)\n\u003ca href=\"https://opensource.org/licenses/Apache-2.0\"\u003e\u003cimg alt=\"apache\" src=\"https://img.shields.io/badge/License-Apache%202.0-blue.svg\"\u003e\u003c/a\u003e\n\u003ca href=\"https://github.com/teambit/example-templates/blob/master/README.md#contributing\"\u003e\u003cimg alt=\"prs\" src=\"https://img.shields.io/badge/PRs-welcome-brightgreen.svg\"\u003e\u003c/a\u003e\n\n# Marketing components of bit.dev\n\nThe reusable set of React components used to build the [bit.dev marketing website](https://bit.dev). This repository is a **component-based micro-frontend** that exposes components.\n\n[![screenshot](./docs/highlighter.png)](https://bit.dev)\n\n\n## Component collection - choose and use\n\nAll components in this frontend codebase were [authored and exposed using Bit](https://github.com/teambit/bit) as a set of independently-usable components. See the **[Evangelist scope on bit.dev](https://bit.dev/teambit/evangelist)** to explore and integrate any component into your project.\n\n- Install independent components with `bbit install`\n- Use `bbit import` to explore components in your local workspace and modify them to your own needs.\n- Try any component hands-on in the docs' live playground and in the 'compositions' page.\n\n[![scope](./docs/scope-screenshot.png)](https://bit.dev/teambit/evangelist)\n\n\n## This is a component-based micro-frontend\n\nWait.. what?\n\nThe entire bit.dev platform and website **isn't built as one monolithic application**.\nInstead, it's built from **[components maintained in different codebases](https://blog.bitsrc.io/how-we-build-micro-front-ends-d3eeeac0acfc)** which are separately developed, then exposed and integrated together using [Bit](https://github.com/teambit/bit).\n\n### Show me an example!\n\nTake a look at the [bit.dev homepage](https://bit.dev/).  \n\nYou will notice that it's built from components that live in different front-end codebases:\n\n- evangelist components (here).\n- [base-ui components](https://github.com/teambit/base-ui).\n- Container application (private).\n- etc\n\nWe use [Bit](https://github.com/teambit/bit) to contain and expose components from any codebase as a set of APIs in [bit.dev](https://bit.dev) that can be integrated into different pages and applications. For example:\n\n- Exposed evangelist components on bit.dev.\n- Exposed [base-ui components on bit.dev](https://bit.dev/teambit/base-ui).\n\n\n## Key components\n\n### Pages\nfull pages with margins, backgrounds. Because of its size, _Page_ components should not contain granular content and only set the layout for individual sections.\n\n### Sections\nIndividual areas containing most of the content, and can be reused between pages. Sections may occupy different spaces in different pages, so they should avoid sizing and backgrounds\n\n### Content\n\nRaw data objects for visual components (like MVC's model). A single ui component can use many _Content_ components at different places, and _Content_ may be presented differently in different ui components.\n\n### Atom / 'concrete'\nComponents that are specific to this homepage. As atomic UI components, they are still abstract and should not contain texts and content.  \n\n## Setup\n1. Install Bit: `npm install @teambit/bit --global`\n2. Clone this Bit Workspace: `git clone https://github.com/teambit/evangelist.git evangelist`\n3. Go to the workspace directory: `cd evangelist`\n4. Install all packages and import all components: `bbit install` \n5. Run the Workspace UI to explore the Evangalist components: `bbit start` and go to https://localhost:3000\n6. Enjoy!\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fteambit%2Fevangelist","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fteambit%2Fevangelist","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fteambit%2Fevangelist/lists"}