V2 brain is live — smarter, faster, better plots

Make R figures
just by chatting

Upload a CSV. Get publication-ready bar charts, box plots, volcano plots, survival curves, and heatmaps — with the right stats test and the R code. No coding required.

Accepts .csv and .xlsx · No R knowledge required

Your data never leaves our secure servers
“I used to spend hours writing R code just to make plots. Now I can create one in minutes and refine the code myself if I need to. It saves me hours every week.”

— PhD student, Biology

Chat in, figure out

Reepleechat
il6_treatment.csv84 rows · 4 columns
awaiting analysis…

One file, the right plot

CtrlDrug ADrug BIL-6 (pg/mL)**
Boxplot · Kruskal–Wallis
0510ProteinmRNAR = 0.94
Scatter · regression
WTKOActivity
Grouped bar · ± SEM
0122436SurvivalMonthsp < 0.001TreatedControl
Kaplan–Meier · log-rank
genessamples+2−2
Heatmap · z-score
IL6TNFIFNCRPWBCIL6TNFIFNCRPWBCr+10−1
Correlation · Spearman
-2024Viability (%)log[dose] (µM)IC₅₀ = 0.42 µM
Dose–response · LL.4
-303−log₁₀ plog₂ fold changeIFIT1MYC
Volcano plot

…and more: violin, dot, line and time-series plots, summary tables, and the right statistical test picked for your data. Just ask in plain English.

Edit the code. Watch the plot follow.

Tweak the R yourself — running your edit costs zero AI credits. Export as PNG, scalable SVG, or an editable PowerPoint you can reshape right on the slide. Any paid plan.

plot.R
edited
1
ggboxplot(data, "group", "il6",
2
           add = "jitter",
3
           palette = "npg"
4
)
5
# edits update the plot — no AI call
Run uses 0 AI creditsRun
Boxplot
Export
IL-6CtrlDrug ADrug B

We never send your full data table to the AI.

Our R service computes a statistical summary on our server. The AI sees that summary plus a small preview of the first few rows for layout.

Your file
patient_idgroupil6_pgmlage
P-0027Drug A38.461
… × 84 rows
full spreadsheet, on our server
Our R service
r-runner · /profileour server
data |>
  group_by(group) |>
  summarise(
    n    = n(),
    mean = mean(il6),
    sd   = sd(il6)
  )
computes the summary · keeps full data server-side
Sent to AI
column · il6_pgml
preview: first 5 rows
type:  numeric
mean:  42.7
sd:    11.3
n:     84
summary + small preview · rest masked
Encrypted in transitNever used to train AIDeleted when you delete the session

Simple, transparent pricing

Upload and chat free. Generate your first figure for a one-time $1 — no subscription. Upgrade when you're making figures regularly.

Free
$0 
Explore free — $1 to build figures
Upload + chat free
  • Upload data and chat with the AI — free
  • Generate figures for a one-time $1 (no subscription)
  • $1 unlocks 800 credits — enough to try it out
  • View plots & R code in-app
Try free
Tier 1
$9/mo
Light work: basic plots and occasional refinements
4,000 credits
  • 4,000 AI credits every month
  • Up to 1,000 credits per week
  • Roughly 2–4 normal plot workflows/week
  • Best for bar, box, scatter, and line plots
  • Export figures (PNG)
  • Download the R code for every plot
  • Priority support
Subscribe to Tier 1
Tier 2
$15/mo
Regular work: weekly figures and more refinements
7,000 credits
  • 7,000 AI credits every month
  • Up to 1,750 credits per week
  • Roughly 4–7 normal plot workflows/week
  • Good for grouped plots, volcano plots, and stats revisions
  • Export figures (PNG)
  • Download the R code for every plot
  • Priority support
Subscribe to Tier 2
Most popular
Tier 3
$29/mo
Active research: paper prep and complex figure work
14,000 credits
  • 14,000 AI credits every month
  • Up to 3,500 credits per week
  • Roughly 8–14 normal plot workflows/week
  • Good for heatmaps, survival curves, multi-panel figures, and repeated refinements
  • Export figures (PNG)
  • Download the R code for every plot
  • Priority support
