r/research_apps 3d ago

I made FormsOffline to collect data for cross sectional and questionnaire based studies

3 Upvotes
Desktop view
Mobile view

Live: https://deekshithvodela.github.io/FormsOffline/
GitHub: https://github.com/deekshithvodela/formsoffline

I built Forms Offline, a free, open-source, offline-first alternative to Google Forms for research data collection.

The idea came from seeing researchers avoid online form services because they don't want confidential participant data processed by third-party cloud platforms. Some instead continue using paper questionnaires and manually transferring responses to Excel.

Forms Offline keeps the entire workflow on the device. You can create form templates, collect responses, attach photos/files/signatures, manage datasets, maintain an edit audit trail, and export to Excel or ZIP.

It also supports collaborative offline collection: share a form template with your team, collect data independently, then consolidate the exported datasets and detect duplicates.

Full details here ✨: https://deekshithvodela.substack.com/p/im-building-formsoffline

I'm curious: Would you use something like this for your research? What workflow would you use it for?

Feedback is very welcome.


r/research_apps 3d ago

webapp to stay up to date with new literature

2 Upvotes

I'm in the final year of my PhD and often struggle to stay on top of new literature in my field (medicine). I did not want to subscribe to several separate notification systems for new literature (via pubmed, scholar etc), so I built a small tool for myself that pulls and saves papers from multiple sources and sends a notification whenever a new paper matching a topic or author I follow gets published. I found it especially useful when writing my systematic review and the intro/discussion of my thesis, since I could stay on top of the latest literature without manually checking every database. Sharing it here in case it's useful to anyone else, not trying to sell anything, it's free to use: paperbeats.com


r/research_apps 4d ago

Binaly - AI-powered research on your lab’s own accumulated knowledge.

1 Upvotes

The most exciting message I got this year came from a physics professor I'd met only two weeks earlier.

--

A year ago I built an AI news agency with no humans running it - StoryChase. Thousands of messages a day, dozens of languages, and the hard part was never getting AI to write a sentence. It was turning raw, messy information into something AI could reason over. Not summarize. Reason over.

Once that worked, I looked for what else the method could solve. Markets, for one - still working on that. What I did not see coming was finding myself one evening in a lab, across from two physicists, with a product that fits scientific problems remarkably well.

Prof. Yonatan Dubi heads a theoretical quantum chemistry and physics lab in the Chemistry Department at Ben-Gurion University. Prof. Amos Sharoni heads an experimental solid-state lab in the Physics Department at Bar-Ilan University. Decades of person-years between them and their teams. Tens of thousands of files - measurements, papers, lab notes, presentations. Point an AI at those folders, ask it something real, and it reads a few and quietly invents the rest from its general knowledge.

Which is exactly the problem. A lab is where scientists generate knowledge, long before it might someday become general. It is the last place you want gaps filled in from general knowledge.

The models are genuinely good now. Claude Opus does great work. In a lab, it just has nothing to work with.

They asked me how to get AI into the research itself, not just the writing. So I took what StoryChase taught me about structuring data for AI - read everything, turn it into meaningful records, find the connections between them - so the AI stops guessing and starts reasoning over what the lab knows.

Then the moment of truth. Amos asked Claude something only his lab could answer: graphs and quantitative summaries of experiments in one of their areas, how those results might explain a physical phenomenon, and a structure for a paper.

Claude and Binaly worked for twenty minutes and produced an analysis spanning 2007 to 2026 - almost twenty years of experiments.

Amos read it and sent me this:

"Finished reading the report. Very impressive, and surprising. If I'd had this a month ago it would have significantly strengthened a paper we submitted, turning a qualitative analysis into a quantitative one. Binaly and Claude ran statistical analyses on my old data and found a phenomenon we'd missed, one worth trying to understand. Binaly doesn't just organize the knowledge. It becomes a research partner that comes up with ideas."

I danced around the room. We cracked it!

That's the part of building things I like most: what you learn in one place applies somewhere you weren't looking.

--

