Yohei Profile picture
May 14, 2021 25 tweets 8 min read Read on X
Live-tweeting my #NoCode build of our LP dashboard starting now!

I'll likely be tweeting mostly thought cuz screenshots will slow me down.

It's possible I'll get caught up and stop tweeting. If this thread gets annoying to anyone, just mute it.

Let's go! 👇
For a quick background, check out this thread from last night where I share how I decided to use @softr_io on top of our Airtable base.
First thing I did was recreate our super simple website. You can see both here.

Only difference? LP portal log-in at the bottom. ImageImage
Super quick to set up a sign-in page. Linked to my Airtable back-end where I set up a user table.

Don't need a sign-up page cuz it's invite-only to my LPs. Image
Then I set up "LP Home". I'll want this to be a dashboard summary of various things so I'll come back to it later.

For now, Hello!

Also set up a "Pipeline" page where LPs can see our entire outbound pipeline. Image
Here's our outbound pipeline page. There's a simple "list block" that I added and synced to my Airtable.

I added filters for score, tags, and a filter for quickly looking at our queue of "interesting" companies. These are companies we may reach out to.

1500+ startups. Boom. Image
So up to here, I did two nights ago when I jammed out for about 1.5 hours.

Setting up portfolio page now.
Interestingly, I can't pull linked columns from Airtable into these list views.

For now, the hack I'm using is setting up a Formula column in Airtable to turn this into a text field - which I can pull into Softr.
Okay, so portfolio page is set up.

I don't have logos for portfolio companies so will need to get those into Airtable so I can show it here.

Also found out currency columns don't pull in well. I'll add investment amount, valuation stuff later than I guess... Image
Okay, so added logo to the nav.

Seems like there's a "standard nav" option so I don't have to edit on a per-page basis. But the standard nav is whatever you use on "home" - in our case our public site where we don't use nav.

So for now I have to update the nav on each page.
You know what would be cool? Portfolio News.

Just set up a new sheet in my Airtable base, added 3 articles. Set up the "News" page now. Image
Just set up a new sheet for LP updates and adding the PDFs as an attachment.

Set up an "LP Updates" page where they can quickly access all past updates. Image
Alright, let's start pulling these in to the LP dashboard!
Trying to pull in some stuff like recent news into the LP home.

Softr only has one type of simple text box and the padding/margins on it are pretty big. (as you can see)

I want it to say "Recent New" right above the news list... Image
Here's a quick Loom of me logging in and clicking around our portal.

Lots of errors I noticed, but I'll fix those this afternoon.

Taking a lunch break. See ya then!

loom.com/share/2be53b9e…
Alright I'm back. Let's clean up the mess I made.

First, I'll fix all the nav bars. and then I'll fix all the links out cuz they weren't working for some reason.
Done!

@mkrtchyanartur was kind enough to point out that I can adjust padding on blocks so I'm not putting headers on each list.

Like this: Image
Done! I could prob tweak design some more, but if I'm not embarrassed a bit, I shipped too late!

Going to work on this user profile section now. Image
Well, that was pretty easy. They had a simple block for user profiles that let's them update name and email. Image
Just tested and it looks like the change password feature isn't working.

Not a huge issue, though it'd be nice to give the option for LPs to update their password.

Will prob be easier to remember than the default I set for them.
Decided to swap out list type on Portfolio cuz I didn't like that ppl had to slide open to access website link.

Adding logos will make it look nice. Though it's square so I going to create square ones now. Image
Ah, much better. Image
Boom!

This was 4.5 hours of work to create an LP portal from scratch using data already in Airtable.

Here's a Loom walkthrough of what we built: loom.com/share/aec30722…
As next steps I'll invite my wonderful co-GP @jessicajackley to test drive this before we invite our LPs to it next week!

I was going to do a founder portal, but I'm losing steam so that's for another time :)

Thx for following along!
For anyone interested, I'll be doing a livestream of building this from scratch in 1-hour w @aronkor on June 2nd.

Join us!

l.linklyhq.com/l/RiHT

• • •

Missing some Tweet in this thread? You can try to force a refresh
 

Keep Current with Yohei

Yohei Profile picture

Stay in touch and get notified when new unrolls are available from this author!

Read all threads

This Thread may be Removed Anytime!

PDF

Twitter may remove this content at anytime! Save it as PDF for later use!

Try unrolling a thread yourself!

how to unroll video
  1. Follow @ThreadReaderApp to mention us!

  2. From a Twitter thread mention us with a keyword "unroll"
@threadreaderapp unroll

Practice here first or read more on our help page!

More from @yoheinakajima

Jan 28
very excited to announce something we've been working on...

introducing Agent Fund led by @alexreibman, @AtomSilverman, and myself:

- VC fund focused on AI agents: apps, infra, tools, etc.
- small checks in many agent companies
- angellist rolling fund (public fundraise)

