Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
nichochar committed Dec 3, 2024
1 parent d1658fb commit 62bd34a
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,17 +10,20 @@
</p>

<p align="center">
<a href="https://hub.srcbook.com">Examples</a> ·
<a href="https://srcbook.com">Online app builder</a>" ·
<a href="https://discord.gg/shDEGBSe2d">Discord</a> ·
<a href="https://www.youtube.com/@srcbook">Youtube</a>
<a href="https://hub.srcbook.com">Hub</a> ·
</p>

## Srcbook

Srcbook is a TypeScript-centric app development platform. It allows you to create and iterate on web apps incredibly fast using AI as a pair-programmer.
It can create or edit web apps, and also write and execute backend code through an interactive notebook interface.
Srcbook is a TypeScript-centric app development platform, with 2 main products:

Srcbook is open-source (apache2) and runs locally on your machine. You need to bring your own API key for AI usage (we strongly recommend Anthropic with `claude-3-5-sonnet-latest`).
- an AI app builder (also available [hosted online](https://srcbook.com/))
- a TypeScript notebook

Srcbook is open-source (apache2) and runs locally on your machine. You'll need to bring your own API key for AI usage (we strongly recommend Anthropic with `claude-3-5-sonnet-latest`).

## Features

Expand Down

0 comments on commit 62bd34a

Please sign in to comment.