Skip to content

Commit 4dd0ebf

Browse files
committed
chore: release v0.1.0 with sitemap and kanban features
1 parent f9304c8 commit 4dd0ebf

File tree

96 files changed

+2926
-1205
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

96 files changed

+2926
-1205
lines changed

.github/workflows/build-binaries.yml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,10 @@ name: Build Binaries
33
on:
44
workflow_dispatch:
55
push:
6+
branches:
7+
- v0.1.0
68
tags:
7-
- 'v*'
9+
- "v*"
810

911
permissions:
1012
contents: write
@@ -15,7 +17,8 @@ jobs:
1517
# Prevent race conditions with multiple releases
1618
max-parallel: 1
1719
matrix:
18-
os: [
20+
os:
21+
[
1922
{ name: "windows", image: "windows-latest" },
2023
{ name: "linux", image: "ubuntu-22.04" },
2124
{ name: "macos-intel", image: "macos-13" },
@@ -136,4 +139,4 @@ jobs:
136139
fi
137140
138141
echo "✅ All expected binaries found:"
139-
find artifacts/ -type f \( -name "*.zip" -o -name "*.exe" -o -name "*.deb" -o -name "*.rpm" \) -exec basename {} \;
142+
find artifacts/ -type f \( -name "*.zip" -o -name "*.exe" -o -name "*.deb" -o -name "*.rpm" \) -exec basename {} \;

.github/workflows/ci.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: CI
33
on:
44
push:
55
branches:
6-
- main
6+
- v0.1.0
77
pull_request:
88
types: [opened, synchronize, reopened]
99

@@ -86,4 +86,3 @@ jobs:
8686
name: test-results
8787
path: test-results
8888
retention-days: 1
89-

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ name: Release app
77
on:
88
workflow_dispatch:
99
push:
10-
branches: [main, release/**]
10+
branches: [v0.1.0, release/**]
1111
jobs:
1212
build:
1313
environment: release
@@ -127,4 +127,4 @@ jobs:
127127
run: |
128128
echo "Running release asset verification..."
129129
node scripts/verify-release-assets.js
130-
shell: bash
130+
shell: bash

.roomodes

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
customModes:
2+
- slug: fullstack
3+
name: 🏗️ Fullstack
4+
description: Fullstack development orchestrator
5+
roleDefinition: >-
6+
You are Roo, a fullstack development expert specializing in breaking down complex fullstack development tasks into manageable subtasks with todos. Your expertise includes:
7+
- Coordinating frontend and backend development workflows
8+
- Managing multi-step projects across different technologies
9+
- Ensuring seamless integration between components
10+
- Breaking down large tasks into actionable subtasks with progress tracking
11+
- Handling both client-side and server-side development
12+
whenToUse: >-
13+
Use this mode for complex fullstack development tasks that require breaking down into multiple subtasks, such as building web applications with frontend and backend components, integrating databases, managing APIs, and coordinating deployment workflows. Ideal when tasks span multiple technologies or require systematic progress tracking.
14+
groups:
15+
- read
16+
- edit
17+
- browser
18+
- command
19+
- mcp
20+
customInstructions: >-
21+
Always break down fullstack tasks into clear subtasks using todos when the task involves multiple steps or components. Focus on both frontend and backend aspects, ensuring proper integration and data flow. Use the update_todo_list tool to track progress systematically.

README.md

Lines changed: 17 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
> ✅ 100% Local | 🚀 LLM-Powered | 🧠 BYO AI API Key | 🧩 Framework-Agnostic | 💡 Open Source
66
7-
Inspired by tools like *Lovable*, *v0.dev*, and *Bolt*, but with no lock-in or cloud dependency. Built on top of [Dyad](https://github.com/dyad-sh/dyad), AliFullStack gives you the power of AI without sacrificing control.
7+
Inspired by tools like _Lovable_, _v0.dev_, and _Bolt_, but with no lock-in or cloud dependency. Built on top of [Dyad](https://github.com/dyad-sh/dyad), AliFullStack gives you the power of AI without sacrificing control.
88

99
![AliFullStack Screenshot](https://github.com/user-attachments/assets/f6c83dfc-6ffd-4d32-93dd-4b9c46d17790)
1010

@@ -17,8 +17,7 @@ AliFullstack builds on top of other awesome open-source projects:
1717
- [Dyad](https://github.com/dyad-sh/dyad)
1818
- [Roo-Code](https://github.com/RooCodeInc/Roo-Code)
1919
- [React](https://github.com/facebook/react)
20-
- [NextJS](https://github.com/vercel/next.js)
21-
-[Vue](https://github.com/vuejs/core)
20+
- [NextJS](https://github.com/vercel/next.js) -[Vue](https://github.com/vuejs/core)
2221
- [Django](https://github.com/django/django)
2322
- [FastAPI](https://github.com/fastapi/fastapi)
2423
- [Flask](https://github.com/pallets/flask)
@@ -52,24 +51,27 @@ Help us grow! If you're excited about AI developer tools, autonomous coding, or
5251
AliFullStack is evolving rapidly. Here's what’s done and what’s coming soon:
5352

5453
### 🎨 Frontend Frameworks
54+
5555
- [x] [ReactJS](https://reactjs.org)
5656
- [x] [NextJS](https://nextjs.org)
5757
- [x] [Vue 3](https://vuejs.org)
5858
- [ ] [Angular](https://angular.io)
59-
- [ ] Svelte *(planned)*
60-
- [ ] SolidJS *(planned)*
61-
- [ ] Qwik *(planned)*
59+
- [ ] Svelte _(planned)_
60+
- [ ] SolidJS _(planned)_
61+
- [ ] Qwik _(planned)_
6262

6363
### 🔧 Backend Frameworks
64+
6465
- [x] [Django](https://djangoproject.com)
6566
- [x] [FastAPI](https://fastapi.tiangolo.com)
6667
- [x] [Flask](https://flask.palletsprojects.com)
6768
- [x] [Node.js](https://nodejs.org)
68-
- [ ] Ruby on Rails *(planned)*
69-
- [ ] Go *(planned)*
70-
- [ ] Laravel *(planned)*
69+
- [ ] Ruby on Rails _(planned)_
70+
- [ ] Go _(planned)_
71+
- [ ] Laravel _(planned)_
7172

7273
### 🧠 AI/LLM Integrations
74+
7375
- [x] [OpenAI GPT](https://openai.com)
7476
- [x] [Google Gemini](https://ai.google.dev)
7577
- [x] [Google Vertex AI](https://cloud.google.com/vertex-ai)
@@ -80,10 +82,11 @@ AliFullStack is evolving rapidly. Here's what’s done and what’s coming soon:
8082
- [x] [xAI](https://x.ai)
8183
- [x] [AWS Bedrock](https://aws.amazon.com/bedrock/)
8284
- [ ] [Roo Code Cloud](https://roocode.com)
83-
- [ ] Mistral *(planned)*
84-
- [ ] Cohere *(planned)*
85+
- [ ] Mistral _(planned)_
86+
- [ ] Cohere _(planned)_
8587

8688
### ✨ In Progress & Planned Features
89+
8790
- [x] Full-stack project generation
8891
- [x] **Autonomous App Development** — AI-driven end-to-end development with minimal human input
8992
- [x] Frontend-to-backend transition automation
@@ -238,7 +241,7 @@ For more details, see **[CONTRIBUTING.md](./CONTRIBUTING.md)**.
238241
Be part of a growing network of **AI tinkerers**, **indie hackers**, and **full-stack dreamers**:
239242

240243
- 🧵 Reddit: [r/alifullstackbuilders](https://www.reddit.com/user/alifullstackbuilder/)
241-
- 🐦 Twitter/X: [@alifullstack](https://x.com/AliFullStackAI) *(coming soon)*
244+
- 🐦 Twitter/X: [@alifullstack](https://x.com/AliFullStackAI) _(coming soon)_
242245
- 🌐 Website: [alifullstack.alitech.io](https://alifullstack.alitech.io)
243246

244247
---
@@ -248,6 +251,7 @@ Be part of a growing network of **AI tinkerers**, **indie hackers**, and **full-
248251
AliFullStack is **Apache 2.0 licensed** and open to contributors!
249252

250253
You can:
254+
251255
- 🐛 Fix bugs
252256
- ✨ Add features
253257
- 📝 Improve documentation
@@ -260,6 +264,7 @@ You can:
260264
## 📬 Stay Updated
261265

262266
Be the first to know about:
267+
263268
- ✨ New Features
264269
- 📦 Releases
265270
- 🧠 Devlogs

Roo-Code/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
- [简体中文](locales/zh-CN/README.md)
3636
- [繁體中文](locales/zh-TW/README.md)
3737
- ...
38-
</details>
38+
</details>
3939

4040
---
4141

Roo-Code/locales/ca/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
- [简体中文](../zh-CN/README.md)
3636
- [繁體中文](../zh-TW/README.md)
3737
- ...
38-
</details>
38+
</details>
3939

4040
---
4141

Roo-Code/locales/de/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
- [简体中文](../zh-CN/README.md)
3636
- [繁體中文](../zh-TW/README.md)
3737
- ...
38-
</details>
38+
</details>
3939

4040
---
4141

Roo-Code/locales/es/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
- [简体中文](../zh-CN/README.md)
3636
- [繁體中文](../zh-TW/README.md)
3737
- ...
38-
</details>
38+
</details>
3939

4040
---
4141

Roo-Code/locales/fr/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
- [简体中文](../zh-CN/README.md)
3636
- [繁體中文](../zh-TW/README.md)
3737
- ...
38-
</details>
38+
</details>
3939

4040
---
4141

0 commit comments

Comments
 (0)