-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathREADME.ejs
More file actions
79 lines (46 loc) · 2.92 KB
/
README.ejs
File metadata and controls
79 lines (46 loc) · 2.92 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
# Awesome Vibe Coding
<!--## Getting started with vibe coding -->
<!--## The essential resources -->
<!--## Advanced vibe coding -->
* [**Agents**](#-agents)
<%- renderCategories('agents', data, categories) %>
* [**Vibe-coding apps**](#-vibe-coding-apps)
<%- renderCategories('apps', data, categories) %>
* [**Agent interfaces**](#-agent-interfaces)
<%- renderCategories('interfaces', data, categories) %>
* [**Tools and MCP servers**](#-tools-and-mcp-servers)
<%- renderCategories('tools', data, categories) %>
* [**Vibe-coding workflows**](#-vibe-coding-workflows)
<%- renderCategories('workflows', data, categories) %>
* [**Cloud-only agents**](#-cloud-only-agents)
<%- renderCategories('hosted-agents', data, categories) %>
* [Contributing](#contributing)
<br />
## <img src="https://raw.githubusercontent.com/no-fluff/awesome-vibe-coding/main/src/images/agents.png" width="36" height="36" alt="Agents" align="absmiddle" /> Agents
<%- renderSection(data.agents, 'agents', categories) %>
<br />
## <img src="https://raw.githubusercontent.com/no-fluff/awesome-vibe-coding/main/src/images/apps.png" width="36" height="36" alt="Apps" align="absmiddle" /> Vibe-coding apps
*Soup-to-nuts apps for vibing.*
<%- renderSection(data.apps, 'apps', categories) %>
<br />
## <img src="https://raw.githubusercontent.com/no-fluff/awesome-vibe-coding/main/src/images/interfaces.png" width="36" height="36" alt="Interfaces" align="absmiddle" /> Agent interfaces
*Use your AI agent outside the terminal.*
<%- renderSection(data.interfaces, 'interfaces', categories) %>
<br />
## <img src="https://raw.githubusercontent.com/no-fluff/awesome-vibe-coding/main/src/images/tools.png" width="36" height="36" alt="Tools" align="absmiddle" /> Tools and MCP servers
*Everything you can plug into a coding agent.*
<%- renderSection(data.tools, 'tools', categories) %>
<br />
## <img src="https://raw.githubusercontent.com/no-fluff/awesome-vibe-coding/main/src/images/workflows.png" width="36" height="36" alt="Workflows" align="absmiddle" /> Vibe-coding workflows
*Agent rules and processes to help you ship higher-quality code, faster.*
<%- renderSection(data.workflows, 'workflows', categories) %>
<br />
## <img src="https://raw.githubusercontent.com/no-fluff/awesome-vibe-coding/main/src/images/hosted-agents.png" width="36" height="36" alt="Workflows" align="absmiddle" /> Cloud-only agents
*These closed-source agents are hosted for you.*
<%- renderSection(data['hosted-agents'], 'hosted-agents', categories) %>
<br />
## Contributing
We're excited to have your contributions to awesome-vibe-coding! If you'd like to suggest a new resource, whether something you've built or something you find useful:
1. Open an issue on GitHub
2. Choose the appropriate resource type (e.g., Agent, Tool, Workflow)
3. Fill in what information you can -- at minimum, all the AI agent needs is the name and website/GitHub repo link.