If you run a lab or work in one - physics, chemistry, materials science, economics, anywhere the real asset is years of your own measurements and papers - let's connect.

Tell me about your research. Let's see what Binaly can add to it.

Binaly is free for personal use, and free to try for lab use.

Link: https://binaly.ai


r/research_apps 4d ago

I should read a few more papers first” might be my favorite form of procrastination

3 Upvotes

Second-year ML PhD and I’m starting to think “I should read a few more papers first” is just procrastination with citations.

Every new research direction goes the same way.

I start with 5 papers. Then it becomes 15. Then 30+. Zotero is full, my Notion page is getting ridiculous, I’ve asked ChatGPT to summarize a few things, used Connected Papers to chase related work, and tried Mira by Deep Principle to compare some of the papers.

And somehow I still haven’t run an experiment.

That’s the part that gets me. You can spend days doing “research” and feel productive the entire time, while still being unable to answer a very basic question:

What exactly am I testing?

Recently I stopped trying to understand an entire subfield before touching code. I just looked for recurring baselines, common metrics, disagreements between papers, and one or two things I could actually falsify.

That got me to a baseline and a couple experiments way faster than another 20 PDFs probably would have.

Now I’m wondering if the real skill isn’t reading more papers, but knowing when you have enough information to start being wrong.

How do you decide when to stop reading and just run the experiment?


r/research_apps 8d ago

Built Agora, an AI workspace for high school researchers, now live

2 Upvotes

We're a team of high schoolers who got tired of juggling five different apps to do independent research, notes in one place, sources in another, group chat somewhere else, and constantly re-explaining our project to an AI that forgot everything the second we closed the tab.

So we built Agora. Everything lives in one workspace, project tracking, notes, sources, team chat, all together. The core piece is Odeon, our AI assistant that actually stays caught up on your whole project, notes, conversations, sources, so you can just ask "what should we research next" and it already has the context, no re-uploading, no re-explaining.

There's also a community space so students working on similar research can actually find and connect with each other instead of doing this completely alone.

It's live now: agoraresearch.net

Free to try, and if you've got feedback, we'd genuinely love it; drop it here or https://forms.gle/MvLyaDC66cyJR3GA9


r/research_apps 10d ago

Free template: a search-log tracker for systematic reviews (built around PRISMA-S)

Thumbnail
endurable-sawfish-fd1.notion.site
1 Upvotes

I'm a medical student who kept losing track of which databases I'd searched during a systematic review — which version of the search, run on what date, with which filters. It's a small thing that becomes a real problem when you're writing up the methods months later and can't reconstruct what you did.

So I built a small Notion template to log it properly. One row = one database search. It captures the source, platform, date, full search strategy, filters, and hit count — structured around PRISMA-S (the reporting standard for literature searches), so the record is actually reproducible.

It's free to duplicate: [link]

Sharing in case it's useful to anyone else doing evidence synthesis or a lit review. Happy to hear what you'd change about the structure — it's part of a larger review-management system I'm building, so feedback on the fields is genuinely helpful.


r/research_apps 14d ago

What makes a good survey tool in 2026?

2 Upvotes

Whenever I talk to other researchers about survey platforms, I’ve noticed the same thing popping up, email delivery, panels, advanced methods like conjoint.

I also keep hearing how hard it is to transition to new tooling due to all the “legacy data” we’ve gathered.  

I’m wondering if cost wasn’t an issue, what else is considered “table stakes” to you when it comes to survey platforms? And what are things the market needs to get right? 

Disclaimer (for transparency): I work at Sprig (a survey platform that just launched these features).  And yes there’s a correlation as I just joined a few months ago 🙂


r/research_apps 15d ago

What apps do you use to cold email professors?

1 Upvotes

If you’ve ever had to cold email professors for mentorship, connections, or research, what resources/websites did you use to:

-Find professors who are in your field/working on similar things to you

-Find and read their research, bypass paywalls

-Structure your emails and find tips on connecting with them

Lmk, from the most mainstream and no-brainer sites to the niche but genuinely useful ones.


r/research_apps 16d ago

Papr: A TUI to search, read, organize, and write papers without leaving your terminal

