Skip to content

Commit a73b488

Browse files
committed
docs: init
1 parent bc3c624 commit a73b488

2 files changed

Lines changed: 181 additions & 2 deletions

File tree

.github/workflows/lint-md.yml

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
name: Lint Markdown
2+
3+
on:
4+
push:
5+
branches:
6+
- main
7+
pull_request:
8+
9+
jobs:
10+
lint-markdown:
11+
runs-on: ubuntu-latest
12+
steps:
13+
- name: Checkout
14+
uses: actions/checkout@v3
15+
16+
- name: Lint Markdown
17+
uses: lint-md/github-action@v1
18+
with:
19+
files: './'

README.md

Lines changed: 162 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,162 @@
1-
# awesome-opc
2-
🌐 Collect OPC-related(One Person Companies) content, including policies, inspiration, projects, tools, resources, etc., to help OPC quickly find direction.
1+
<div align="center">
2+
3+
# Awesome OPC [![Awesome](https://awesome.re/badge.svg)](https://awesome.re)
4+
5+
🌐 A curated list of awesome resources for **OPC (One Person Companies)** — policies, inspiration, projects, tools, and more.
6+
7+
Help solo founders find direction, build faster, and thrive independently.
8+
9+
[Introduction](#introduction) · [Policies](#-policies) · [Inspiration](#-inspiration) · [Tools](#-tools) · [Resources](#-resources)
10+
11+
</div>
12+
13+
---
14+
15+
## Contents
16+
17+
- [Introduction](#introduction)
18+
- [What is OPC?](#what-is-opc)
19+
- [🏛 Policies](#-policies)
20+
- [China](#china)
21+
- [United States](#united-states)
22+
- [Europe](#europe)
23+
- [Others](#others)
24+
- [💡 Inspiration](#-inspiration)
25+
- [Success Stories](#success-stories)
26+
- [Notable One-Person Companies](#notable-one-person-companies)
27+
- [Interviews & Talks](#interviews--talks)
28+
- [🛠 Tools](#-tools)
29+
- [Building & Development](#building--development)
30+
- [Design & UI](#design--ui)
31+
- [Marketing & Growth](#marketing--growth)
32+
- [Finance & Accounting](#finance--accounting)
33+
- [Productivity & Operations](#productivity--operations)
34+
- [AI-Powered](#ai-powered)
35+
- [📚 Resources](#-resources)
36+
- [Books](#books)
37+
- [Newsletters](#newsletters)
38+
- [Podcasts](#podcasts)
39+
- [Communities](#communities)
40+
- [Courses](#courses)
41+
- [Contributing](#contributing)
42+
- [License](#license)
43+
44+
---
45+
46+
## Introduction
47+
48+
> One person, one company, infinite possibilities.
49+
50+
This project curates everything a solo founder needs — from understanding policies and regulations, to finding inspiration from those who've walked the path, to discovering the best tools and resources that make running a one-person company not just possible, but powerful.
51+
52+
## What is OPC?
53+
54+
**OPC (One Person Company)** is a business structure where a single individual operates as both the sole shareholder and director. With the rise of AI, no-code tools, and the creator economy, running a profitable company solo has never been more achievable.
55+
56+
---
57+
58+
## 🏛 Policies
59+
60+
*Regulations, legal frameworks, and tax policies related to one-person companies across the globe.*
61+
62+
### China
63+
64+
<!-- Add items here -->
65+
66+
### United States
67+
68+
<!-- Add items here -->
69+
70+
### Europe
71+
72+
<!-- Add items here -->
73+
74+
### Others
75+
76+
<!-- Add items here -->
77+
78+
---
79+
80+
## 💡 Inspiration
81+
82+
*Real stories, companies, and talks that prove one person can build something remarkable.*
83+
84+
### Success Stories
85+
86+
<!-- Add items here -->
87+
88+
### Notable One-Person Companies
89+
90+
<!-- Add items here -->
91+
92+
### Interviews & Talks
93+
94+
<!-- Add items here -->
95+
96+
---
97+
98+
## 🛠 Tools
99+
100+
*The essential toolkit for solo founders — build, ship, and grow by yourself.*
101+
102+
### Building & Development
103+
104+
<!-- Add items here -->
105+
106+
### Design & UI
107+
108+
<!-- Add items here -->
109+
110+
### Marketing & Growth
111+
112+
<!-- Add items here -->
113+
114+
### Finance & Accounting
115+
116+
<!-- Add items here -->
117+
118+
### Productivity & Operations
119+
120+
<!-- Add items here -->
121+
122+
### AI-Powered
123+
124+
<!-- Add items here -->
125+
126+
---
127+
128+
## 📚 Resources
129+
130+
*Learn, connect, and stay inspired.*
131+
132+
### Books
133+
134+
<!-- Add items here -->
135+
136+
### Newsletters
137+
138+
<!-- Add items here -->
139+
140+
### Podcasts
141+
142+
<!-- Add items here -->
143+
144+
### Communities
145+
146+
<!-- Add items here -->
147+
148+
### Courses
149+
150+
<!-- Add items here -->
151+
152+
---
153+
154+
## Contributing
155+
156+
Contributions are welcome! Please read the [contribution guidelines](CONTRIBUTING.md) first. Feel free to submit a PR or open an issue.
157+
158+
## License
159+
160+
[![CC0](https://licensebuttons.net/p/zero/1.0/88x31.png)](https://creativecommons.org/publicdomain/zero/1.0/)
161+
162+
This project is licensed under [MIT](LICENSE).

0 commit comments

Comments
 (0)