Build your Pastebin with AI in under 5 minutes

Build a code-snippet sharing site with optional auto-expire, public-or-unlisted visibility, a raw-text endpoint for curl, and owner-token delete — generated from a single prompt.

작동 방식

단계 1

아이디어를 설명하세요

원하는 것을 일반 텍스트 프롬프트로 작성하세요.

단계 2

AI가 빌드합니다

FloopFloop이 즉시 프로덕션 수준의 코드를 생성합니다.

단계 3

배포 및 라이브 공개

프로젝트가 몇 분 안에 자체 서브도메인에 호스팅됩니다.

개발자 고용 대신 AI로 빌드해야 하는 이유는?

FloopFloop기존 개발자
출시 소요 시간5분 이내2~8주
비용$0부터$5,000 - $50,000+
유지 관리포함지속적인 유지보수 계약

이 프롬프트를 사용해 보세요

아래 프롬프트를 복사하여 FloopFloop에 붙여넣고 시작하세요.

Create a pastebin where anyone can drop a snippet, pick a language, choose an expiry window (10m / 1h / 1d / 1w / never), and get a shareable URL. Show line-numbered code on the paste page with a one-click copy button. Public pastes appear on the home feed; unlisted pastes stay link-only.

Build a code-review-friendly paste site. Show a side-by-side diff view for two pastes, support inline comments on specific line numbers, add a 'share for review' flow that emails the author when a reviewer comments, and a raw endpoint at /raw/<id> so reviewers can grep the content locally.

Design a developer-only paste site gated by signup. Show the user's paste history on a /me page, support private-by-default with a 'share via signed link' flow, expire pastes 90 days after the last view, and a one-click delete with confirmation.

Create a hastebin-style anonymous text sharer with no signup, 1 MB cap per paste, 24-hour expiry by default, an /api/paste/<id> JSON endpoint for programmatic readers, and a robots.txt that excludes /p/* so unlisted pastes don't surface in search results.

자주 묻는 질문

Can I share a paste via the command line?
Yes. /raw/<id> returns the paste body as text/plain with the right Content-Type — pipe it through curl: `curl https://your-paste.example.com/raw/abc123 | jq` works directly. Cached 60 seconds at the CDN so repeated polls don't hammer the origin.
Do pastes really delete themselves on expiry?
The paste page filters out expired rows at read time, so an expired paste is functionally gone immediately. A daily sweep cron can run separately to delete the rows from disk — until then the row stays but is invisible everywhere on the site.
Can I delete a paste I created?
The paste creator gets a one-time owner token in the redirect URL after creating the paste. Bookmarking that URL is the only way to delete the paste later — we store sha256(token) so a leaked DB dump can't be used to delete other people's pastes.
Is the difference between 'public' and 'unlisted' enforced?
Yes. Public pastes appear on the home page recent-list; unlisted pastes are reachable only by direct URL. Both live in the same table; the visibility flag is checked at every public-list query.
Can I add syntax highlighting?
The template ships with line numbers in a monospace pre block, no highlighter bundled (keeps the artifact small). Add Prism or Shiki in a refinement turn — the language field is already stored on every paste row.
How big can a paste be?
The default cap is 1 MB per paste body, enforced by a CHECK constraint on the column. Adjust the constraint in init-db.ts if you need more — the cap is there to protect the DB from a single 100 MB paste.

관련 빌더

더 많은 카테고리 탐색

빌드할 준비가 되셨나요?

지금 바로 프로젝트 빌드를 시작하세요 — 코딩이 필요하지 않습니다.

빌드 시작하기