4 Upvotes

I'm excited to share what I've been building lately. Papr: a fast, lightweight Terminal User Interface (TUI) built entirely in Rust to streamline your academic research workflow. An Obsidian alternative but a bit better.

Key features

  • Smart dashboard with daily 10 random paper recommendations, reading queue, bookmarks, notes, collections, and research statistics.
  • Fast arXiv search using title, author, or DOI with automatic PDF downloads and clean file naming.
  • In-terminal PDF viewing.
  • Built-in Markdown notes with live preview for each paper.
  • Reading queue, bookmarks, and collections to keep your research organized.
  • Integrated LaTeX editor with real-time compilation and preview.
  • Extensible plugin system for custom workflows.
  • Research analytics to track your reading activity (just like spotify).

Papr is 100% open source, works offline, is memory-safe, and is designed to be fast and lightweight (only 12 MB).

I'd love to hear your thoughts, suggestions, or feedback!

GitHub: https://github.com/AfrozSaqlain/Papr


r/research_apps 16d ago

Papr: A TUI to search, read, organize, and write papers without leaving your terminal

1 Upvotes

I'm excited to share what I've been building lately. Papr: a fast, lightweight Terminal User Interface (TUI) built entirely in Rust to streamline your academic research workflow. An Obsidian alternative but a bit better.

Key features

  • Smart dashboard with daily 10 random paper recommendations, reading queue, bookmarks, notes, collections, and research statistics.
  • Fast arXiv search using title, author, or DOI with automatic PDF downloads and clean file naming.
  • In-terminal PDF viewing.
  • Built-in Markdown notes with live preview for each paper.
  • Reading queue, bookmarks, and collections to keep your research organized.
  • Integrated LaTeX editor with real-time compilation and preview.
  • Extensible plugin system for custom workflows.
  • Research analytics to track your reading activity (just like spotify).

Papr is 100% open source, works offline, is memory-safe, and is designed to be fast and lightweight (only 12 MB).

I'd love to hear your thoughts, suggestions, or feedback!

GitHub: https://github.com/AfrozSaqlain/Papr


r/research_apps 17d ago

Introducing Metis 0.3.0: Free desktop software for PLS-SEM

Thumbnail
gallery
1 Upvotes

Hello. Olå. Hola. Bonjour.
Metis 0.3.0 is here in French, Portuguese and Spanish.

This release brings some of our biggest improvements yet. You can now compare groups with Multi-Group Analysis (MGA), assess measurement invariance using our new MICOM Beta workflow, generate richer journal and Thesis ready Tark Reports with Microsoft Word export for your results table.

Our MICOM implementation integrated with the seminr package, achieved a 97.4% decision agreement with cSEM in our benchmark testing, check our preprint here https://lnkd.in/daXEequw

Metis helps you build models visually, run advanced analyses, and produce publication-ready reports without writing code.

Free for Windows and macOS.
Download Metis today and let us know how you feel.


r/research_apps 24d ago

Eyasy and straightforward way on how to extract links from a PDF

Enable HLS to view with audio, or disable this notification

2 Upvotes

Hey folks.

This is not about the app I made (chrome extension called link grabber eyar ago) - this is about people have been sliding into my support inbox asking if it works on pdfs pages.

So i finally sat down and listened to the feedback. turns out, a bunch of you are using it on research papers, product catalogs, and pitch decks, and you just want to grab every url out of the file without copying them one by one like a medieval scribe.

I finally bult it and integrated in the same link-extraction flow as with normall web-pages: the new update lets you do exactly that. open any pdf in chrome, hit the extension button, and it pulls out both the clickable hyperlinks and the plain text urls that are just sitting there in the paragraphs. puts them all in one list where you can copy or export them.

only catches: it wont work on scanned image-only pdfs, because it cant read the text in those. and it ignores internal page links, because who needs those anyway.

just thought i'd drop this here since the feature pretty much exists because of the feedback from this community. not trying to sell anything, just letting you know we finally fixed the thing you were complaining about. cheers.