more 👇Image
to apply to invest in the fund, or to apply for funding, go here:

this is an @angellist rolling fund, so...

- open application for accredited investors
- set up as quarterly subscriptions
- $40k minimum ($10k/qtr, 4 quarter minimum) agentfund.comImage
the ai agent space has been heating up through 2024, and now is the time for this!

check out these trends @langchainai noticed last year:

- langsmith users using langgraph (7% > 43%)
- % traces using tool calls (3% > 34%)
- avg # of steps per trace (3.1 > 11.2) Image
Image
Image
Read 12 tweets
Jan 23
this is for the minimalist coders 🫡

open-sourcing pippin-lite!

a minimalist template for a dynamic self-building autonomous agent

with only 227 lines of code, it can connect with X, github, airtable, etc. and execute self-written code!

github/more 👇 Image
given the pippin framework is a spiritual evolution of babyagi, felt fitting to call this babyagi-2o extension: pippin-lite. it adds dynamic tools/auth via @composiohq

make sure to check out the pippin framework if you haven’t (QT’d here)
it’s basically a single LLM loop that has access to the 250+ composio tools, with fallback to writing/updating new skills and installing required imports

github:

designed for close ended tasks, it’ll loop through a couple approaches until it’s complete (or gives up)github.com/pippinlovesyou…
Read 10 tweets
Jan 22
here we go…

open sourcing the $pippin framework!

for launching digital beings like @pippinlovesyou

- character config
- reusable and dynamic skills via @composiohq
- activities w/ cool down, etc
- memory mgmt

here’s a ~4 min super cut of the live demo

github & more 👇
github:

quick background: @pippinlovesyou the unicorn is a digital being operating 24/7, taking naps, going on walks, and occasionally communicating w the human world

during a winter break refactor, decided to open source as a framework.github.com/pippinlovesyou…
core loop is activity selection and execution, which kicks off after configuring your character and choosing an LLM (and adding api key)

auth into composio tools for dynamic skills or add your own in the skill folder. then build activities that use these skills! Image
Read 14 tweets
Nov 18, 2024
woah what a week, @pippinlovesyou has 8k+ followers and had his first livestream this weekend.

the meme coin inspired by pippin has 18k holders and the telegram has 4k+.

i collected some key moments from the first week below 👇
this thread from Monday captures the first 36 hours so I’ll drop it here. to summarize:

- posted a pic of a unicorn generated by AI
- upon request, used AI to name it
- a meme coin started
- i jumped in
- decided to turn pippin into an AI influencer
i used Claude to generate some pippin animations and made a site where you can try them out
Read 15 tweets
Oct 18, 2024
open-sourcing "babyagi-2o" 🫠

the simplest self-building general autonomous agent that builds and uses new tools as needed

📃 174 lines of code
🔁 single llm loop starting with three tools:
🛠️ create_or_update_tool (dynamically loaded)
📥 install_dependencies
🛑 task_completed (to exit loop)

github/replit👇Image
here is the github:
github.com/yoheinakajima/…

here is the replit:
replit.com/@YoheiNakajima…
this is a quick exploration into the simplest form of an autonomous agent that could hypothetically do anything.

pretty surprised at the variety of tasks it's been able to do (albeit not always well or reliably).
Read 8 tweets
Oct 17, 2024
ooooh yess i got this working in 244 lines of code

- single llm loop with three tools
- installs required packages
- creates new tools and loads it for itself dynamically
- uses the tools to handle user request

in this case, i asked it to scrape techmeme:

iter 1: install 'requests'
iter 2: install 'beautifulsoup4'
iter 3: create_tool (error'd)
iter 4: create_tool (worked)
iter 5: use new scrape_techmeme tool
iter 6: write summary

task completed!Image
Image
😮 ohhh... it's less code but can do the same thing* ditto can... it just created a create_directory tool and so on...

*almost the same - it can't create a flask app because it accidentally initiates the flask app and kills the loop. but it can write multi-file apps. Image
Image
Image
for clarification, this is different (and simpler) than ditto, which i just shared

ditto just created a python flask app
this one creates it's own tools

Read 8 tweets

Did Thread Reader help you today?

Support us! We are indie developers!


This site is made by just two indie developers on a laptop doing marketing, support and development! Read more about the story.

Become a Premium Member ($3/month or $30/year) and get exclusive features!

Become Premium

Don't want to be a Premium member but still want to support us?

Make a small donation by buying us coffee ($5) or help with server cost ($10)

Donate via Paypal

Or Donate anonymously using crypto!

Ethereum

0xfe58350B80634f60Fa6Dc149a72b4DFbc17D341E copy

Bitcoin

3ATGMxNzCUFzxpMCHL5sWSt4DVtS8UqXpi copy

Thank you for your support!

Follow Us!

:(