
1atatime — Better Prompts, One at a Time
A free directory of tested AI prompts for building one app component at a time: auth, payments, analytics, email, storage, search, database, error tracking.
@mannam_11 · X
完整作品展
技术栈
15 projects

A free directory of tested AI prompts for building one app component at a time: auth, payments, analytics, email, storage, search, database, error tracking.
@mannam_11 · X

Paste code, get a link, and share it. Anyone opening the link can run your code in the browser. No setup, no install, no login. An instant coding sandbox for snippets, debugging, a
@BillyAwaa · X
Share runnable code instantly and invite users to collaborate. You can spin up any framework such as node JS, flask and more. No sign up needed.

在一个应用中跟踪时间、管理项目并为自由职业者生成发票。
u/AstronomerGreedy · Reddit
I got tired of juggling 4 different tools to run my freelance business, so I built one that does it all. I'm a freelancer, and for a couple of years my business ran on duct tape: one app for time tracking, another for invoicing, a separate e-sign tool for contracts, and a spreadsheet to check if I was actually making money that month. So over the past few months I built Workey (React + TypeScript + Supabase) — one dashboard for the whole "get paid" loop: - Time trackin

Turn any idea into a film, campaign, or project. Schedules, crew, call sheets, gear and budgets in one free workspace. Start your first project today.
@connorathomas · X
New creative ops platform

@CricTalk29 https://t.co/I7BJ3bPTmL https://t.co/9eoMFb1ct2
@imjawith · X

NodeESP是ESP32的可视化编程工具,通过节点拖拽创建GPIO逻辑和MQTT工作流。
@NodeESP · X
- Project for sale

具有CRM、开票和项目管理功能的业务管理工具
@buildrunkitUS · X
BuildRunKit: A complete system for founders, with (CRM/Invoices/Projects) BuildRunKit 7-part Startup foundations book series. Book 1 is live! The Startup Self Check Frenzied Founder Podcast.

Ten recurring problems usually share one root. The One Fix names it: 3 minutes, one fix.
@yashasvishailly · X
Founders, find the one underlying pattern underlying all that noise

压缩提示词并检测重复工具调用,降低LLM代币成本
@DeveloperL92487 · X
I built my first app in 60min And now I got $500 MRR in one month Check here if you are interested It’s a tool to reduce agent token consumption, speed up agent response, and clean up memory cache

Effortlessly compare timezones and find overlapping working hours for global remote teams. Interactive, 0ms latency visual scrubber with 1-click meeting exports.
@GabrielBrangers · X

通过统一的 API 接口访问多个 AI 语言模型。
u/DanTahirCode · Reddit
I built an open source coding agent with a personality - meet Klenny Code 🐾 Hey r/SideProject, my name is Dan Tahir, and I'm here to show off something I'm really proud of: Klenny Code, the open source coding agent with personality. A fully capable coding agent with memory and cross-project referencing, plus an assistant who can read your email, run scheduled tasks, pilot your browser, and be your corgi pal. Here's the pitch: bring your own OpenRouter API key, and Klenny wil

管理学术会议:提交和审阅论文、处理日程安排和注册。
@harryjwang · X
I've used many of the major conference systems. Plenty still have docs as an unsearchable static site — or worse, as PDFs that stopped tracking the product three versions ago. Somehow, still true in 2026. We took an AI-first path with instead. Our docs are generated from the codebase itself. A custom Claude Code skill writes each page and retakes the screenshots whenever a feature changes — so the docs don't drift from the product. Every page still gets reviewed by a human before it ships. Now you can talk to them, too. We just shipped "Ask AI" over our docs: This feature also turned out to be a nice teaching case for agentic RAG vs. classic RAG: • Classic RAG: chunk → embed → vector DB → retrieve once, by fixed rules • Agentic RAG: hand the model a search tool and let it drive — write a query, read the results, rewrite, retry At more than 100 pages, still no vector database needed. And every answer cites the exact page it came from. #Age