codapi: Code Playgrounds
codapi.org · 407 words · saved by 1 readers
Embeddable code playgrounds for education, documentation, and fun.
for all types of technical writing Embed executable code snippets directly into your product documentation, online course or blog post. Python def greet(name): print(f"Hello, {name}!") greet("World") TypeScript const greet = (name: string) => { console.log(`Hello, ${name}!`) } greet("World") SQL create table data(message text); insert into data values ('Hello, World!'); select * from data; Bash greet() { echo "Hello, $1!" } greet "World" C #include <stdio.h> void greet(const char* name) { printf("Hello, %s!\n", name); } int main() { greet("World"); } and many more! Increase…
saved by
related reading
- Codédex | Start Your Coding Adventure ⋆˙⟡codedex.io
- Best practices for Claude Code - Claude Code Docsanthropic.com
- GitHub - x1xhlol/system-prompts-and-models-of-ai-tools: FULL Augment Code, Claude Code, Cluely, CodeBuddy, Comet, Cursor, Devin AI, Junie, Kiro, Leap.new, Lovable, Manus, NotionAI, Orchids.app, Perplexity, Poke, Qoder, Replit, Same.dev, Trae, Traycer AI, VSCode Agent, Warp.dev, Windsurf, Xcode, Z.ai Code, Dia & v0. (And other Open Sourced) System Prompts, Internal Tools & AI Modelsgithub.com
- v0 by Vercel - Build Full-Stack Web Apps with AIv0.dev
- Agentationagentation.dev
- Strudel REPLstrudel.cc
- Cookbookcookbook.openai.com
- Bolt AI builder: Websites, apps & prototypesbolt.new
- Execute Programexecuteprogram.com
- Cursor: AI coding agentcursor.com
- CodaLab Worksheetsworksheets.codalab.org
- GitHub - shroominic/codeinterpreter-api: 👾 Open source implementation of the ChatGPT Code Interpretergithub.com