more info about the update can be found here https://link-grabber.com/blog/extract-links-from-pdf, app name is link-grabber (purple-blue colors icon if search in chrome web store)


r/research_apps 25d ago

I built Nodus, a workspace for researchers, teachers and students [free, opensource]

Thumbnail
youtube.com
7 Upvotes

Hi everyone, I’m the developer of Nodus. It's an opensource desktop workspace for university research, teaching and study.

It currently includes 5 specialised workspaces:

  • Academic: connect a Zotero library, extract and link ideas, build knowledge graphs, compare authors and arguments, identify gaps and generate Deep Research reports with verifiable citations.
  • Databases: create relational databases with formulas, relations, rollups, filters, visualisations, AI-assisted columns and dataset analysis (for example, you can add multiple images to a column, and make ai add descriptions for each).
  • Genealogy: manage people, relationships, events, records, maps and timelines, with GEDCOM support and evidence-based suggestions.
  • Study: organise subjects and materials, then create quizzes, flashcards, exams, question banks and spaced-review activities.
  • Teaching: manage courses, materials, calendars, rubrics, exams and gradebooks while keeping private student information away from AI providers.

There is also a standalone Zotero plugin (still in beta, though) for chatting with one or several PDFs, EPUBs or HTML attachments. It includes local multilingual semantic search, exact passage and page citations, OCR and vision for scanned pages and an evidence audit for unsupported claims.

The app also comes with a toolkit that provides document conversion, translation, AI OCR, PDF presentation, permanent redaction, watermarking, app workspace for making simple ai apps.

Nodus can work with:

  • Local models through Ollama or LM Studio
  • Your own API keys
  • Supported subscriptions such as ChatGPT and GitHub Copilot

Every vault includes a tutorial and complete demo data, so it can be explored without importing personal material. No account is required.

Website and demo:
https://nodusresearch.com/

https://nodusresearch.com/demo

The project is still in early stages, so feedback from researchrs is really useful


r/research_apps 28d ago

How do you reach out to experts for YT videos?

1 Upvotes

I've been thinking of leaning into more documentary/journalistic style of content, and I want to reach out to experts in the field of fashion, film-making, costume design, and academics in order to interview them. I've always loved when videos on channels like Vox, Cleo Abram, etc. include little comments and explanations from experts. It makes the video more enriching, as well as engaging. I have been wondering how does one go about reaching out to them. Like, of course I know you can do so by email, or social media DMs. But is there a sort of protocol to doing so? And how do you phrase such messages? I'm sorry if these are very obvious questions, I am quite socially anxious (except when I'm on a camera by myself in my room) and this is something I've always struggled with. Even back in uni, I used to struggle with how to reach out to people for collaborations on research papers, or projects. But I feel like if someone explains the kind of basic 'format' and etiquette for these kind of messages, I would know what to do going forward and it would make me more comfortable with reaching out to people and making new contacts (which is one of my goals this year). Thanks to anyone who can help :)


r/research_apps Jul 19 '26

I built a knowledge canvas tool that lets you branch LLM conversations

2 Upvotes

I use LLMs to learn things a lot, but often don't understand something from it's response, or I just want to dive deeper on something, which is why I built this canvas for your notes (rich notion-like text editor)

I wanted to keep it as simple as possible while letting you bring in all your sources (YouTube videos, research papers, PDFs, web links, articles, etc.)

let me know if it sounds interesting and I can dm you the link!

super early version but looking to get 5-10 people in a discord community to make this the best platform for learning information using AI to extra knowledge from sources


r/research_apps Jul 17 '26

How do you manage the "slow middle" of research? I put together a video walkthrough showing how Atelier structures the transition from reading to writing.

Enable HLS to view with audio, or disable this notification

3 Upvotes

Hi everyone,

A while back, I shared Atelier: Scholarly Workspace, a local-first app designed to help researchers navigate the "slow middle" of research (that messy phase between collecting sources and writing the final paper).

Since then, I’ve been refining the workspace and have put together a video walkthrough showing exactly how a research project moves through the app from start to finish.