Subscribe to Tier 3
Tier 4
$79/mo
Heavy daily use: complex plots and frequent iterations
35,000 credits
  • 35,000 AI credits every month
  • Up to 8,750 credits per week
  • Roughly 20–35 normal plot workflows/week
  • Best for labs or users refining many figures
  • Export figures (PNG)
  • Download the R code for every plot
  • Priority support
Subscribe to Tier 4

Questions, answered

The things people ask before signing up.

  • What file types can I upload?
    CSV (.csv) and Excel (.xlsx). Reeplee auto detects column types and handles wide format spreadsheets, like one column per replicate. Up to a few thousand rows works comfortably. Larger files still profile cleanly but plot more slowly.
  • Does my data ever go to the AI?
    Your full data table doesn't. Your file uploads to our server, where our R service computes a statistical summary (column types, means, SDs, group sizes). The AI sees that summary plus a small, truncated preview of the first few rows so it can identify headers and table layout; the rest of your rows stay masked. The AI runs on an enterprise-grade, privacy-protected platform — nothing you send is used to train models. Your file is held with your saved session so you can come back and re-analyze later. Delete the session to delete the data.
  • Can I come back to a session weeks later?
    Yes. Each upload becomes a saved session with your file, chat, R code, and plots. Open it from the Sessions list any time to keep refining, run edited code, or export new figures. Nothing expires on its own; the data goes away only when you delete the session or your account.
  • Which AI does it use?
    A leading frontier AI model, running on an enterprise-grade, privacy-protected platform. If a run fails with an R error, we automatically retry. You never see this. It just works.
  • Can I edit the R code it produces?
    Yes. The code panel is editable. Hit Run to execute your version directly. That is a free request, no AI credits spent. Your edits become the baseline for any further chat refinements.
  • How can I export my figures?
    Three formats. PNG for a ready-to-use raster image (with an optional transparent background). SVG for a fully scalable vector you can edit in Illustrator or Inkscape. And editable PowerPoint (.pptx) — the figure embeds as a vector picture you can Convert to Shape in PowerPoint to edit text, colors, and shapes right on your slide. SVG and PPTX both embed the exact figure shown on screen, so there is no re-render or drift.
  • Do I own the figure and the code?
    Yes. Download the figure as PNG, SVG, or editable PowerPoint (.pptx), and the script as a stand alone .R file that opens in RStudio with your data already wired in. You can keep using any of them after you cancel.
  • Can I use the figures in a publication?
    Yes — but please contact us first to get authorization. We are happy to grant publication use; we just ask that you reach out so we can confirm it and agree on how Reeplee is credited. Get in touch before you submit and we will sort it out quickly.
  • How does it choose the statistical test?
    Not by guessing from your prompt. Reeplee runs your data through a fixed decision procedure on the R server that checks the assumptions first — normality and equal variance — then picks from a vetted pool of tests (t test, Welch, Mann-Whitney, paired tests, one and two way ANOVA with the right post-hoc, mixed models, and more). Parametric tests are only used when the assumptions actually hold, and the chat tells you which test ran and why. The choice is deterministic, so the same data always gets the same defensible test.
  • What if the AI picks the wrong test?
    Tell it. "Use a paired t test instead," "switch to a mixed model," "this is repeated measures." Reeplee re runs and updates both the plot and the caption. And whatever test runs, it reports the assumption checks behind it — so you can see whether the pick holds up rather than taking a p value on faith.
  • Is there a free tier?
    Yes. You can upload data, review the summary, and chat with the AI for free. Figure generation is gated behind a one-time $1 trial unlock, and recurring paid plans add monthly usage credits for regular figure work. See the pricing section above.
  • Will my data ever be used to train an AI?
    No. We don't train models, and our AI runs on an enterprise-grade platform that does not train on the data we send it. The AI receives the aggregate profile plus a small, truncated preview of the first few rows for layout, not your full data table.

Join the Reeplee Community

Researchers shouldn't spend their time building plots — they should spend it on the science. We're looking for dedicated researchers who are excited about what AI can do for research and willing to share honest feedback to help shape Reeplee.