¿Puedo vibecodear Perplexity?
PARCIAL · un fin de semanaA retrieval-plus-LLM answer engine is buildable, but Perplexity's search stack, source ranking, UX, mobile/browser surfaces, and model access make full parity hard.
Build me a personal answer engine like Perplexity, wrapping real search and LLM APIs, not rebuilding them. Requirements: - A local web app on localhost:3000: Node + Express + htmx, one input box, streamed answers. - Per question: query the Brave Search API (key in .env), fetch the top 6 results with undici, extract readable text with @mozilla/readability + jsdom, then pass the question plus numbered excerpts to Claude or GPT (key in .env) with instructions to answer only from the excerpts and cite as [1][2]. - Render citations as footnote links; show the full source list under every answer. - Follow-up questions stay in the same thread with prior Q&A in the context window. - Threads stored in SQLite via better-sqlite3; a sidebar lists past threads by first question. - If a page fails to fetch or extract, drop it and continue. Never cite a page that was not fetched. - Binds to localhost only; no accounts, no telemetry, only the search and LLM calls leave my machine. - Out of scope: crawling my own web index, model routing, and mobile apps. Answer quality tracks the search API, that is the deal. - README: which keys to get (Brave Search has a free tier) and rough per-query cost.
$ ábrelo en tu agente (prompt listo, tú das enter) o cópialo crudo · este prompt se genera del plan de build · mejorarlo con un PR
prompt copied. want to know what dies next week?
veredictos nuevos + votos de la semana. gratis. te sales en un clic.
They pay because answers arrive fast with sources and fewer query-building chores.
xsearch quality
xsource ranking
xmodel routing
xmobile/browser apps
xpublisher integrations
xspeed
¿No quieres construirlo? Esta gente ya lo hizo gratis.
las 5 alternativas gratis de Perplexity →· sin votos, sin pago por aparecer · solo lo que es real
Precio de Perplexity
| plan | mensual | anual (por mes) | qué incluye |
|---|---|---|---|
| standard | $0 | $0 | 5 Pro Searches/day; 3 file uploads/day; 40 MB/file; practically unlimited basic searches. |
| pro | $20 | $16.67 | Higher Pro Search and file limits; 40 MB/file. |
| education pro | $10/usuario | — | Discounted Pro access for verified students and educators. |
| max | $200 | $166.67 | 10,000 Computer credits/month. |
| enterprise pro | $40/usuario | $33.33/usuario | 500 Computer credits/month; 500 files/project; 15,000 persistent files/user; 100 session uploads/week; 50 MB/file. |
| enterprise max | $325/usuario | $270.83/usuario | 15,000 Computer credits/month; 5,000 files/project; 50,000 persistent files/user; 1,000 session uploads/week. |
plan gratis5 Pro Searches/day; 3 file uploads/day; 40 MB/file
facturaciónmonthly + annual for Pro, Max, and enterprise tiers; Education Pro is monthly; enterprise seats can mix Pro and Max
costos ocultosComputer credits expire at the end of each month and do not roll over. Refills and auto-refill are available; 100 credits are priced as $1. Upgrades can be prorated.
verificado 2026-08-12 · fuente ↗
¿Puedo vibecodear Perplexity?
Parcial. El núcleo de Perplexity se arma en un fin de semana con el prompt de esta página, pero hay huecos reales: search quality, source ranking. Lee la lista honesta arriba antes de comprometerte.
¿Cuánto cuesta Perplexity?
Perplexity cuesta unos $20/mes (Pro, revisado 2026-07-30), o sea $240 al año.
¿Qué pierdo si reemplazo Perplexity?
Con honestidad: search quality; source ranking; model routing; mobile/browser apps; publisher integrations; speed. Si alguno de esos te sostiene el negocio, sigue pagando.
¿Hay una alternativa open source a Perplexity?
Sí: Khoj (A personal AI that searches the web and your files; broader than Perplexity, and noticeably heavier to run.) Vane (Perplexity with the meter removed: cited answers and deep research, provided you can run one Docker stack.) GPT Researcher (A research agent rather than a search box; it returns cited reports and a bill from whichever model you chose.) Las 5 alternativas gratis están en puedovibecodearlo.app/perplexity/alternatives. El prompt es para cuando la quieres exactamente a tu modo.