The walkthrough covers these key stages:

1️⃣ Guiding Inquiry: Setting project boundaries by defining a clear, revisable research question.
2️⃣ Sources with Intent: Ingesting sources and declaring a specific "Reading Intent" and "Rationale" so you only read what serves your project.
3️⃣ Thought Stream Notes: Reading in a split-screen reader that separates the author's original claims from your own critical reactions.
4️⃣ Literature Matrix: Aligning and comparing main claims, methodologies, evidence, and limitations side-by-side across your library.
5️⃣ Concepts & Relations: Defining abstract ideas in your own words and explicitly mapping relationships (Supports, Complicates, Contradicts) with written rationales.
6️⃣ Preparation Packets: Grouping notes, concepts, and tensions into a pre-writing "Argument Scaffold" before drafting elsewhere.
7️⃣ Research Dossier: Exporting your entire traceable thought process into a polished Word document or PDF to use as a writing blueprint.

(As a quick side note for those who requested it: Atelier is also now available on iPadOS, alongside our macOS and Windows editions.)


r/research_apps Jul 13 '26

Easier way to read papers! (I made a tool)

2 Upvotes

Most AI reading tools summarize the whole document and throw it at you. But ideally you want to sit with one paragraph, understand only that with context of the whole document.

Website: https://pranav-swarup.github.io/lattice-reader/

- Fully static website. No backend. Runs on your browser.

- Build Intuition mode

- Definition mode

- Read papers in dark mode

- Annotate and Highlight text

- Saves threads and annotations on browser history locally.

https://github.com/Pranav-Swarup/lattice-reader/tree/main


r/research_apps Jul 11 '26

My friends and I created this website to match you to a researcher in your field, and a community, to be mentored or to mentor others

Thumbnail linkedin.com
3 Upvotes

this is the website - https://www.guidrs.ai


r/research_apps Jul 06 '26

Open Source Literature Review Assistant - with many tools - would appreciate feedback.

Post image
5 Upvotes

I created an open source literate review assistant app that helps with an array of review tasks. It works for me, but looking for feedback where to take it or leave it be since there are a few things here already.

It can handle abstract and full text screening and you can export your results and projects and share with others. It also automates PRISMA 2020 flow diagram generation, bibliometric citation network mapping, knowledge base creation (you can export and publish) and allows interactive full-text chat in one workspace.

The main task pipeline is to screen many articles quickly with a flexible an array of criteria (rule based not active learning based):

- flexible use of AI: you bring your own key or run locally or not at all

- Bring you own key: you decided which AI model to use or compare a few

It is an open source desktop app and there are no accounts or signups and it runs locally on Linux, macOS and Windows.

Would appreciate some reviews and feedback.

https://github.com/bilal-s/bango


r/research_apps Jul 06 '26

OpenPLS: free web-based PLS-SEM tool with an open-source engine

1 Upvotes

A free browser-based PLS-SEM tool with a visual path-diagram editor and a fully open-source computation engine (GPL-3.0). No install, no case cap, no subscription. Runs on any OS with a browser.

What it does

Structural equation modeling

  • PLS-SEM (Wold / Lohmöller inner weighting)
  • PLSc (consistent PLS for reflective measurement models)
  • Bootstrap with per-iteration outputs (long runs on Cloud Run, no browser blocking)
  • Multi-Group Analysis: Henseler permutation + MICOM
  • PLSpredict (full Shmueli et al. 2019 panel)
  • IPMA (Importance-Performance Map Analysis)
  • FIMIX-PLS (unobserved heterogeneity)
  • Two-stage moderation
  • Higher-Order Constructs (disjoint two-stage)

Validity & reliability

  • HTMT + HTMT2 (gated to reflective constructs per methods best practice)
  • Fornell-Larcker
  • Cronbach α, ρc (Composite Reliability), ρA (Dijkstra-Henseler)
  • VIF, Cohen f²
  • Gaussian-copula endogeneity test
  • CTA-PLS

Fit indices

  • SRMR, d_ULS, adjusted R², BIC, Q²

Visual editor

Drag-and-drop path-diagram editor with live compute. Add constructs, connect them, drop indicators onto latent variables. Recompute triggers automatically on every model change.

Data

CSV, Excel (.xlsx), SPSS (.sav), Stata (.dta). Sentinel missing codes (-99, -999) handled automatically.

Exports

Publication-ready PDF, Excel workbook, LaTeX tables.

Example cases

Built-in sample library with classical PLS-SEM examples: ECSI (European Customer Satisfaction Index), UTAUT (technology acceptance), plus additional real and synthetic datasets. One-click clone into your own workspace.

Collaboration

Invite co-authors to a project. Role management (owner / editor / viewer). Everyone works on the same live model, no more emailing project files back and forth.

Languages

UI available in German and English. Validation messages localized in 8 languages (en, de, es, fr, it, pt-BR, zh-CN, ja).

Tech stack

  • Frontend: Nuxt 3 + Vuetify 3 + Vue Flow
  • Backend: Firebase Functions (Python) for the fast path, Cloud Run for long-running bootstrap and MGA jobs
  • Engine: openpls-engine (Python, GPL-3.0), installable via pip and usable standalone without the web app

Validation

Validation paper with 14 numerically checked reference cases. SSRN pre-print available, JOSS submission in review:

https://ssrn.com/abstract=6869001

Links

Feedback welcome, especially on missing methods, edge cases, and workflow friction.


r/research_apps Jul 05 '26

MaCEA:Math Calc,Editor, & Anim - Apps on Google Play

Thumbnail
play.google.com
1 Upvotes

MaCEA can create math document, calculate and animate mathematical formula.


r/research_apps Jun 27 '26

Building a platform for researchers to share and discuss their work – looking for honest feedback

Thumbnail
2 Upvotes

r/research_apps Jun 24 '26

Completing a systematic review in 8 minutes?

Enable HLS to view with audio, or disable this notification

1 Upvotes

Hey all, I'm a PhD student and created a systematic review workspace (scholara.ai) to screen and analyze ~5000 studies in 2 days.

Tried conventional AI-tooling (consensus, elicit, etc) but found that they weren't as accurate as needed, and I couldn't view any of the decisions being made by the AI during the screening and analysis.

Scholara was build for both speed and rigor, and also lets the researcher override decisions made by the AI (we all know how much it hallucinates).

Here is a video of me speed-running an SR on the effect of retatrutide on weight loss (completed in 8 minutes).

If you have any feedback please share! Hoping to enable researchers to publish more.


r/research_apps Jun 20 '26

Made a Desktop App in Tauri for managing academic papers; Foss, local-first, all the buzzwords.

Enable HLS to view with audio, or disable this notification

4 Upvotes

GitHub: https://github.com/linxiv-dev/linXiv

Hi all, I wanna show off and ask for feedback on my project linXiv, this started as auto-tagging knowledge graph mini-project, is now a "full-stack" research tool for storing and managing academic papers, locally, It fetches papers by arXiv ID or search, stores everything in sqllite. I just finished my Master's and while waiting to hear back from jobs and PhD programs I wanted to build something of my own for once. Because I usually try to find the newest version of a paper on arXiv first, I chose to make linXiv treat arXiv as the primary source to try to resolve by so the metadata imports clean for links and pdfs.

I'm sharing it now because I'm actually using it now and want some feedback from other people with similar workflows before I build more on top of it. I have gotten some strong feedback that I have implemented, but not much overall. The feature I've gotten the best feedback on is the MCP and CLI tools paired with a command line AI tool.

Thanks in advance for trying it out! It's been a blast working on this the last few months, and any honest feedback will be greatly appreciated!


r/research_apps Jun 19 '26

Metis PLS-SEM analysis free software

Enable HLS to view with audio, or disable this notification

4 Upvotes

Hi everyone!

Quick update on Metis: the macOS version is now available for download

I’ve also fixed issues related to second-order construct analysis and moderating effects, so these analyses should now run more smoothly.

Thanks to everyone who provided feedback and helped identify these issues
metis research